Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-21-2013, 10:04 AM
|
#1
|
LQ Newbie
Registered: Mar 2013
Location: Brazil
Distribution: Arch Linux
Posts: 29
Rep: 
|
[ARCH LINUX 2013 ISO] Internet problem at boot
Hello boys, I use dhcpd conection,these that you have to configure the pppoe.Ok I run the "pppoe-setup" and I configured everything, when I do the dial it's show "connected" but... When I try to ping the google it's fail, show "ping: unknown host".Since then thank you
Last edited by brunobbn; 04-21-2013 at 01:25 PM.
|
|
|
04-21-2013, 10:58 AM
|
#2
|
Member
Registered: Oct 2011
Location: Warrington, UK
Distribution: Arch local, Debian on VPS, several RPIs.
Posts: 300
Rep:
|
have you started the dhcpcd service?
Code:
sudo systemctl start dhcpcd
If it works, do
Code:
sudo systemctl enable dhcpcd
to start at boot time.
|
|
|
04-21-2013, 11:49 AM
|
#3
|
LQ Newbie
Registered: Mar 2013
Location: Brazil
Distribution: Arch Linux
Posts: 29
Original Poster
Rep: 
|
Yes, I did it but still does not works 
Last edited by brunobbn; 04-21-2013 at 01:32 PM.
|
|
|
04-21-2013, 07:41 PM
|
#4
|
LQ Newbie
Registered: Mar 2013
Location: Brazil
Distribution: Arch Linux
Posts: 29
Original Poster
Rep: 
|
Someone?
|
|
|
04-22-2013, 02:18 AM
|
#5
|
Member
Registered: Oct 2011
Location: Warrington, UK
Distribution: Arch local, Debian on VPS, several RPIs.
Posts: 300
Rep:
|
Try starting dhcpcd bound to your interface. ifconfig will tell you the interface name, (I'll assume wlan0 for example purposes), then start dhcpcd with:
Code:
sudo systemctl start dhcpcd@wlan0.service
EDIT: You may also want to check that the service starts ok.
Code:
systemctl status dhcpcd@wlan0
Last edited by Roken; 04-22-2013 at 02:21 AM.
|
|
|
04-25-2013, 02:31 PM
|
#6
|
LQ Newbie
Registered: Mar 2013
Location: Brazil
Distribution: Arch Linux
Posts: 29
Original Poster
Rep: 
|
After a amazing talk with a brow of IRC (Arch Linux World Domination Chanel), so verily What I should do is to configure the "/etc/resolv.conf.head" , but Bruno this file doesn't exist, yeah if you try to modify the "/etc/resolv.conf" the changes will be replaced to the previous configuration.So create the "resolv.conf.head" put your DNS (in my case, I put the DNS of my Slackware), and finally do the pppoe-start.At this time you are connected. Thank you everybody for you help.
|
|
|
04-25-2013, 03:18 PM
|
#7
|
Member
Registered: Oct 2011
Location: Warrington, UK
Distribution: Arch local, Debian on VPS, several RPIs.
Posts: 300
Rep:
|
Glad you got it sorted. TBH, I'd completely forgot about resolve.conv.head, which will, of course, ensure that you resolve.conf settings will stick.
|
|
|
All times are GMT -5. The time now is 11:38 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|