ee99ee2
08-04-2002, 12:18 AM
Right now, my OpenBSD router functions as a NAT and DHCP server for my network. I'm going to install (or attempt to) a VPN server on it tonight.
I need my dhcpd to start automaticly on boot. Currently, I have to type this when it reboots (which is common, b/c the power goes out alot here and this server isn't on a UPS like some of my others): 'dhcpd -q ep1'.
Here's part of the rc.conf file that has to do with the dhcpd: 'dhcpd_flags="-q ep1"'
What am I doing wrong? It just won't start automaticly (it does, but it errors out as if it's ignoreing to use ep1....).
-ee99ee2
I need my dhcpd to start automaticly on boot. Currently, I have to type this when it reboots (which is common, b/c the power goes out alot here and this server isn't on a UPS like some of my others): 'dhcpd -q ep1'.
Here's part of the rc.conf file that has to do with the dhcpd: 'dhcpd_flags="-q ep1"'
What am I doing wrong? It just won't start automaticly (it does, but it errors out as if it's ignoreing to use ep1....).
-ee99ee2