Correct syntax for ipfw to allow local traffic?

2003-08-27 Thread Johan Paul
Hi all, I have 00100 allow ip from any to any via lo0 in my firewall script. But although I get lines like silakka /kernel: Connection attempt to TCP 127.0.0.1:2000 from 127.0.0.1:3914 into my messages log. It is jsst like the firewall although blocks local traffic. What should I add or modify

Re: Correct syntax for ipfw to allow local traffic?

2003-08-27 Thread Vitali Malicky
Hi all, Hi! I have 00100 allow ip from any to any via lo0 in my firewall script. But although I get lines like silakka /kernel: Connection attempt to TCP 127.0.0.1:2000 from 127.0.0.1:3914 into my messages log. It is jsst like the firewall although blocks local traffic. What should I

Re: Correct syntax for ipfw to allow local traffic?

2003-08-27 Thread Ruben de Groot
On Wed, Aug 27, 2003 at 02:48:50PM +0300, Vitali Malicky typed: Hi all, Hi! I have 00100 allow ip from any to any via lo0 in my firewall script. But although I get lines like silakka /kernel: Connection attempt to TCP 127.0.0.1:2000 from 127.0.0.1:3914 into my messages log.

Re: Correct syntax for ipfw to allow local traffic?

2003-08-27 Thread Johan Paul
/sbin/ipfw -q add 1 allow ip from 127.0.0.1 to 127.0.0.1 via lo0 This won't help. He allready allows any to any via lo0. Anyway, it's not the firewall logging these Connection attempt to lines to /var/log/messages. What happens here is some proces tries to make a connection on a port