Skip to content

Instantly share code, notes, and snippets.

@yasuken1990
Last active August 28, 2018 04:10
Show Gist options
  • Save yasuken1990/54118e9d98869f1026423e46fd99f863 to your computer and use it in GitHub Desktop.
Save yasuken1990/54118e9d98869f1026423e46fd99f863 to your computer and use it in GitHub Desktop.
CentOS6プライベートIP設定 ref: https://qiita.com/yasuken/items/e591029f00a9b9640a21
$ service network restart
ONBOOT=yes
BOOTPROTO=static
DEVICE=eth2
IPADDR=192.168.XXX.XXX
NETMASK=255.255.255.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment