代理上网问题!
我在windows xp 在ie浏览器设置代理可以上网192.168.0.2 端口8080
在虚拟机vmware下,配置静态ip可以上公司的内网,设置代理无法上外网,不知是什么原因
[解决办法]
export http_proxy=192.168.0.2:8080
[解决办法]
就在shell下执行export http_proxy=192.168.0.2:8080就行了
[解决办法]
卡和你的外卡共有呢
[解决办法]
能访问内网,说明是linxu中设置代理的问题,
你怎么设的代理?
duoshan@gmail.com
[解决办法]
制作开机执行脚本
#vi /etc/profile.d/proxy.sh
export http_proxy=http://xxx.xxx.xxx.xxx:xxxx
export ftp_proxy=http://xxx.xxx.xxx.xxx:xxxx
以后在shell中上网就不用设定了。
[解决办法]
`~ip是不是同一个网 段撒~