Advertisement
Guest User

Untitled

a guest
Nov 26th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.02 KB | None | 0 0
  1. === 'Storage' computer ===
  2.  
  3. $ route -n
  4. Kernel IP routing table
  5. Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
  6. 10.0.0.0        0.0.0.0         255.255.255.0   U     0      0        0 xenbr0
  7. 172.16.0.0      0.0.0.0         255.255.255.0   U     0      0        0 eth1
  8.  
  9. $ ifconfig
  10. eth0      Link encap:Ethernet  HWaddr 50:e5:49:c9:b1:50  
  11.           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  12.           RX packets:8537 errors:0 dropped:0 overruns:0 frame:0
  13.           TX packets:996 errors:0 dropped:0 overruns:0 carrier:0
  14.           collisions:0 txqueuelen:1000
  15.           RX bytes:1231588 (1.2 MB)  TX bytes:166456 (166.4 KB)
  16.  
  17. eth1      Link encap:Ethernet  HWaddr 00:0a:cd:15:56:d2  
  18.           inet addr:172.16.0.2  Bcast:172.16.0.255  Mask:255.255.255.0
  19.           inet6 addr: fe80::20a:cdff:fe15:56d2/64 Scope:Link
  20.           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  21.           RX packets:1429 errors:0 dropped:0 overruns:0 frame:0
  22.           TX packets:293 errors:0 dropped:0 overruns:0 carrier:0
  23.           collisions:0 txqueuelen:1000
  24.           RX bytes:204079 (204.0 KB)  TX bytes:19376 (19.3 KB)
  25.  
  26. lo        Link encap:Local Loopback  
  27.           inet addr:127.0.0.1  Mask:255.0.0.0
  28.           inet6 addr: ::1/128 Scope:Host
  29.           UP LOOPBACK RUNNING  MTU:16436  Metric:1
  30.           RX packets:488 errors:0 dropped:0 overruns:0 frame:0
  31.           TX packets:488 errors:0 dropped:0 overruns:0 carrier:0
  32.           collisions:0 txqueuelen:0
  33.           RX bytes:33446 (33.4 KB)  TX bytes:33446 (33.4 KB)
  34.  
  35. xenbr0    Link encap:Ethernet  HWaddr 50:e5:49:c9:b1:50  
  36.           inet addr:10.0.0.197  Bcast:10.0.0.255  Mask:255.255.255.0
  37.           inet6 addr: fe80::52e5:49ff:fec9:b150/64 Scope:Link
  38.           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  39.           RX packets:6679 errors:0 dropped:0 overruns:0 frame:0
  40.           TX packets:1115 errors:0 dropped:0 overruns:0 carrier:0
  41.           collisions:0 txqueuelen:0
  42.           RX bytes:1120092 (1.1 MB)  TX bytes:171670 (171.6 KB)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement