Dr. Sharukh K. R. Pavri. [2/1/2004 10:41 PM] :

I am geting a whoe losd of these error sin /var/log/messages
----------------
Feb  1 22:27:54 debian kernel: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:30:19:47:73:38:08:00 SRC=10.40.0.1
DST=255.255.255.255 LEN=328 TOS=0x00 PREC=0x00 TTL=255 ID=22911 PROTO=UDP
SPT=67 DPT=68 LEN=308
---------------

Destination port 67 and 68 - these are just DHCP requests. Just what is on 10.40.0.1? Your gateway? If it is not, and just some misconfigured host on your cable provider ..


# If we get DHCP requests from the Outside of our network, our logs will
# be swamped as well. This rule will block them from getting logged.
#$IPTABLES -A udp_packets -p UDP -i $INET_IFACE -d 255.255.255.255 \
#--destination-port 67:68 -j DROP

srs

--
[EMAIL PROTECTED] (Suresh Ramasubramanian)


------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to