Wednesday, May 6, 2015

ISP filtering traffic through proxy? Can't connect to private proxy using an IP address accept list

I'm trying to figure out why this computer can't connect to these private proxies I have. These proxies work with an IP address accept list.




So, I've looked up the IP address on the www.whatismyipaddress.com and added it to the accept list. But for some reason it doesn't work.



I have other computers using these private proxies and all of them I was able to add to accept list in the same way and they all worked.



Is it possible to tell if somehow you are behind a proxy and don't know it. Or is there a way to check for one. On whatismyipaddress.com, it checks for proxies, and this particular computer is says "Network Sharing Device" and other computers all say no proxy. Now that is not very specific and I have no idea what "Network Sharing Device" means, it is too vague. I mean, I know there is the router/switch, but the other computers are also the same in that they are in a private LAN.



Some things I have looked into the try to figure this out are:
pinging 127.0.0.1 works
pinging 196.168.1.1 times out. (so maybe the router is not accepting ping/icmp requests)




tracert google.com , or any other web address only gives one result, the destination. This seems the weirdest, why only 1 result, and why the destination. What happened to the rest?



All my other networking programs works so it is obviously reaching the internet, but I'm thinking under a masked IP. (proxy) This is why the privates proxy accept list won't work because apparently it doesn't think that the IP address I provide it is correct.



Any ideas? I don't know networking that well and any real tools to troubleshoot this problem. Is there someway to get at the real IP address or maybe try to figure out if somehow that "Network Sharing Device" is actually a proxy which the ISP is filtering traffic through?

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...