albi wrote: > [...] > I just want to be able to ssh into the firewall itself.
You should enable logging on the incoming traffic. For example: ipchains --add input --interface "EXTERNAL_IF" --log It will generate many logs but ... You can also check your inet daemon. Perhaps it refuses connection from internet. > [...] > In the meantime i looked at > http://www.linux-firewall-tools.com/linux/firewall/ > where you can get a firewall-script after filling in your configuration, > i'm gonna try that.

