Skip to content

Instantly share code, notes, and snippets.

@function-Lolicom
Created July 9, 2015 03:56
Show Gist options
  • Save function-Lolicom/a086656414ca153f17fc to your computer and use it in GitHub Desktop.
Save function-Lolicom/a086656414ca153f17fc to your computer and use it in GitHub Desktop.
the ifcfg-eth0 and ifcfg-eth1 file is edit
vi /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=static
ONBOOT=yes
MASTER=bond0
SLAVE=yes
HWADDR=00:22:19:4D:6E:3A
vi /etc/sysconfig/network-scripts/ifcfg-eth1
DEVICE=eth1
BOOTPROTO=static
ONBOOT=yes
MASTER=bond0
SLAVE=yes
HWADDR=00:22:19:4d:6e:3a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment