sednet wrote:
Iptables seems to be working perfectly now.
.
I think I was wrong there, I don't think all of iptables is in the kernel.
I know the following line worked, I pulled it off the linode and off my backup:
iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
iptables: No chain/target/match by that name
The simple stuff certainly works:
linode:/var/lib/iptables# iptables -L -n -v
Chain INPUT (policy ACCEPT 1790 packets, 147K bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0
Anyway I really need to go to work now. Thanks for xen Chris! It does seem to be quite a lot faster.