Linux下配置IP位址

2021-05-23 09:56:00 字數 1292 閱讀 5493

[root@localhost network-scripts]# pwd

/etc/sysconfig/network-scripts

[root@localhost network-scripts]# ls

ifcfg-eth0  ifdown-bnep   ifdown-post    ifup          ifup-ipsec  ifup-post    ifup-wireless

ifcfg-eth1  ifdown-eth    ifdown-ppp     ifup-aliases  ifup-ipv6   ifup-ppp     init.ipv6-global

ifcfg-eth2  ifdown-ippp   ifdown-routes  ifup-bnep     ifup-ipx    ifup-routes  net.hotplug

ifcfg-eth3  ifdown-ipsec  ifdown-sit     ifup-eth      ifup-isdn   ifup-sit     network-functions

ifcfg-lo    ifdown-ipv6   ifdown-sl      ifup-ib       ifup-plip   ifup-sl      network-functions-ipv6

ifdown      ifdown-isdn   ifdown-tunnel  ifup-ippp     ifup-plusb  ifup-tunnel

[root@localhost network-scripts]# more ifcfg-eth0

# netxen incorporated nx3031 multifunction 1/10-gigabit server adapter

device=eth0

bootproto=none

hwaddr=00:26:55:1c:91:b4

ipv6init=no

ipv6_autoconf=no

onboot=yes

dhcp_hostname=jsdx

type=ethernet

userctl=no

peerdns=yes

ipaddr=10.100.0.3

netmask=255.255.255.0

gateway=10.100.0.254

[root@localhost network-scripts]#

[root@localhost network-scripts]# reboot

根據對應的情況,修改其中的引數值, 修改完成後重啟系統。

linux下配置IP位址

示例環境 os fc2 nic eth0 host name fc2 ip 192.168.0.20 24 default gateway 192.168.0.254 修改ip位址 即時生效 ifconfig eth0 192.168.0.20 netmask 255.255.255.0 啟動生效 ...

Linux下IP位址配置方法

linux下ip位址配置可分為4種配置方法 1.ifconfig命令臨時配置ip位址 2.setup工具永久配置ip位址 3.修改網路配置檔案 4.圖形介面配置ip位址 下面具體介紹一下各種配置方法 一 ifconfig命令配置 此命令還可以檢視網路狀態 只能臨時配置ip位址,一旦系統重啟就會重置i...

linux下ip位址認證多IP配置

為乙個網絡卡新增乙個ip 1 進入 etc sysconfig network scripts 目錄下,cd etc sysconfig network scripts 2 複製乙份ip 模板到該目錄下 這裡以 ifcfg eth0 為模板cp ifcfg eth0 ifcfg eth0 100,將...