Advertisement
Guest User

Untitled

a guest
Jan 6th, 2015
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 0 0
  1. This is "pxn2" (please ignore the misleading host name "proxmox1")!
  2.  
  3. root@proxmox1:~# cat /etc/debian_version
  4. 7.7
  5. root@proxmox1:~# uname -a
  6. Linux proxmox1 2.6.32-34-pve #1 SMP Sat Nov 8 09:38:26 CET 2014 x86_64 GNU/Linux
  7. root@proxmox1:~# ifconfig
  8. bond0 Link encap:Ethernet HWaddr 02:00:0a:01:01:c7
  9. inet addr:172.16.1.1 Bcast:172.16.1.255 Mask:255.255.255.0
  10. inet6 addr: fe80::aff:fe01:1c7/64 Scope:Link
  11. UP BROADCAST RUNNING MASTER MULTICAST MTU:1462 Metric:1
  12. RX packets:71 errors:0 dropped:0 overruns:0 frame:0
  13. TX packets:45 errors:0 dropped:0 overruns:0 carrier:0
  14. collisions:0 txqueuelen:0
  15. RX bytes:3220 (3.1 KiB) TX bytes:3002 (2.9 KiB)
  16.  
  17. eth0 Link encap:Ethernet HWaddr d0:4c:c1:00:2c:7a
  18. inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
  19. inet6 addr: fe80::d24c:c1ff:fe00:2c7a/64 Scope:Link
  20. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  21. RX packets:6716 errors:0 dropped:0 overruns:0 frame:0
  22. TX packets:6983 errors:0 dropped:0 overruns:0 carrier:0
  23. collisions:0 txqueuelen:1000
  24. RX bytes:748507 (730.9 KiB) TX bytes:1140597 (1.0 MiB)
  25.  
  26. eth1 Link encap:Ethernet HWaddr d0:4c:c1:00:2c:7b
  27. inet addr:10.1.1.199 Bcast:10.1.1.255 Mask:255.255.255.0
  28. inet6 addr: fe80::d24c:c1ff:fe00:2c7b/64 Scope:Link
  29. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  30. RX packets:39630 errors:0 dropped:0 overruns:0 frame:0
  31. TX packets:37759 errors:0 dropped:0 overruns:0 carrier:0
  32. collisions:0 txqueuelen:1000
  33. RX bytes:8325933 (7.9 MiB) TX bytes:7964767 (7.5 MiB)
  34.  
  35. lo Link encap:Local Loopback
  36. inet addr:127.0.0.1 Mask:255.0.0.0
  37. inet6 addr: ::1/128 Scope:Host
  38. UP LOOPBACK RUNNING MTU:16436 Metric:1
  39. RX packets:14211 errors:0 dropped:0 overruns:0 frame:0
  40. TX packets:14211 errors:0 dropped:0 overruns:0 carrier:0
  41. collisions:0 txqueuelen:0
  42. RX bytes:1426425 (1.3 MiB) TX bytes:1426425 (1.3 MiB)
  43.  
  44. venet0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
  45. inet6 addr: fe80::1/128 Scope:Link
  46. UP BROADCAST POINTOPOINT RUNNING NOARP MTU:1500 Metric:1
  47. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  48. TX packets:0 errors:0 dropped:3 overruns:0 carrier:0
  49. collisions:0 txqueuelen:0
  50. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  51.  
  52. vpn_br Link encap:Ethernet HWaddr 02:00:0a:01:01:c7
  53. UP BROADCAST RUNNING SLAVE MULTICAST MTU:1462 Metric:1
  54. RX packets:71 errors:0 dropped:0 overruns:0 frame:0
  55. TX packets:45 errors:0 dropped:0 overruns:0 carrier:0
  56. collisions:0 txqueuelen:0
  57. RX bytes:3220 (3.1 KiB) TX bytes:3002 (2.9 KiB)
  58.  
  59. vpn_gre_pxn1 Link encap:Ethernet HWaddr 06:c3:29:46:ee:94
  60. inet6 addr: fe80::4c3:29ff:fe46:ee94/64 Scope:Link
  61. UP BROADCAST RUNNING MULTICAST MTU:1462 Metric:1
  62. RX packets:110 errors:0 dropped:0 overruns:0 frame:0
  63. TX packets:97 errors:0 dropped:0 overruns:0 carrier:0
  64. collisions:0 txqueuelen:1000
  65. RX bytes:7732 (7.5 KiB) TX bytes:6846 (6.6 KiB)
  66.  
  67. root@proxmox1:~# ip route show
  68. 192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.1
  69. 172.16.1.0/24 dev bond0 proto kernel scope link src 172.16.1.1
  70. 10.1.1.0/24 dev eth1 proto kernel scope link src 10.1.1.199
  71. default via 10.1.1.11 dev eth1
  72. root@proxmox1:~# cat /proc/net/bonding/bond0
  73. Ethernet Channel Bonding Driver: v3.6.0 (September 26, 2009)
  74.  
  75. Bonding Mode: fault-tolerance (active-backup)
  76. Primary Slave: None
  77. Currently Active Slave: vpn_br
  78. MII Status: up
  79. MII Polling Interval (ms): 1000
  80. Up Delay (ms): 0
  81. Down Delay (ms): 0
  82.  
  83. Slave Interface: vpn_br
  84. MII Status: up
  85. Speed: Unknown
  86. Duplex: Unknown
  87. Link Failure Count: 0
  88. Permanent HW addr: 06:c3:29:46:ee:94
  89. Slave queue ID: 0
  90. root@proxmox1:~# brctl show
  91. bridge name bridge id STP enabled interfaces
  92. vpn_br 8000.02000a0101c7 no vpn_gre_pxn1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement