ip位址,子網掩碼, 閘道器
設定ip位址,子網掩碼並啟用
#ifconfig eth0 10.192.77.250 netmask 255.255.255.0 up
注:ip,,掩碼,閘道器都設定到 /etc/sysconfig/network-scripts/ifcfg-eth0裡面了。
設定多ip
可以為乙個網絡卡設定多個ip,不用的可以down,使用時再up。這樣可以在多個ip上切換
#ifconfig eth0:0 10.192.77.251 netmask 255.255.255.0 up
#ifconfig eth0:1 10.192.77.252 netmask 255.255.255.0 up
。。。
新增預設閘道器
#route add default gw ip
dns
dns被設定在: etc/resolv.conf
主機名
顯示主機名
#hostname
更改主機名
#hostname myhost
設定在/etc/sysconfig/network
網路 linux網路配置
zlm ubuntu sudo ifconfig eth0 192.168.1.109 netmask 255.255.255.0 broadcast 192.168.1.255 zlm ubuntu sudo route add del default gw 192.168.1.1 新增刪除閘道器...
linux網路配置
以eth0為例 1.以dhcp方式配置網絡卡 編輯檔案 etc network inte ces sudo vi etc network inte ces 並用下面的行來替換有關eth0的行 the primary network inte ce use dhcp to find our addre...
linux配置網路
1.ifconfig 檢視網路介面的資訊。普通使用者使用 ifconfig 的全路徑 sbin ifconfig ifconfig 網路介面名稱 顯示指定介面的詳細資訊。ifconfig a 檢視所有網路介面的資訊。2.route 顯示路由表 route grep default 顯示主機的預設閘道...