代理上网问题!
我在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是不是同一个网 段撒~