FS#9006 - [dhcp] No way to specify interface for dhcpd (without editing init script).
Attached to Project:
Arch Linux
Opened by Alex Matviychuk (alexmat) - Sunday, 23 December 2007, 03:23 GMT
Last edited by Roman Kyrylych (Romashka) - Sunday, 04 October 2009, 09:11 GMT
Opened by Alex Matviychuk (alexmat) - Sunday, 23 December 2007, 03:23 GMT
Last edited by Roman Kyrylych (Romashka) - Sunday, 04 October 2009, 09:11 GMT
|
Details
The man page for DHCPD states that:
"If no interface names are specified on the command line dhcpd will identify all network interfaces which are up, eliminating non-broadcast interfaces if possible, and listen for DHCP broadcasts on each interface." However, for my setup, it seems DHCPD only works if I specify eth1 on the command line. Also, I don't particualarly want dhcpd listening to my isp broadcast traffic. Would it be possible to add a dhcpd file to /etc/conf.d so I can pass arguments to the daemon without editing the init script? Thanks. -Alex |
This task depends upon
Closed by Roman Kyrylych (Romashka)
Sunday, 04 October 2009, 09:11 GMT
Reason for closing: Fixed
Additional comments about closing: in dhcp 4.1.0.p1-1
Sunday, 04 October 2009, 09:11 GMT
Reason for closing: Fixed
Additional comments about closing: in dhcp 4.1.0.p1-1
Are you using the rc.conf based setup for networking?
What kind of issues are you having? Maybe I can provide some feedback on those?
I can try to build the 4.0 release myself, but it will have to wait until this weekend.
I need to devote more time into looking into the issue though. I was hoping I could shortcut it by asking you if you knew of any issues 8)
pressh, it's dhcpd not dhcpCd. Server not client.
Though it should have /etc/dhcpd.conf... so feel free to close again.
I'll look into the config file soon to see if it is possible to specify the interface in there (btw why is the manpage THAT long)
It would be a good idea to add a conf.d file for this as it is very easy to do so.
Another suggestion because of the last update:
https://lists.isc.org/pipermail/dhcp-hackers/2008-October/000879.html
I've found here a patch for removing the need to have the ipv6 module loaded. I've used it with the last PKGBUILD and it's working like a charm.