Hi, I've got a slackbox sitting behind a router with a few ports
forwarded but traffic dropped at router and forwarded traffic
also dropped but logged inside the LAN. My ISP does not currently
support IPv6.
What's this entry in debug?
kernel: eth0: no ipv6 routers present
My ISP network is hammered all day long and it came over the network.
edit: I did this:
Code:
ip6tables -A INPUT -m limit --limit 5/m -j LOG
ip6tables -A INPUT -j DROP
ip6tables-save /path/ip6
echo "ip6tables-restore < /path/ip6" >> /etc/rc.d/rc.local
Just to be on the safe side but what did that log entry mean?