You are not logged in.
Pages: 1
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
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
Thank you very much,it works!
谢谢!
Hi,
cat /etc/resolv.conf --> if this is empty add the following line
nameserver 8.8.8.8
nameserver 8.8.4.4I think this must solve your problem :-)
人道待人
Offline
You're welcome! :-)
Remember, when using Linux, you're the one in control
http://www.linux-answered.com
Offline
Pages: 1