Hello, I have a firewall on OpenBSD 3.7 with 4 interfaces. I used 3 of them as a bridge :
fxp1 = way to the Internet bridge0 = fxp0 xl0 rl0 The IP address for the bridge is on fxp0, say 192.168.0.1 My firewall is also used as a dhcp server and of course, I don't need dhcp on the Internet interface. I used : /usr/sbin/dhcpd fxp0 dhcpd works well on the fxp0 interface, but not on the other interfaces on the bridge: I have a ICMP Port Unreachable for UDP 67. The foolowing commands are not admitted : /usr/sbin/dhcpd xl0 /usr/sbin/dhcpd rl0 /usr/sbin/dhcpd bridge0 The answer is always : Aug 21 15:59:06 hades dhcpd: xl0: not found Aug 21 15:59:06 hades dhcpd: exiting. I tried without PF and with PF and {pass in all, block in all} The clients used where OpenBSD 3.7, Linux, Windows XP. Thanks. Alexandre Stefani