Skip to content

Instantly share code, notes, and snippets.

@zero-master
Created April 3, 2013 12:45
Show Gist options
  • Save zero-master/5300882 to your computer and use it in GitHub Desktop.
Save zero-master/5300882 to your computer and use it in GitHub Desktop.
Adding Addition IP to OVH
cp /etc/sysconfig/network-scripts/ifcfg-eth0 /etc/sysconfig/network-scripts/ifcfg-eth0:1
nano /etc/sysconfig/network-scripts/ifcfg-eth0:1
DEVICE="eth0:1"
BOOTPROTO="static"
IPADDR="142.4.223.247"
NETMASK="255.255.255.255"
ONBOOT="yes"
BROADCAST="142.4.223.247"
ifup eth0:1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment