Guest User

Untitled

a guest
Aug 11th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. It can't be throw over gateway using bonding on CentOS 6
  2. alias bond0 bonding
  3. options bonding mode=1 miimon=200 primary=eth0
  4.  
  5. DEVICE=bond0
  6. IPADDR=192.168.1.xxx
  7. NETMASK=255.255.255.0
  8. NETWORK=192.168.1.0
  9. BROADCAST=192.168.1.255
  10. DNS1=xxx.xxx.xxx.1
  11. ONBOOT=yes
  12. TYPE=Ethernet
  13. BOOTPROTO=static
  14. USERCTL=no
  15. PEERDNS=no
  16.  
  17. DEVICE=eth0
  18. ONBOOT=yes
  19. TYPE=Ethernet
  20. MASTER=bond0
  21. SLAVE=yes
  22. BOOTPROTO=static
  23. HADDR=xx:xx:xx:xx
  24. DNS1=xxx.xxx.xxx.1
Add Comment
Please, Sign In to add comment