nevetS
Mar 8th 2006, 12:05 am
I found that I was running out of disk space - partially due to a crazy growth in my log files. The log file showed:
SFW2-OUTPUT-ERROR IN= OUT=eth0 SRC=myip DST=212.110.79.74 LEN=1044 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=ICMP TYPE=0 CODE=0 ID=6666 SEQ=0
I have no idea what this is, but it took me a while to figure out how to make it stop.
I added a couple of rules with IPTABLES:
iptables -A OUTPUT -d 212.110.79.74 -j REJECT
iptables -A OUTPUT -d 210.163.43.1 -j REJECT
Honestly, I don't know if this is the best solution, but it seems to have resolved my log file issue at least.
Thought I'd share if anybody else out there is seeing anything similar.
SFW2-OUTPUT-ERROR IN= OUT=eth0 SRC=myip DST=212.110.79.74 LEN=1044 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=ICMP TYPE=0 CODE=0 ID=6666 SEQ=0
I have no idea what this is, but it took me a while to figure out how to make it stop.
I added a couple of rules with IPTABLES:
iptables -A OUTPUT -d 212.110.79.74 -j REJECT
iptables -A OUTPUT -d 210.163.43.1 -j REJECT
Honestly, I don't know if this is the best solution, but it seems to have resolved my log file issue at least.
Thought I'd share if anybody else out there is seeing anything similar.