> 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. >
Thank you! That got it working! So why is that necessary? Doesnt the bridge just forward everything? Or are DHCP requests broadcasts that dont get forwarded? Jordon