Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #old config
- #auto lo
- #iface lo inet loopback
- #auto bond0
- #iface bond0 inet static
- # address 192.168.0.99
- # netmask 255.255.255.0
- # gateway 192.168.0.1
- # slaves eth0 eth1
- ## new config
- auto lo
- iface lo inet loopback
- auto bond0
- iface bond0 inet manual
- slaves eth0 eth1
- auto br0
- iface br0 inet static
- address 192.168.0.99
- network 192.168.0.0
- netmask 255.255.255.0
- broadcast 192.168.0.255
- gateway 192.168.0.1
- bridge_ports bond0
- bridge_fd 9
- bridge_hello 2
- bridge_maxage 12
- bridge_stp off
- pre-up if-up bond0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement