View previous topic :: View next topic |
Author |
Message |
j-kidd Apprentice
Joined: 20 Feb 2003 Posts: 213
|
Posted: Fri Mar 02, 2012 9:41 am Post subject: Can arping work with ifplugd/netplug? |
|
|
I notice that once I have ifplugd or netplug emerged, the net init script won't pick up the arping config I defined in /etc/conf.d/net anymore, and will go straight to dhcpcd.
I have these in /etc/conf.d/net
Code: |
config_eth0="arping"
fallback_eth0="dhcp"
|
followed by arping config (gateways_eth0, etc).
Is there a way to get ifplugd or netplug to play nice with arping? |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 23066
|
Posted: Sat Mar 03, 2012 12:23 am Post subject: |
|
|
What if you instruct OpenRC not to use ifplug on eth0? |
|
Back to top |
|
|
j-kidd Apprentice
Joined: 20 Feb 2003 Posts: 213
|
|
Back to top |
|
|
j-kidd Apprentice
Joined: 20 Feb 2003 Posts: 213
|
Posted: Sun Mar 04, 2012 6:32 am Post subject: |
|
|
Oh, I get what you mean now. After adding this:
Code: | modules="!netplugd" |
to /etc/conf.d/net and then starting netplugd separately, both netplug and arping co-exist peacefully now. Still, it would be better if OpenRC can support this transparently. |
|
Back to top |
|
|
|