[Linux] RHEL7.0 配置網路IP的幾種方法
1.直接修改檔案
[root@rhel7 ~]# ifconfig -a
ens33: flags=4163 mtu 1500
inet 192.168.32.129 netmask 255.255.255.0 broadcast 192.168.32.255
inet6 fe80::d378:75a6:dfff:c29d prefixlen 64 scopeid 0x20
ether 00:0c:29:e7:63:ed txqueuelen 1000 (Ethernet)
RX packets 70 bytes 7829 (7.6 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 292 bytes 34725 (33.9 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
[root@rhel7 ~]# cd /etc/sysconfig/network-scripts/
[root@rhel7 network-scripts]# ls -l
total 232
-rw-r--r--. 1 root root 352 Jun 15 22:06 ifcfg-ens33
[root@rhel7 network-scripts]# more ifcfg-ens33
TYPE=Ethernet
BOOTPROTO=none
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
IPV6INIT=yes
IPV6_AUTOCONF=yes
IPV6_DEFROUTE=yes
IPV6_FAILURE_FATAL=no
IPV6_ADDR_GEN_MODE=stable-privacy
NAME=ens33
UUID=581cd9ce-ff00-4662-898e-0d3efefaaa9a
DEVICE=ens33
ONBOOT=yes
IPADDR=192.168.32.129
PREFIX=24
GATEWAY=192.168.32.1
IPV6_PEERDNS=yes
IPV6_PEERROUTES=yes
IPV6_PRIVACY=no
2.圖形介面
nmtui 或者 nm-connection-editor 圖形介面進行變更
[root@rhel7 network-scripts]# nmtui
[root@rhel7 network-scripts]# nm-connection-editor
[root@rhel7 network-scripts]# service network restart
Restarting network (via systemctl): [ OK ]
[root@rhel7 ~]# ifconfig -a
ens33: flags=4163 mtu 1500
inet 192.168.32.129 netmask 255.255.255.0 broadcast 192.168.32.255
inet6 fe80::d378:75a6:dfff:c29d prefixlen 64 scopeid 0x20
ether 00:0c:29:e7:63:ed txqueuelen 1000 (Ethernet)
RX packets 70 bytes 7829 (7.6 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 292 bytes 34725 (33.9 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
[root@rhel7 ~]# cd /etc/sysconfig/network-scripts/
[root@rhel7 network-scripts]# ls -l
total 232
-rw-r--r--. 1 root root 352 Jun 15 22:06 ifcfg-ens33
[root@rhel7 network-scripts]# more ifcfg-ens33
TYPE=Ethernet
BOOTPROTO=none
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
IPV6INIT=yes
IPV6_AUTOCONF=yes
IPV6_DEFROUTE=yes
IPV6_FAILURE_FATAL=no
IPV6_ADDR_GEN_MODE=stable-privacy
NAME=ens33
UUID=581cd9ce-ff00-4662-898e-0d3efefaaa9a
DEVICE=ens33
ONBOOT=yes
IPADDR=192.168.32.129
PREFIX=24
GATEWAY=192.168.32.1
IPV6_PEERDNS=yes
IPV6_PEERROUTES=yes
IPV6_PRIVACY=no
2.圖形介面
nmtui 或者 nm-connection-editor 圖形介面進行變更
[root@rhel7 network-scripts]# nmtui
[root@rhel7 network-scripts]# nm-connection-editor
[root@rhel7 network-scripts]# service network restart
Restarting network (via systemctl): [ OK ]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24237320/viewspace-2140807/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 一看便知_配置linux 網路配置的幾種方法Linux
- 幾種Linux網路配置工具的使用Linux
- Linux網路配置方法(DNS,IP,GW)LinuxDNS
- Linux禁止某個IP地址訪問的幾種方法Linux
- linux配置IP的方法Linux
- 伺服器網路測試的幾種方法伺服器
- Linux配置IP地址的方法Linux
- 獲得ip地理資訊的幾種方法【最全】
- 使用 Java 測試網路連通性的幾種方法Java
- 用Linux命令手工配置TCP/IP網路(轉)LinuxTCP
- 關於java獲取本地ip的幾種方法Java
- Docker幾種網路模式Docker模式
- 恢復linux網路介面並配置靜態ipLinux
- Linux安裝mysql的幾種方法LinuxMySql
- [Oracle] 統計listener.log中IP的幾種方法Oracle
- Linux下配置網路引數常用的兩種方式!Linux
- 配置Linux的網路Linux
- VMware連線網路的幾種方式
- 幾種刪除Linux目錄的方法Linux
- Linux埠轉發的幾種常用方法Linux
- Linux安裝軟體的幾種方法Linux
- win10ip地址配置錯誤網路無法連線怎麼辦 ip地址配置錯誤網路無法連線的方法Win10
- 【Linux】Linux網路配置基礎3 編輯配置檔案設定網路卡子介面ipLinux
- Linux 網路管理-ip命令Linux
- Linux 雙網路卡雙IP配置Linux
- Centos7系統拒絕國外IP海外IP訪問的幾種方法CentOS
- Linux|網路配置Linux
- linux 配置網路Linux
- [Linux]配置網路Linux
- linux網路配置Linux
- 網際網路使用者的幾種面孔 你是哪種?
- Linux檢視檔案大小的幾種方法Linux
- 【JavaEE】讀取配置檔案路徑的幾種方式Java
- Linux網路管理員手冊(5) 第五章 配置TCP/IP網路 proc檔案系統 設定主機名 分配IP地址 IP的介面配置 乙太網介面 (轉)LinuxTCP
- 華納雲分享隱藏伺服器真實IP的幾種方法伺服器
- 【Linux】(小白向)詳解VirtualBox網路配置-配置Linux網路Linux
- 網路安全——常見的幾種WEB攻擊:Web
- IP地址標識的幾種意義