Results 11 to 16 of 16
Originally Posted by pirate1
Sure thing, rather than using wireless, I plugged in my ethernet cable and ran net-setup eth0 and dhcpcd eth0.
lol... I love wired services and despise ...
- 09-10-2008 #11forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,086
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 09-11-2008 #12
Ya just gotta love the simple fixes!
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 09-11-2008 #13Just Joined!
- Join Date
- Sep 2008
- Posts
- 10
Okay so I am getting the same error even after I used the remedy I provided. I need help again!
- 09-13-2008 #14Just Joined!
- Join Date
- Dec 2006
- Posts
- 26
I'm not a gentoo expert, but I do know a lot about networks...
What is your network setup? This is the exact same problem I was having, I was statically assigning my address and forgetting 192.168.0.1 is my routers IP
(aka my gateway's IP address, which is a conflict)
Then I switched routers and I was setting my gateway to the wrong gateway.

... actually ... I don't see you setting up your gateway at all...
please post the contents of...
Each one of those commands checks to make sure you setup static addressing correctlyCode:ifconfig route cat /etc/resolv.conf
(like so)
where 192.168.0.200 would be your ip (/24 is standard netmask iirc)Code:ifconfig eth0 192.168.0.200/24 route add default gw 192.168.0.1 echo nameserver 192.168.0.1 > /etc/resolv.conf
where gw 192.168.0.1 is your routers IP address, if you are connected directly into your ISP's modem/antenna then you need to find it's gateway with a dhcp enabled computer (windows, start->run->"cmd"->"ipconfig /all")
And the nameserver is usually the same as your gateway, or provided by your ISP. If your router/modem does not have that feature (rare nowdays) and you don't want to call your ISP or find the papers they gave you. Use 4.2.2.1, 4.2.2.2, or 4.2.2.3 however they aren't as reliable as your ISP.
And you could try
However if dhcpcd isn't on your machine to begin with (like mine)Code:dhcpcd eth0
You'll need to setup a static address (commands above) and then emerge dhcpcd.
- 08-26-2011 #15Just Joined!
- Join Date
- Aug 2011
- Posts
- 1
Sorry to bump such an old thread, but my problem is similar to the one that was discussed here. Only I must be missing a step or two in here somewhere because I can't get it to work.
I'm trying to follow the three commands above to so I'm connected to my wireless network.
I think I've got the first two lines right, but I'm new to this and sadly don't understand the /etc/resolv.conf segment.
So far I've got "echo nyc.rr.com (my IP address) >" but I'm afraid after that I'm at a loss and I haven't been able to find an explanation online.
Thanks in advance for any help!
- 08-26-2011 #16
Hi and Welcome!

Like you mentioned, this is an old thread.
It might be better if you start a fresh one, giving as much info as possible.
Describe the problem in detail.
List your version of Linux, which commands you've used as well as any errors that may have come up.Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.


1Likes

