Skip to content

Instantly share code, notes, and snippets.

@function-Lolicom
Last active August 29, 2015 14:24
Show Gist options
  • Save function-Lolicom/ffacfbb3193f47b5ef07 to your computer and use it in GitHub Desktop.
Save function-Lolicom/ffacfbb3193f47b5ef07 to your computer and use it in GitHub Desktop.
create nic-bond file
vi /etc/sysconfig/network-scripts/ifcfg-bond0
DEVICE=bond0
BOOTPROTO=none
ONBOOT=yes
IPADDR=192.168.0.33
BROADCAST=192.168.0.255
NETWORK=192.168.0.0
NETMASK=255.255.255.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment