Created
March 23, 2011 10:49
-
-
Save zuriby/882933 to your computer and use it in GitHub Desktop.
laptop_a
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@karmic:/home/tzury# ifconfig -a | |
eth0 Link encap:Ethernet HWaddr 00:1a:6b:ce:19:b5 | |
inet addr:70.0.0.1 Bcast:70.0.0.255 Mask:255.255.255.0 | |
inet6 addr: fe80::21a:6bff:fece:19b5/64 Scope:Link | |
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 | |
RX packets:12671448 errors:0 dropped:0 overruns:0 frame:0 | |
TX packets:4670 errors:0 dropped:0 overruns:0 carrier:0 | |
collisions:0 txqueuelen:100 | |
RX bytes:823003284 (823.0 MB) TX bytes:277197 (277.1 KB) | |
Memory:fe000000-fe020000 | |
eth0:0 Link encap:Ethernet HWaddr 00:1a:6b:ce:19:b5 | |
inet addr:80.0.0.1 Bcast:80.0.0.255 Mask:255.255.255.0 | |
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 | |
Memory:fe000000-fe020000 | |
lo Link encap:Local Loopback | |
inet addr:127.0.0.1 Mask:255.0.0.0 | |
inet6 addr: ::1/128 Scope:Host | |
UP LOOPBACK RUNNING MTU:16436 Metric:1 | |
RX packets:89 errors:0 dropped:0 overruns:0 frame:0 | |
TX packets:89 errors:0 dropped:0 overruns:0 carrier:0 | |
collisions:0 txqueuelen:0 | |
RX bytes:7924 (7.9 KB) TX bytes:7924 (7.9 KB) | |
wlan0 Link encap:Ethernet HWaddr 00:1b:77:a4:9e:7e | |
BROADCAST MULTICAST MTU:1500 Metric:1 | |
RX packets:0 errors:0 dropped:0 overruns:0 frame:0 | |
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 | |
collisions:0 txqueuelen:1000 | |
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@karmic:/home/tzury# route -n | |
Kernel IP routing table | |
Destination Gateway Genmask Flags Metric Ref Use Iface | |
80.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 | |
70.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 | |
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment