Link to home
Start Free TrialLog in
Avatar of jmta16
jmta16

asked on

External IP

I have Road Runner and I am using a Linksys router. I am looking to write a VB app that will keep track of what my dynamic IP from Road Runner is. "Ipconfig" "Ipconfig /all" only gives me information on my internal network. I want to know what ip is assigned to my router. Any thoughts?
Avatar of aeklund
aeklund

ASKER CERTIFIED SOLUTION
Avatar of aeklund
aeklund

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
...Another way is simply to get the title back from http://www.whatismyip.com
Sadly, all this may not help you, depending on the type of highspeed Road Runner is giving you.  There are 4 primary types most ISP's offer

Private (often 10.x.x.x or 192.x.x.x)
Dynamic Private IP  
Static Private IP

Public (what you likely need)
Dynamic Public IP
Static Public IP  (ideal, least secure)

Private Class is most secure, but Public Class is likely what you are requiring for contact to your system from the rest of the internet, ie. file sharing
jmta16-
Glad to help and thx for the points.