Guest User

Untitled

a guest
Apr 20th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. Setting up networking....
  2. Configuring network interfaces...Loading environment
  3. Starting bond0
  4. [ 128.096834] Ethernet Channel Bonding Driver: v3.2.5 (March 21, 2008)
  5. [ 128.102784] bonding: ARP monitoring set to 50 ms, validate none, with 1 target(s): 111.222.33.44
  6. [ 128.874877] ADDRCONF(NETDEV_UP): bond0: link is not ready
  7. [ 128.934877] eth0: DSPCFG accepted after 0 usec.
  8. [ 128.942877] bonding: bond0: enslaving eth0 as an active interface with an up link.
  9. [ 128.946877] ADDRCONF(NETDEV_CHANGE): bond0: link becomes ready
  10. [ 129.006877] eth1: DSPCFG accepted after 0 usec.
  11. [ 129.014877] bonding: bond0: enslaving eth1 as an active interface with an up link.
  12. done.
  13.  
  14. /etc/network/interfaces
  15.  
  16. auto bond0
  17. iface bond0 inet static
  18. network 111.222.33.4
  19. address 111.222.33.5
  20. netmask 255.255.255.252
  21. ifaces eth0 eth1
  22. mode BALANCE-RR
  23. arp_ip_target 111.222.33.5
  24. arp_interval 50
  25. bond_miimon 100
  26. bond_downdelay 20
  27. bond_updelay 20
Add Comment
Please, Sign In to add comment