`
相关操作记录
history ···················· ping www.baidu.com ···························· ifconfig route ifconfig -a ························· cat /etc/resolv.conf cat /etc/hosts cat /etc/networks cat /etc/sysconfig/network················ service network restart reboot
1 vim /etc/sysconfig/network-scripts/ifcfg-eth0
NAME="System eth0"
DEVICE="eth0"
BOOTPROTO="static"
IPV6INIT="no"
IPADDR=192.168.1.158
GATEWAY=192.168.1.1
DNS1=202.96.134.133
DNS2=202.96.128.166
HWADDR=08:00:27:50:DC:E4
TYPE="Ethernet"
UUID=10a5a329-c6d1-4e85-8194-8b4d91cbb331
DEFROUTE=yes
IPV4_FAILURE_FATAL=yes
IPV6_AUTOCONF=no
IPV6_DEFROUTE=no
IPV6_FAILURE_FATAL=no
ONBOOT=yes
NM_CONTROLLED=yes
ARPCHECK="no"
2 vim /etc/resolv.conf
参数来自win7 cmd :ipconfig /all中的DNS 此时,win7 IP手动设置
# Generated by NetworkManager nameserver 202.96.134.133 nameserver 202.96.128.166
3 注意:一定要重启系统
和win7 网络设置没有关系,系统自动的,不用管它,除了“本地连接”手动设置IP和DNS
`
`
`
`
`
`
`
`
`
`
`
`
时间: 2024-10-18 13:51:34