Re: firewalling (ipchains) question

1999-08-14 Thread Bernd Eckenfels
On Sat, Aug 14, 1999 at 12:56:20AM +0200, Peter Palfrader aka Weasel wrote: > ipchains -A output -j ACCEPT -i lo -s 0.0.0.0/0 -d 0.0.0.0/0 > ipchains -A input -j ACCEPT -i lo -s 0.0.0.0/0 -d 0.0.0.0/0 You can restrict this to 127/8 and all local addresses. In Addition to that you should DENY all i

firewalling (ipchains) question

1999-08-13 Thread Peter Palfrader aka Weasel
Hi! I'm playing around with firewalling a bit and would like to know if I got this little (not real world) task right: I tried to setup the ipchains so that the only thing 'marvin' should be able to do is using smtp with host 'laus'. Is the following correct for my wish? ipchains -P input REJ