ipの固定とホスト名の設定
IPの固定
/etc/sysconfig/network-scripts/ifcfg-eth0
#...
#ONBOOT=no
ONBOOT=yes
#BOOTPROTO=dhcp
BOOTPROTO=static
IPADDR=aaa.bbb.ccc.ddd
NETMASK=eee.fff.ggg.hhh
GATEWAY=iii.jjj.kkk.lll
DNS1=iii.jjj.kkk.lll
ホスト名の設定
/etc/sysconfig/network
NETWORKING=yes
HOSTNAME=hogehoge
/etc/hosts
127.0.0.1 hogehoge localhost
::1 hogehoge localhost
/etc/sysconfig/network-scripts/ifcfg-eth0
#...
#ONBOOT=no
ONBOOT=yes
#BOOTPROTO=dhcp
BOOTPROTO=static
IPADDR=aaa.bbb.ccc.ddd
NETMASK=eee.fff.ggg.hhh
GATEWAY=iii.jjj.kkk.lll
DNS1=iii.jjj.kkk.lll
/etc/sysconfig/network
NETWORKING=yes
HOSTNAME=hogehoge
/etc/hosts
127.0.0.1 hogehoge localhost
::1 hogehoge localhost
Author And Source
この問題について(ipの固定とホスト名の設定), 我々は、より多くの情報をここで見つけました https://qiita.com/asterisk9101/items/4a63d0b504fa978a73ae著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .