码迷,mamicode.com
首页 > 其他好文 > 详细

centos6 无法连接外网

时间:2020-01-09 00:57:08      阅读:296      评论:0      收藏:0      [点我收藏+]

标签:com   class   mic   code   eth1   type   add   出现   star   

网卡配置文件

 ?? vi /etc/sysconfig/network-scripts/ifcfg-eth0 ---外网

DEVICE=eth0
TYPE=Ethernet
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=static
IPADDR=10.0.0.4
NETMASK=255.255.255.0
GATEWAY=10.0.0.254
DNS1=223.5.5.5

 ?? vi /etc/sysconfig/network-scripts/ifcfg-eth1 ---内网

       # 不需要网关,否则接受数据会出现丢包现象

DEVICE=eth1
TYPE=Ethernet
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=none
IPADDR=172.16.1.4
NETMASK=255.255.255.0
PREFIX=24

DNS解析文件

?? vi /etc/resolv.conf

nameserver 223.5.5.5
nameserver 10.0.0.254             

vmware配置

注意我们是使用nat模式连接外网

技术图片

 

启动网卡

重新启动网卡加载ip

service network restart

centos6 无法连接外网

标签:com   class   mic   code   eth1   type   add   出现   star   

原文地址:https://www.cnblogs.com/Mercury-linux/p/12169160.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!