View previous topic :: View next topic |
Author |
Message |
rahulthewall Veteran
Joined: 01 Nov 2007 Posts: 1264 Location: Zürich
|
Posted: Mon Apr 14, 2008 3:08 pm Post subject: dhclient issues[solved] |
|
|
dhclient does not work on eth0, but works on eth1.
eth0 is using dhcpcd.
/etc/conf.d/net
Code: |
# This blank configuration will automatically use DHCP for any net.*
# scripts in /etc/init.d. To create a more complete configuration,
# please review /etc/conf.d/net.example and save your configuration
# in /etc/conf.d/net (this file :]!).
config_eth0=("dhcp")
modules_etho=("dhclient")
dhclient_eth1="-t 30"
ifplugd_eth0="..."
config_eth1=("dhcp")
modules_eth1=("dhclient")
dhclient_eth1="-t 30"
ifplugd_eth1="--api-mode=wlan"
|
_________________ Who shall guard the guards?
Last edited by rahulthewall on Mon Apr 14, 2008 5:07 pm; edited 1 time in total |
|
Back to top |
|
|
willie_wang Tux's lil' helper
Joined: 02 Apr 2008 Posts: 87 Location: Edinburgh, Scotland
|
Posted: Mon Apr 14, 2008 3:42 pm Post subject: |
|
|
modules_etho should read modules_eth0
...
with a zero. |
|
Back to top |
|
|
rahulthewall Veteran
Joined: 01 Nov 2007 Posts: 1264 Location: Zürich
|
Posted: Mon Apr 14, 2008 5:07 pm Post subject: |
|
|
OMG, that must have been the stupidest thing that I have ever done. _________________ Who shall guard the guards? |
|
Back to top |
|
|
|