Hey guys, I'm behind a router - with the router having direct connection to the internet.
When I ifconfig, i get this:
Code:
root@vulpix:/home/yossarian# ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:10:B5:76:CE:E1
inet addr:192.168.0.2 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:12584 errors:0 dropped:0 overruns:0 frame:0
TX packets:10448 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:3873535 (3.6 Mb) TX bytes:996494 (973.1 Kb)
Interrupt:11 Base address:0xa000
This just tells me my IP Address
within the network - is there any way possible to figure out what IP address the router is? Or what IP address is shown off to the rest of the world?
Thanks.