当前位置: 技术问答>linux和unix
XP+VM+RHEL环境下的linux上网问题?
来源: 互联网 发布时间:2016-06-12
本文导语: 本人用xp装vm,然后装红帽企业版5(red had enterprise linux 5), xp主机的网络环境:通过设置IE中的代理上网 vm设置了edit-》host virtual network mapping 的 vmnet0 为我xp的实际网卡 vm的enternet设置的连接方式为bridged桥接 ...
本人用xp装vm,然后装红帽企业版5(red had enterprise linux 5),
xp主机的网络环境:通过设置IE中的代理上网
vm设置了edit-》host virtual network mapping 的 vmnet0 为我xp的实际网卡
vm的enternet设置的连接方式为bridged桥接
虚拟的linux环境设置了ip为和xp同段的ip,但是由于我xp本来没有设置dns,所以虚拟的linux也没有设置dns。
现在xp环境下能ping同linux,linux也能ping同xp,但是linux环境就是不能上网,请问各位是哪个地方错了呢?
从昨天我就baidu和google,但是始终都未能解决,就跑来问问了。
xp主机的网络环境:通过设置IE中的代理上网
vm设置了edit-》host virtual network mapping 的 vmnet0 为我xp的实际网卡
vm的enternet设置的连接方式为bridged桥接
虚拟的linux环境设置了ip为和xp同段的ip,但是由于我xp本来没有设置dns,所以虚拟的linux也没有设置dns。
现在xp环境下能ping同linux,linux也能ping同xp,但是linux环境就是不能上网,请问各位是哪个地方错了呢?
从昨天我就baidu和google,但是始终都未能解决,就跑来问问了。
|
像是dns的问题
在rh里,/etc/resolv.conf加上
nameserver 208.67.222.222
试试看
在rh里,/etc/resolv.conf加上
nameserver 208.67.222.222
试试看
|
1、桥接
2、代理
2、代理
|
现在xp环境下能ping同linux,linux也能ping同xp,但是linux环境就是不能上网,请问各位是哪个地方错了呢?
是打不开网页吗?可能是dns问题吧
是打不开网页吗?可能是dns问题吧
|
桥接的话,虚拟机里面也要设置代理才能上网。
|
VM 有一个网卡设置是 NAT 反正不是第一张虚拟网卡就是第二张
把那张网卡设置成NAT IP地址为自动获取 不设置 只要外部能上网 里面就能上网了
- - 如果你懒得设置 建议用 VirtualBox 来虚拟 虚拟出来的系统直接就是NAT ...
把那张网卡设置成NAT IP地址为自动获取 不设置 只要外部能上网 里面就能上网了
- - 如果你懒得设置 建议用 VirtualBox 来虚拟 虚拟出来的系统直接就是NAT ...
|
linux系统中同样设置代理 就可以了
|
你的linux能ping通外网的IP地址吗?假如百度来说吧,你看看是否能ping通百度的ip地址121.14.89.14,如果可以ping通的话,看看是否能ping通百度的域名,如果不行的话,那就是你的DNS的问题了
[root@RHEL4_U5 2.6.9-55.EL-smp-i686]# nslookup www.baidu.com
Server: 202.96.128.86
Address: 202.96.128.86#53
Non-authoritative answer:
www.baidu.com canonical name = www.a.shifen.com.
Name: www.a.shifen.com
Address: 121.14.88.14
Name: www.a.shifen.com
Address: 121.14.89.14
[root@RHEL4_U5 2.6.9-55.EL-smp-i686]# ping 121.14.89.14
PING 121.14.89.14 (121.14.89.14) 56(84) bytes of data.
64 bytes from 121.14.89.14: icmp_seq=0 ttl=55 time=18.1 ms
64 bytes from 121.14.89.14: icmp_seq=1 ttl=55 time=17.3 ms
--- 121.14.89.14 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1000ms
rtt min/avg/max/mdev = 17.333/17.764/18.196/0.451 ms, pipe 2
[root@RHEL4_U5 2.6.9-55.EL-smp-i686]# cat /etc/resolv.conf
; generated by /sbin/dhclient-script
search domain
nameserver 202.96.128.86
nameserver 61.144.56.100
nameserver 202.96.128.166
[root@RHEL4_U5 2.6.9-55.EL-smp-i686]# ping www.baidu.com
PING www.a.shifen.com (121.14.88.14) 56(84) bytes of data.
64 bytes from 121.14.88.14: icmp_seq=0 ttl=55 time=16.7 ms
64 bytes from 121.14.88.14: icmp_seq=1 ttl=55 time=12.1 ms
[root@RHEL4_U5 2.6.9-55.EL-smp-i686]# nslookup www.baidu.com
Server: 202.96.128.86
Address: 202.96.128.86#53
Non-authoritative answer:
www.baidu.com canonical name = www.a.shifen.com.
Name: www.a.shifen.com
Address: 121.14.88.14
Name: www.a.shifen.com
Address: 121.14.89.14
[root@RHEL4_U5 2.6.9-55.EL-smp-i686]# ping 121.14.89.14
PING 121.14.89.14 (121.14.89.14) 56(84) bytes of data.
64 bytes from 121.14.89.14: icmp_seq=0 ttl=55 time=18.1 ms
64 bytes from 121.14.89.14: icmp_seq=1 ttl=55 time=17.3 ms
--- 121.14.89.14 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1000ms
rtt min/avg/max/mdev = 17.333/17.764/18.196/0.451 ms, pipe 2
[root@RHEL4_U5 2.6.9-55.EL-smp-i686]# cat /etc/resolv.conf
; generated by /sbin/dhclient-script
search domain
nameserver 202.96.128.86
nameserver 61.144.56.100
nameserver 202.96.128.166
[root@RHEL4_U5 2.6.9-55.EL-smp-i686]# ping www.baidu.com
PING www.a.shifen.com (121.14.88.14) 56(84) bytes of data.
64 bytes from 121.14.88.14: icmp_seq=0 ttl=55 time=16.7 ms
64 bytes from 121.14.88.14: icmp_seq=1 ttl=55 time=12.1 ms
|
应该是dns问题