View previous topic :: View next topic |
Author |
Message |
javo n00b
Joined: 30 Jun 2007 Posts: 64
|
Posted: Wed Jul 04, 2007 3:15 pm Post subject: [solved] running dhcp after instalation |
|
|
hi all,
I know that there are a lot of manuals , .... on the net, but I still can't connect my pc to the internet,
I get my IP via DHCP,
what should I do , configure or run for that?
thank u,
//during the instalation my internet connection was alive
Last edited by javo on Wed Jul 04, 2007 9:23 pm; edited 1 time in total |
|
Back to top |
|
|
opentaka l33t
Joined: 18 Feb 2005 Posts: 840 Location: Japan
|
Posted: Wed Jul 04, 2007 3:22 pm Post subject: Re: running dhcp after instalation |
|
|
javo wrote: | hi all,
I know that there are a lot of manuals , .... on the net, but I still can't connect my pc to the internet,
I get my IP via DHCP,
what should I do , configure or run for that?
thank u,
//during the instalation my internet connection was alive |
Please describe your problem in detail, however I'm guessing you are having problems with dhcp clients and not the daemon side.
Did you emerge dhcp or dhcpcd? and then execute dhclient <interface> or dhcpcd <interface>
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=9#doc_chap5 _________________ "Being defeated is often a temporary condition. Giving up is what makes it permanent" - Marilyn vos Savant
|
|
Back to top |
|
|
javo n00b
Joined: 30 Jun 2007 Posts: 64
|
Posted: Wed Jul 04, 2007 3:30 pm Post subject: Re: running dhcp after instalation |
|
|
opentaka wrote: | javo wrote: | hi all,
I know that there are a lot of manuals , .... on the net, but I still can't connect my pc to the internet,
I get my IP via DHCP,
what should I do , configure or run for that?
thank u,
//during the instalation my internet connection was alive |
Please describe your problem in detail, however I'm guessing you are having problems with dhcp clients and not the daemon side.
Did you emerge dhcp or dhcpcd? and then execute dhclient <interface> or dhcpcd <interface>
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=9#doc_chap5 |
no I didn't but how can I do that when I don't have internet conetion?
Can I download it , burn and compile? is it possible? |
|
Back to top |
|
|
FranZ Apprentice
Joined: 15 Feb 2004 Posts: 212 Location: Enschede, Holland
|
Posted: Wed Jul 04, 2007 3:59 pm Post subject: Re: running dhcp after instalation |
|
|
javo wrote: | no I didn't but how can I do that when I don't have internet conetion?
Can I download it , burn and compile? is it possible? |
You can chroot into your system using the liveCD, as described in the handbook, and then emerge dhcpcd. After that you can reboot and you will be able to use the internet from your normal installation.
Edit:Typos... _________________ Horse sense is the thing that keeps horses from betting on people. --W.C. Fields
Ask Smart Questions |
|
Back to top |
|
|
javo n00b
Joined: 30 Jun 2007 Posts: 64
|
Posted: Wed Jul 04, 2007 5:52 pm Post subject: |
|
|
ok I've done it, now when I write
dhcpcd eth1
internet connection is alive,
and here I need the last advice, what should I do to start my connection at startup?
thanks |
|
Back to top |
|
|
FranZ Apprentice
Joined: 15 Feb 2004 Posts: 212 Location: Enschede, Holland
|
Posted: Wed Jul 04, 2007 7:14 pm Post subject: |
|
|
To automagically start your network interface, use: Code: | rc-update add net.eth0 default | If it says something about net.eth0 not existing, do Code: | ln -s /etc/init.d/net.lo /etc/init.d/net.eth0 | and reissue the rc-update command above.
The Gentoo Handbook - Networking might be interesting too. _________________ Horse sense is the thing that keeps horses from betting on people. --W.C. Fields
Ask Smart Questions |
|
Back to top |
|
|
javo n00b
Joined: 30 Jun 2007 Posts: 64
|
Posted: Wed Jul 04, 2007 9:22 pm Post subject: |
|
|
FranZ wrote: | To automagically start your network interface, use: Code: | rc-update add net.eth0 default | If it says something about net.eth0 not existing, do Code: | ln -s /etc/init.d/net.lo /etc/init.d/net.eth0 | and reissue the rc-update command above.
The Gentoo Handbook - Networking might be interesting too. |
thanks |
|
Back to top |
|
|
|