[email protected] wrote:
> 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 68
Clients most certainly don't send dhcp request packets to your gateway
but to multicast, so set destination to 255.255.255.255.

> 
> my 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 ?

Andreas

Reply via email to