pass out log on $int_if inet proto { tcp, udp } from any to $gw_obsd
port 68   # for IPv4
pass out log on $int_if inet6 proto { tcp, udp } from any to $gw_obsd
port 546 # for IPv6



On Tue, Nov 24, 2009 at 2:08 PM,  <[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
>
> 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 ?
>
>



-- 
http://www.openbsd.org/lyrics.html

Reply via email to