the same applies. No component on the computer will know the external
address of the router.
ak> exec xp_cmdshell 'ipconfig /all'
ak> Vadim Rapp wrote:
JP>>> The code give me, my own IP Address and how can I get internet IP
JP>>> Adress,? I mean, the same code that we get from
www.whatismyip.com
ak>>
ak>> if your ocmputer is connected directly to internet, then the code will
ak>> give you the address as one of the adapters. But if there's router,
ak>> there's no way - the internet address is only known to the router, not
ak>> to your computer. The web page shows the address your request came
ak>> from - which is your router.
ak>>
ak>> Vadim Rapp