Hello
i added theses lines :
pass in on $int_if inet proto { tcp, udp } from any to $gw_obsd port 67
pass in on $int_if inet proto { tcp, udp } from any to $gw_obsd port 68my dhcpd.conf is a standard config... my hostname.bge0 : inet 192.168.0.1 255.255.255.0 NONE if i configure a machine with static ip address, all works fine. Using DHCP is not possible, pf block it, and i don't understand why... Can you help me please ?

