Hello,
I was wondering if anybody knew how to retrieve the IP address attributed
dynamically by your ISP without having to use the info collected
on a socket with say .getLocalAddres s.
I'm using dsl with PPPoE and whenever i try to get the local address,
through InetAddress, the network address is returned. So i'm guessing that
InetAddress is out.My network is in the way and i don't think i can really go
around it. I can't seem to find any class that could help me out.
Any ideas?
Thanks in advance
Stonelock
I was wondering if anybody knew how to retrieve the IP address attributed
dynamically by your ISP without having to use the info collected
on a socket with say .getLocalAddres s.
I'm using dsl with PPPoE and whenever i try to get the local address,
through InetAddress, the network address is returned. So i'm guessing that
InetAddress is out.My network is in the way and i don't think i can really go
around it. I can't seem to find any class that could help me out.
Any ideas?
Thanks in advance
Stonelock
Comment