Question how to get ip address.

markthien

Member
Joined
Nov 9, 2008
Messages
8
Programming Experience
5-10
Hi guys,

Is there any function that I can get my ip address? Not really the local ip address. For instance, I subscribe to an ISP and I was assigned an ip like 202.100.78.66 and I got 3 PC at home (LAN). These PC will be assigned a dynamic ip by the router like :

192.168.1.1 - router
192.168.1.2, 192.168.1.3, 192.168.1.1 - PC.

So is it possible for me to get the ip 202.100.78.66 using vb.net?

thanks & regards,
Mark
 
Back
Top