[X86] Solaris10配置网络的问题:宿主机上网使用了http代理
Solaris10用VMWare安装.宿主机是XP.Solaris10安装时开启了DHCP
公司上网使用了http代理 (自动配置脚本为http://cnproxy.cn.alcatel-lucent.com/proxy.pac)
IP Address. . . . . . . . . . . . : 135.251.142.187
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 135.251.142.1
DHCP Server . . . . . . . . . . . : 135.252.166.20
DNS Servers . . . . . . . . . . . : 135.252.166.20
135.251.38.221
Primary WINS Server . . . . . . . : 172.24.208.98
Secondary WINS Server . . . . . . : 172.24.208.86
135.254.108.83
135.254.108.82
1.虚拟机使用桥接模式时
Solaris能ping通外网,在浏览器配置代理后,能上网.
问题是:使用ssh连接工具ssh secure shell client,root用户远程连接不上Solaris.
前提:SSH配置文件中允许root用户访问.SSH配置文件以及对防火墙的配置都没有问题
2.虚拟机使用NAT模式时
VMnet8
IP Address. . . . . . . . . . . . : 192.168.18.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
root用户使用ssh连接工具,远程连接能够连接Solaris.
问题是:ping不通外网了.当然也上不了外网了.
怎么解决此问题呢?
既能够上外网,又能够SSH远程连接...
[解决办法]
你本机使用代理上网 你的本机应该没有公网ip吧
难道你想通过ssh 用代理的公网ip来访问你的solaris 这不行吧?
还是只是root用户不能登录 别的用户可以登陆?