Jump to content

Ip Adress Problem


LimeSeed
 Share

Recommended Posts

when i use

$ip = @ipaddress1, it returns 192.168.1.150 which is my internal subnet address, how do i get it to return my external ip which is somethin like 69.118.105.186 (thats what it used to be)??

You could do this:

Global $ip = "69.118.105.186"

Ant..

Edit @ipaddress1 returns the address of the first network adaptor. $ip = @ipaddress2 the second $ip = @ipaddress3 the third and so on

Ant..

Edited by anixon
Link to comment
Share on other sites

Speaking of _GetIP()...

It's probably only a matter of time before this function starts returning wrong (nothing). http://www.whatismyip.com no longer supports this kind of automation, so basically it's all up to http://checkip.dyndns.org

whatismyip.com is suggesting www.whatismyip.com/automation/n09230945.asp but that's having caching issue

'Inet.au3' needs updating

♡♡♡

.

eMyvnE

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...