Quote:
Originally Posted by Elektron
Code:
[root@snow root]# ifconfig
eth0 Link encap:Ethernet HWaddr this looks like a MAC address to me so I'm gonna remove it
inet addr:192.168.1.71 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:568 errors:0 dropped:225 overruns:0 frame:0
TX packets:60 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:153687 (150.0 KiB) TX bytes:7887 (7.7 KiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:40 errors:0 dropped:0 overruns:0 frame:0
TX packets:40 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:6404 (6.2 KiB) TX bytes:6404 (6.2 KiB)
|
You seem to be connected to the Internet...
Output of
Code:
ping -c 10 google.com
?