Oracle Linux 7.1 增加網路卡及IP配置
由於需要給虛擬機器(oracle linux 7.1)增加網路卡並設定IP操作,在增加網路卡後執行ifconfig命令可以看到增加的網路卡資訊,但沒有生成網路卡配置檔案
[root@jytest1 ~]# ifconfig ens34: flags=4163 mtu 1500 ether 00:50:56:a0:7e:4c txqueuelen 1000 (Ethernet) RX packets 14332 bytes 1177864 (1.1 MiB) RX errors 0 dropped 25 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 ens160: flags=4163 mtu 1500 inet 10.138.130.171 netmask 255.255.255.0 broadcast 10.138.130.255 inet6 fe80::250:56ff:feb1:260 prefixlen 64 scopeid 0x20 ether 00:50:56:b1:02:60 txqueuelen 1000 (Ethernet) RX packets 14524 bytes 1203727 (1.1 MiB) RX errors 0 dropped 11 overruns 0 frame 0 TX packets 349 bytes 31569 (30.8 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 lo: flags=73 mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10 loop txqueuelen 0 (Local Loopback) RX packets 1152 bytes 89096 (87.0 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 1152 bytes 89096 (87.0 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 virbr0: flags=4099 mtu 1500 inet 192.168.122.1 netmask 255.255.255.0 broadcast 192.168.122.255 ether 52:54:00:88:ce:47 txqueuelen 0 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 6 bytes 1172 (1.1 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
[root@jytest1 ~]# cd /etc/sysconfig/network-scripts [root@jytest1 network-scripts]# ls -lrt total 232 -rwxr-xr-x. 1 root root 1876 Nov 6 2014 ifup-TeamPort -rwxr-xr-x. 1 root root 1755 Nov 6 2014 ifup-Team -rwxr-xr-x. 1 root root 1556 Nov 6 2014 ifdown-TeamPort -rwxr-xr-x. 1 root root 1599 Nov 6 2014 ifdown-Team -rw-r--r--. 1 root root 26134 Jan 15 2015 network-functions-ipv6 -rw-r--r--. 1 root root 15316 Jan 15 2015 network-functions -rwxr-xr-x. 1 root root 4623 Jan 15 2015 init.ipv6-global -rwxr-xr-x. 1 root root 1740 Jan 15 2015 ifup-wireless -rwxr-xr-x. 1 root root 2682 Jan 15 2015 ifup-tunnel -rwxr-xr-x. 1 root root 3263 Jan 15 2015 ifup-sit -rwxr-xr-x. 1 root root 1925 Jan 15 2015 ifup-routes -rwxr-xr-x. 1 root root 4154 Jan 15 2015 ifup-ppp -rwxr-xr-x. 1 root root 2609 Jan 15 2015 ifup-post -rwxr-xr-x. 1 root root 1043 Jan 15 2015 ifup-plusb -rwxr-xr-x. 1 root root 642 Jan 15 2015 ifup-plip -rwxr-xr-x. 1 root root 10430 Jan 15 2015 ifup-ipv6 -rwxr-xr-x. 1 root root 12039 Jan 15 2015 ifup-ippp -rwxr-xr-x. 1 root root 11502 Jan 15 2015 ifup-eth -rwxr-xr-x. 1 root root 859 Jan 15 2015 ifup-bnep -rwxr-xr-x. 1 root root 12616 Jan 15 2015 ifup-aliases -rwxr-xr-x. 1 root root 1462 Jan 15 2015 ifdown-tunnel -rwxr-xr-x. 1 root root 1444 Jan 15 2015 ifdown-sit -rwxr-xr-x. 1 root root 837 Jan 15 2015 ifdown-routes -rwxr-xr-x. 1 root root 1068 Jan 15 2015 ifdown-ppp -rwxr-xr-x. 1 root root 1642 Jan 15 2015 ifdown-post -rwxr-xr-x. 1 root root 4201 Jan 15 2015 ifdown-ipv6 -rwxr-xr-x. 1 root root 781 Jan 15 2015 ifdown-ippp -rwxr-xr-x. 1 root root 5817 Jan 15 2015 ifdown-eth -rwxr-xr-x. 1 root root 627 Jan 15 2015 ifdown-bnep -rw-r--r--. 1 root root 254 Jan 15 2015 ifcfg-lo -rwxr-xr-x. 1 root root 10145 Mar 6 2015 ifup-ib -rwxr-xr-x. 1 root root 6196 Mar 6 2015 ifdown-ib lrwxrwxrwx. 1 root root 24 Nov 5 10:11 ifdown -> ../../../usr/sbin/ifdown lrwxrwxrwx. 1 root root 11 Nov 5 10:11 ifdown-isdn -> ifdown-ippp lrwxrwxrwx. 1 root root 22 Nov 5 10:11 ifup -> ../../../usr/sbin/ifup lrwxrwxrwx. 1 root root 9 Nov 5 10:11 ifup-isdn -> ifup-ippp -rw-r--r--. 1 root root 358 Nov 5 12:01 ifcfg-ens160
可以看到並沒有生成網路卡配置檔案ifcfg-ens34,而之前在建立虛擬機器時增加的網路卡ens160是有相應的配置檔案ifcfg-ens160。在oracle linux 7.1中使用nmtui來設定網路,nmtui 屬於curses-based text user interface(文字使用者介面), 類似Linux7以前的setup工具
[root@jytest1 ~]# nmtui
使用nmtui設定完後可以看到生成了網路卡ens34的配置檔案ifcfg-ens34
[root@jytest1 network-scripts]# ls -lrt total 236 -rwxr-xr-x. 1 root root 1876 Nov 6 2014 ifup-TeamPort -rwxr-xr-x. 1 root root 1755 Nov 6 2014 ifup-Team -rwxr-xr-x. 1 root root 1556 Nov 6 2014 ifdown-TeamPort -rwxr-xr-x. 1 root root 1599 Nov 6 2014 ifdown-Team -rw-r--r--. 1 root root 26134 Jan 15 2015 network-functions-ipv6 -rw-r--r--. 1 root root 15316 Jan 15 2015 network-functions -rwxr-xr-x. 1 root root 4623 Jan 15 2015 init.ipv6-global -rwxr-xr-x. 1 root root 1740 Jan 15 2015 ifup-wireless -rwxr-xr-x. 1 root root 2682 Jan 15 2015 ifup-tunnel -rwxr-xr-x. 1 root root 3263 Jan 15 2015 ifup-sit -rwxr-xr-x. 1 root root 1925 Jan 15 2015 ifup-routes -rwxr-xr-x. 1 root root 4154 Jan 15 2015 ifup-ppp -rwxr-xr-x. 1 root root 2609 Jan 15 2015 ifup-post -rwxr-xr-x. 1 root root 1043 Jan 15 2015 ifup-plusb -rwxr-xr-x. 1 root root 642 Jan 15 2015 ifup-plip -rwxr-xr-x. 1 root root 10430 Jan 15 2015 ifup-ipv6 -rwxr-xr-x. 1 root root 12039 Jan 15 2015 ifup-ippp -rwxr-xr-x. 1 root root 11502 Jan 15 2015 ifup-eth -rwxr-xr-x. 1 root root 859 Jan 15 2015 ifup-bnep -rwxr-xr-x. 1 root root 12616 Jan 15 2015 ifup-aliases -rwxr-xr-x. 1 root root 1462 Jan 15 2015 ifdown-tunnel -rwxr-xr-x. 1 root root 1444 Jan 15 2015 ifdown-sit -rwxr-xr-x. 1 root root 837 Jan 15 2015 ifdown-routes -rwxr-xr-x. 1 root root 1068 Jan 15 2015 ifdown-ppp -rwxr-xr-x. 1 root root 1642 Jan 15 2015 ifdown-post -rwxr-xr-x. 1 root root 4201 Jan 15 2015 ifdown-ipv6 -rwxr-xr-x. 1 root root 781 Jan 15 2015 ifdown-ippp -rwxr-xr-x. 1 root root 5817 Jan 15 2015 ifdown-eth -rwxr-xr-x. 1 root root 627 Jan 15 2015 ifdown-bnep -rw-r--r--. 1 root root 254 Jan 15 2015 ifcfg-lo -rwxr-xr-x. 1 root root 10145 Mar 6 2015 ifup-ib -rwxr-xr-x. 1 root root 6196 Mar 6 2015 ifdown-ib lrwxrwxrwx. 1 root root 24 Nov 5 10:11 ifdown -> ../../../usr/sbin/ifdown lrwxrwxrwx. 1 root root 11 Nov 5 10:11 ifdown-isdn -> ifdown-ippp lrwxrwxrwx. 1 root root 22 Nov 5 10:11 ifup -> ../../../usr/sbin/ifup lrwxrwxrwx. 1 root root 9 Nov 5 10:11 ifup-isdn -> ifup-ippp -rw-r--r--. 1 root root 346 Mar 16 12:36 ifcfg-ens160 -rw-r--r--. 1 root root 181 Mar 16 12:42 ifcfg-ens34
編輯配置檔案
[root@jytest1 network-scripts]# vi ifcfg-ens34 TYPE=Ethernet BOOTPROTO=none IPADDR=88.88.88.1 NETMASK=255.255.255.0 PREFIX=32 DEFROUTE=yes IPV4_FAILURE_FATAL=no IPV6INIT=no NAME=ens34 UUID=f0e4fffc-668c-4b3d-b1cf-ab2b0122dd7d DEVICE=ens34 ONBOOT=yes
重啟網路
[root@jytest1 network-scripts]# systemctl restart network [root@jytest1 network-scripts]# ifconfig ens34: flags=4163 mtu 1500 inet 88.88.88.1 netmask 255.255.255.255 broadcast 88.88.88.1 inet6 fe80::250:56ff:fea0:7e4c prefixlen 64 scopeid 0x20 ether 00:50:56:a0:7e:4c txqueuelen 1000 (Ethernet) RX packets 24804 bytes 2064784 (1.9 MiB) RX errors 0 dropped 25 overruns 0 frame 0 TX packets 57 bytes 8254 (8.0 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 ens160: flags=4163 mtu 1500 inet 10.138.130.171 netmask 255.255.255.0 broadcast 10.138.130.255 inet6 fe80::250:56ff:feb1:260 prefixlen 64 scopeid 0x20 ether 00:50:56:b1:02:60 txqueuelen 1000 (Ethernet) RX packets 25331 bytes 2120003 (2.0 MiB) RX errors 0 dropped 11 overruns 0 frame 0 TX packets 767 bytes 84120 (82.1 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 lo: flags=73 mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10 loop txqueuelen 0 (Local Loopback) RX packets 1480 bytes 113808 (111.1 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 1480 bytes 113808 (111.1 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 virbr0: flags=4099 mtu 1500 inet 192.168.122.1 netmask 255.255.255.0 broadcast 192.168.122.255 ether 52:54:00:88:ce:47 txqueuelen 0 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 6 bytes 1172 (1.1 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 [root@jytest1 network-scripts]# ping jytest1-priv PING jytest1-priv (88.88.88.1) 56(84) bytes of data. 64 bytes from jytest1-priv (88.88.88.1): icmp_seq=1 ttl=64 time=0.419 ms 64 bytes from jytest1-priv (88.88.88.1): icmp_seq=2 ttl=64 time=0.227 ms ^C --- jytest1-priv ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1001ms rtt min/avg/max/mdev = 0.227/0.323/0.419/0.096 ms
配置完成
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26015009/viewspace-2135462/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Linux 雙網路卡雙IP配置Linux
- linux下一個網路卡配置多個IPLinux
- Linux 網路卡配置Linux
- Linux單網路卡繫結多IP與多網路卡共用單IPLinux
- Ubuntu-16.04.2-Server配置網路卡IPUbuntuServer
- 【Linux】Linux網路配置基礎3 編輯配置檔案設定網路卡子介面ipLinux
- LINUX as 5自帶的配置網路卡的IP害慘了我Linux
- 【Linux伺服器雙IP配置】如何實現不同IP的雙網路卡同時上網?Linux伺服器
- Linux 7 配置網路卡(nmcli)Linux
- Linux網路卡的配置檔案詳解及應用Linux
- 網路卡配置及對應名稱
- suse linux配置網路卡bondingLinux
- 安裝配置Linux網路卡(轉)Linux
- AIX中為單網路卡配置多IP地址(轉)AI
- RAC中如何更改對外網路卡和內部網際網路卡的IP及VIP
- 獲取網路卡 IP
- 多塊網路卡繫結IP在linux下Linux
- SUSE linux雙網路卡繫結一個IPLinux
- Redhat linux雙網路卡繫結一個IPRedhatLinux
- Linux下檢視網路卡資訊及確定網路卡位置Linux
- linux網路卡配置檔案詳解Linux
- LINUX 網路卡配置檔案引數Linux
- Redhat Linux網路卡配置與繫結RedhatLinux
- Centos 7.1安裝後修改主機名及網路配置CentOS
- Oracle 11gR2 RAC 單網路卡轉雙網路卡繫結配置Oracle
- Linux下多網路卡多網段訪問 --- 網路卡及Gateway, 路由設定(Linux OS)LinuxGateway路由
- Linux雙網路卡繫結單個IP之(team)Linux
- VMwareNAT網路卡配置
- Redhat Linux網路卡配置與繫結(zt)RedhatLinux
- 如何在centos上配置802.1Q VLAN標記,linux單網路卡多vlan多網段Ip配置案例CentOSLinux
- Linux下一塊網路卡設定多個IP地址Linux
- [Linux] Linux bond 網路卡繫結配置教程(轉載)Linux
- 雙網路卡單IP(轉貼)
- ubuntu下網路卡配置多獨立ip的方法,非常簡單Ubuntu
- Linux網路卡配置檔案 引數詳解Linux
- 【Linux】Linux網路配置基礎1 網路相關命令與網路卡配置檔案Linux
- 配置雙網路卡BOND
- 雙網路卡BOND配置