You are not logged in.

#1 2012-08-10 10:18:02

jhello
Member
Registered: 2012-08-10
Posts: 35

[SOLVED]pppoe problem

Maybe I have to apologise for my poor English at first...
I boot from usb to install arch on my laptop as the Beginners' Guide says,but I stuck at setting up direct modem connection.
I run

pppoe-setup

and input my information with 'server' for DNS.
Then I run

pppoe-start

and it shows connected.
But when I ping 8.8.8.8 it shows unreachable,ping www.baidu.com unreachable.
I search the internet and run

route add default dev ppp0

.
This time I successfully ping 8.8.8.8 but still fail to ping www.baidu.com.
I think the problem is about DNS but I don't know how to figure it out.
Thanks a lot!

Last edited by jhello (2012-08-10 11:16:48)


人道待人

Offline

#2 2012-08-10 10:34:24

tr!x0r
Member
From: Belgium
Registered: 2010-12-31
Posts: 55
Website

Re: [SOLVED]pppoe problem

Hi,

cat /etc/resolv.conf --> if this is empty add the following line

nameserver 8.8.8.8
nameserver 8.8.4.4

I think this must solve your problem :-)


Remember, when using Linux, you're the one in control
http://www.linux-answered.com

Offline

#3 2012-08-10 10:54:04

jhello
Member
Registered: 2012-08-10
Posts: 35

Re: [SOLVED]pppoe problem

Thank you very much,it works!
谢谢!

tr!x0r wrote:

Hi,

cat /etc/resolv.conf --> if this is empty add the following line

nameserver 8.8.8.8
nameserver 8.8.4.4

I think this must solve your problem :-)


人道待人

Offline

#4 2012-08-10 11:00:32

tr!x0r
Member
From: Belgium
Registered: 2010-12-31
Posts: 55
Website

Re: [SOLVED]pppoe problem

You're welcome! :-)


Remember, when using Linux, you're the one in control
http://www.linux-answered.com

Offline

Board footer

Powered by FluxBB