Quote:
I rechecked the NAT table again but can´t find anything that would go wrong with it.
|
I am by no means an expert in networking, but shouldn't you have a FORWARD policy set up?
for instance 'iptables -L':
...
Chain FORWARD (policy DROP)
target prot opt source destination
DROP all -- anywhere 192.168.0.0/16
ACCEPT all -- 192.168.0.0/16 anywhere
ACCEPT all -- anywhere 192.168.0.0/16
...
I didn't see anything set up for this chain on your first post.
regards,
...drkstr