Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Ports 67 & 68 (DHCP)

I have defined a network of 0.0.0.0/255.255.255.255 for local broadcast traffic. I created a rule to allow from the outside these 2 ports, yet continue to get the following drops in my syslog:
kernel: UDP Drop: IN=eth0 OUT= MAC=ff:ff:ff:ff:ff:ff:00[:D]0:58:7a:7c:54:08:00 SRC=stdhcp01.atl.mediaone.net DST=255.255.255.255 LEN=576 TOS=0x00 PREC=0x00 TTL=250 ID=13950 DF PROTO=UDP SPT=67 DPT=68 LEN=556 

Any ideas?


This thread was automatically locked due to age.
Parents Reply
  • Hi there guys, 

    to remove broadcast packets from the log you have to add the net

    global broadcast  255.255.255.255 255.255.255.255

    and add a rule 

    Any Any global broadcast Drop

    now these packets should not be logged anymore.

    hope that helps
    kind regards
    gert
Children