On 04/11/17 20:13, Jordon wrote:
What is your dhcpd.conf and have you verified it's running?
There is none - the OpenBSD machine that I am trying to turn into an access
point is not the DHCP server or router in my network. With bridging enabled,
shouldn’t DHCP requests just be forwarded to the wired network, where the
actual router/DHCP server will see it and respond?
Jordon
try:
rcctl enable dhcrelay
rcctl set dhcrelay flags -i athn0 192.168.1.1 "assuming that is your
routers address"
rcctl start dhcrelay
and possibly add -d (log to stderr) to see what its doing.