linux 下網路管理
linux下網路管理的幾個檔案
1. /etc/sysconfig/network-script/ifcfg-eth0 :網絡卡配製檔案
2. /etc/sysconfig/network :配製閘道器 GATEWAY=192.168.0.1
3. /etc/host.conf 域名解析
4. /etc/hosts 主機名
5. /etc/resolv.conf DNS/路由的配製
6. /services 服務埠的配製
直接配製網絡卡:
ifconfig eth0 192.168.0.88 netmask 255.255.0.0 up
service network restart
route 路由配製命令
traceroute www.sina.com.cn 檢視到目標網址,通過了多少路由