Advertisement
Guest User

Untitled

a guest
Nov 26th, 2012
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.35 KB | None | 0 0
  1. ==== 'Server' computer ====
  2.  
  3. $ route -n
  4. Kernel IP routing table
  5. Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
  6. 0.0.0.0         10.0.0.138      0.0.0.0         UG    100    0        0 eth0
  7. 10.0.0.0        0.0.0.0         255.255.255.0   U     0      0        0 eth0
  8. 169.254.0.0     0.0.0.0         255.255.0.0     U     1000   0        0 eth0
  9. 172.16.0.0      0.0.0.0         255.255.255.0   U     0      0        0 eth1
  10. 192.168.122.0   0.0.0.0         255.255.255.0   U     0      0        0 virbr0
  11.  
  12.  
  13. $ ifconfig
  14. eth0      Link encap:Ethernet  HWaddr 1c:6f:65:d3:20:17  
  15.           inet addr:10.0.0.195  Bcast:10.0.0.255  Mask:255.255.255.0
  16.           inet6 addr: fe80::1e6f:65ff:fed3:2017/64 Scope:Link
  17.           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  18.           RX packets:5813 errors:0 dropped:0 overruns:0 frame:0
  19.           TX packets:1309 errors:0 dropped:0 overruns:0 carrier:0
  20.           collisions:0 txqueuelen:1000
  21.           RX bytes:809881 (809.8 KB)  TX bytes:169854 (169.8 KB)
  22.           Interrupt:44 Base address:0xc000
  23.  
  24. eth1      Link encap:Ethernet  HWaddr 00:0e:0c:a1:b2:9f  
  25.           inet addr:172.16.0.1  Bcast:172.16.0.255  Mask:255.255.255.0
  26.           inet6 addr: fe80::20e:cff:fea1:b29f/64 Scope:Link
  27.           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  28.           RX packets:48 errors:0 dropped:0 overruns:0 frame:0
  29.           TX packets:441 errors:0 dropped:0 overruns:0 carrier:0
  30.           collisions:0 txqueuelen:1000
  31.           RX bytes:2880 (2.8 KB)  TX bytes:64037 (64.0 KB)
  32.  
  33. lo        Link encap:Local Loopback  
  34.           inet addr:127.0.0.1  Mask:255.0.0.0
  35.           inet6 addr: ::1/128 Scope:Host
  36.           UP LOOPBACK RUNNING  MTU:16436  Metric:1
  37.           RX packets:2089 errors:0 dropped:0 overruns:0 frame:0
  38.           TX packets:2089 errors:0 dropped:0 overruns:0 carrier:0
  39.           collisions:0 txqueuelen:0
  40.           RX bytes:357805 (357.8 KB)  TX bytes:357805 (357.8 KB)
  41.  
  42. virbr0    Link encap:Ethernet  HWaddr b2:7f:b2:7b:a8:68  
  43.           inet addr:192.168.122.1  Bcast:192.168.122.255  Mask:255.255.255.0
  44.           UP BROADCAST MULTICAST  MTU:1500  Metric:1
  45.           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  46.           TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  47.           collisions:0 txqueuelen:0
  48.           RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement