Guest User

Untitled

a guest
Jul 18th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. ip link add vxlan2 type vxlan id 2 group 233.1.1.1 dev bond0 dstport 4789
  2.  
  3. Jul 18 11:38:04 ubuntu-22 named[2184]: configuring command channel from '/etc/bind/rndc.key'
  4. Jul 18 11:38:04 ubuntu-22 named[2184]: configuring command channel from '/etc/bind/rndc.key'
  5. Jul 18 11:38:04 ubuntu-22 named[2184]: reloading configuration succeeded
  6. Jul 18 11:38:04 ubuntu-22 kernel: [ 6361.308330] bonding: bond0 is being deleted...
  7. Jul 18 11:38:04 ubuntu-22 kernel: [ 6361.308609] device vxlan2 left promiscuous mode
  8. Jul 18 11:38:04 ubuntu-22 kernel: [ 6361.308733] bond0 (unregistering): Released all slaves
  9. Jul 18 11:38:04 ubuntu-22 named[2184]: any newly configured zones are now loaded
  10.  
  11. root@ubuntu-22:~# cat /etc/issue
  12. Ubuntu 16.04.2 LTS n l
  13. root@ubuntu-22:~# uname -a
  14. Linux ubuntu-22 4.4.0-62-generic #83-Ubuntu SMP Wed Jan 18 14:10:15 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
  15.  
  16. root@ubuntu-22:~# cat /proc/net/bonding/bond0
  17. Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
  18.  
  19. Bonding Mode: load balancing (round-robin)
  20. MII Status: up
  21. MII Polling Interval (ms): 100
  22. Up Delay (ms): 0
  23. Down Delay (ms): 0
  24.  
  25. Slave Interface: eno1
  26. MII Status: up
  27. Speed: 1000 Mbps
  28. Duplex: full
  29. Link Failure Count: 0
  30. Permanent HW addr: ac:1f:6b:12:57:b4
  31. Slave queue ID: 0
  32.  
  33. Slave Interface: eno2
  34. MII Status: up
  35. Speed: 1000 Mbps
  36. Duplex: full
  37. Link Failure Count: 0
  38. Permanent HW addr: ac:1f:6b:12:57:b5
  39. Slave queue ID: 0
Add Comment
Please, Sign In to add comment