Re: F/W - dhcpd deamon question



Michael Butler wrote:
Randall Stewart wrote:

I seem to get:

dhcpd: send_packet: Permission denied

On my main server quite a bit... like once every 3-5 minutes.

Now I have a F/W up and I am thinking maybe its a rule I
am missing or something..


These are likely UDP broadcasts to address 255.255.255.255 but,
fortunately, with a low TTL. These are responses to the following ..

From the client, dhcp queries are always directed to the bootp port (68)
of the server even if it doesn't yet have an appropriate address of its
own (it will use a source of 255.255.255.255).

What you need is a rule-set which allows both halves of this transaction,

Michael


_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"

Thanks Michael

I knew it was something I was forgetting :-D

R

--
Randall Stewart
NSSTG - Cisco Systems Inc.
803-345-0369 <or> 803-317-4952 (cell)
_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"