| trying to get my external ip greetings,
I am attempting to use a service like dyndns so that I can access my Debian (woody) box from the outside world. To do so, I need to find out what my external ip address is. I thought running
#ifconfig
would give me this info but all I can see is the static ip I have assigned it for my LAN, 192.168.1.161. Quote:
eth0 Link encap:Ethernet HWaddr 00:30:BD:71:8B:14
inet addr:192.168.1.161 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:32127 errors:0 dropped:0 overruns:0 frame:0
TX packets:21782 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:41490509 (39.5 MiB) TX bytes:8850771 (8.4 MiB)
Interrupt:10 Base address:0x9000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1038 errors:0 dropped:0 overruns:0 frame:0
TX packets:1038 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:117728 (114.9 KiB) TX bytes:117728 (114.9 KiB)
| I have a cable internet connection that uses dhcp. The connection hooks directly to a router with an internal ip of 192.168.1.1, which I set as the gateway for my Debian box. Please let me know if more info is needed about my configuration.
Thanks,
-dave |