檢視dns配置檔案,檔案中的nameserver位址就是dns伺服器的位址。dns配置檔案的路徑為:/etc/resolv.conf。
[root@i-dbb1f0ff network-scripts]# cat /etc/resolv.conf;
generated by /usr/sbin/dhclient-script
nameserver 192.20.1.1
nameserver 192.20.1.1
1.使用ifconfig
命令檢視網絡卡資訊,確認網絡卡名。
[root@i-dbb1f0ff network-scripts]# ifconfig
eth0: flags=4163mtu 1500
inet 10.105.184.195 netmask 255.255.255.0 broadcast 10.105.184.255
inet6 fe80::d20d:dbff:feb1:f0ff prefixlen 64 scopeid 0x20ether d0:0d:db:b1:f0:ff txqueuelen 1000 (ethernet)
rx packets 197079202 bytes 21761671766 (20.2 gib)
rx errors 0 dropped 0 overruns 0 frame 0
tx packets 13200691 bytes 7533972013 (7.0 gib)
tx errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10loop txqueuelen 1 (local loopback)
rx packets 3365044 bytes 1208000880 (1.1 gib)
rx errors 0 dropped 0 overruns 0 frame 0
tx packets 3365044 bytes 1208000880 (1.1 gib)
tx errors 0 dropped 0 overruns 0 carrier 0 collisions 0
[root@i-dbb1f0ff network-scripts]# vi ifcfg-eth0
type=ethernet
bootproto=dhcp
device=eth0
onboot=yes
dns1="192.168.1.2"
3.設定完以後必須使用service network restart
命令重啟網絡卡服務才能生效,注意配置的dns伺服器位址必須要能連上才行。
# vi ifcfg-eth0
[root@i-dbb1f0ff network-scripts]# service network restart
正在關閉介面eth0:
關閉環迴介面:
彈出介面eth0:
linux檢視和設定日期
linux系統下檢視和設定日期時間的命令都是date。檢視日期時間命令 date 設定日期時間命令 date s date time 例 設定系統日期為2008年9月9日 date s 20080909 設定系統時間為14 25 49 date s 14 25 49 設定系統日期和時間為 2008年...
linux的網路設定(DNS和DHCP)
1.dns 1.1dns的作用及服務 1.2本地解析和dns解析服務的優先順序 1.3固定的dns 動與靜 2.dhcp 2.1dhcp的概念 2.2dhcp的運用 1.1 dns的作用及服務 dns domain name server 網域名稱解析服務 通過網域名稱找到相應的ip位址 1.2 本...
如何檢視linux版本 如何檢視LINUX是多少位
一 如何得知自己正在使用的linux是什麼版本呢,下面的幾種方法將給你帶來答案!1 root q1test01 cat proc version linux version 2.6.9 22.elsmp bhcompile crowe.devel.redhat.com gcc version 3.4...