SUSE 設定IP位址 閘道器 DNS

2022-08-18 11:03:11 字數 772 閱讀 7717

說明:

ip:172.18.4.107

子網掩碼:255.255.255.0

閘道器:172.18.4.254

dns:172.18.0.6

1、設定ip位址

vi /etc/sysconfig/network/ifcfg-eth0 #編輯配置檔案

bootproto='static' #靜態ip

broadcast='172.18.4.255' #廣播位址

ipaddr='172.18.4.107' #ip位址

netmask='255.255.255.0' #子網掩碼

network='172.18.4.0' #網路位址

startmode='auto' #開機啟動網路

2、設定閘道器

vi /etc/sysconfig/network/routes #編輯檔案

default 172.18.4.254

3、設定dns

vi /etc/resolv.conf #編輯檔案

nameserver  172.18.0.6

rcnetwork restart #重啟網路

service network restart #重啟網路

/etc/init.d/network restart #重啟網路

Debian設定IP位址 閘道器 DNS

說明 系統 debian 6.0.4 子網掩碼 255.255.255.0 閘道器 192.168.21.2 dns 8.8.8.8 8.8.4.4 操作 系統運維 www.osyunwei.com 1 設定ip位址 閘道器 nano etc network inte ces etc network...

Debian設定IP位址 閘道器 DNS

說明 系統 debian 6.0.4 子網掩碼 255.255.255.0 閘道器 192.168.21.2 dns 8.8.8.8 8.8.4.4 操作 系統運維 www.osyunwei.com 1 設定ip位址 閘道器 nano etc network inte ces etc network...

如何為SUSE配置IP位址,閘道器和DNS

ifconfig eht0 9.111.66.96 netmask 255.255.255.0 up route add default gw 9.111.66.1 方法二 在檔案中設定。示例引數 dns 8.8.8.8 8.8.4.4 ip 192.168.21.172 閘道器 192.168.2...