ISP can tell what my internal network ip's are?

AI Thread Summary
ISPs cannot see internal IP addresses due to the use of Network Address Translation (NAT) by routers, which modifies packet headers to display only the public IP address assigned by the ISP. While an ISP can detect multiple IP addresses when a router is used, they cannot access internal network configurations unless explicitly provided. Issues with DNS resolution can occur when using a router, but switching to a reliable DNS service like OpenDNS can resolve these problems. Some websites may utilize JavaScript to reveal internal IP addresses, but this is not a method employed by ISPs. Concerns about ISPs redirecting users to such sites are unfounded, as NAT effectively protects internal IP information from external visibility.
fargoth
Messages
318
Reaction score
6
ISP can tell what my internal network ip's are?

To make a long story short, I use a router, with two computers behind it, I called my ISP for technical help, and the technician there told me I use a router (which is a reason for him to not help me..). He said he sees more then one IP address!
how can it be possible?!

I suspect he pulled a nasty trick on me - when i use a single computer and connect directly through the modem, (via DHCP, i have an "always on" connection) i can resolve the domain names just fine.
but through the router i can surf only to the sites which are still in the DNS cache...

I switched my router to use the OpenDNS servers, and now the problem is over.
but i got the feeling something fishy took place...
 
Computer science news on Phys.org


No, no one on the outside can see your internal IP addresses. This is because your connectivity device (in this case a router) performs network address translation (NAT). This modifies the header of the packet and inserts the IP address of the router (the public address). The private address class (example 192.168.x.x) is not routable across internet. All outsiders will see is the public address assigned to you by your ISP. They can't know the internal setup unless you volunteer this info.
 


Well, there are ways to guess that you are running behind a router. For example, nmap -O will try to guess the operating system, which will often say something like "Linksys embedded" for a router (assuming your router is visible to the internet, as it would be if you enabled remote administration). This page goes into detail about exactly how nmap makes that guess.
 


what about this site?
http://www.auditmypc.com/anonymous-surfing.asp

(under the map it tells you your internal IP)

it uses a javascript silently, which doesn't only display your internal IP address to you, it also registers it in a list on that site.

is it possible my ISP's DNS redirects me first to a site like this one, runs the script, and then sends me off to wherever i wanted to surf?

maybe i'll do a traceroute just out of curiosity...
 


No, your router uses NAT (Network Address Translation) to convert the internal to external IPs

j
 
I came across a video regarding the use of AI/ML to work through complex datasets to determine complicated protein structures. It is a promising and beneficial use of AI/ML. AlphaFold - The Most Useful Thing AI Has Ever Done https://www.ebi.ac.uk/training/online/courses/alphafold/an-introductory-guide-to-its-strengths-and-limitations/what-is-alphafold/ https://en.wikipedia.org/wiki/AlphaFold https://deepmind.google/about/ Edit/update: The AlphaFold article in Nature John Jumper...
Thread 'Urgent: Physically repair - or bypass - power button on Asus laptop'
Asus Vivobook S14 flip. The power button is wrecked. Unable to turn it on AT ALL. We can get into how and why it got wrecked later, but suffice to say a kitchen knife was involved: These buttons do want to NOT come off, not like other lappies, where they can snap in and out. And they sure don't go back on. So, in the absence of a longer-term solution that might involve a replacement, is there any way I can activate the power button, like with a paperclip or wire or something? It looks...
Back
Top