In GUI mode, there is no internet connection problem. My Firefox has no problem in browsing. Other programs can be connected to Internet too such as aMsn, Pidgin and the others.
But in Terminal, it can't. I mean when I try to ping www.google.com, it can resolve the name to IP. But no reply. Also when I try to tracert, it also just reach to gateway and then print **** till the maximum hop. The Lynx is no exception too. I can't browse anywhere.
I am behind a proxy. In the terminal, I have change it by adding these line in .bashrc :
export http_proxy="xx.xx.xx.xxppp"
export ftp_proxy="xx.xx.xx.xxppp"
So what cause these??
But in Terminal, it can't. I mean when I try to ping www.google.com, it can resolve the name to IP. But no reply. Also when I try to tracert, it also just reach to gateway and then print **** till the maximum hop. The Lynx is no exception too. I can't browse anywhere.
I am behind a proxy. In the terminal, I have change it by adding these line in .bashrc :
export http_proxy="xx.xx.xx.xxppp"
export ftp_proxy="xx.xx.xx.xxppp"
So what cause these??
Comment