I connect to Internet via a PPPOE connection that i configured manually as below:
/etc/ppp/peers/hamyar
#hamyar:
noipdefault
defaultroute
replacedefaultroute
hide-password
noauth
persist
plugin rp-pppoe.so eth0
user "********"
usepeerdns
when I connect via "pon hamyar" everything works fine(i have ping response from any IP) except pinging to names like google.com and i cannot open it from my browser. what shall i do?
here's log information:
Connected to 00:09:44:6c:e8:1a via interface eth0
Using interface ppp0
Connect: ppp0 <--> eth0
PAP authentication succeeded
peer from calling number 00:09:44:6C:E8:1A authorized
replacing old default route to eth0 [192.168.1.20]
local IP address 178.173.139.142
remote IP address 80.191.122.18
primary DNS address 80.191.122.5
secondary DNS address 4.2.2.1
ping 80.191.122.18
? Would you mind describing what you did to fix the problem in an answer and then accepting it to help others with this problem in the future? – John S Gruber Aug 01 '12 at 20:53