Michael Scheidell wrote:
>>I use that all the time, maybe 1 out of 100 times it will kill
>>a ssh session (only one that has irssi open cause of the time
>>updating it kills it, i have it set to update every second
>>though, so normally it'd be like 1 out of 500 or so) and even
>>if it does, it
Neo-Vortex wrote:
>>- When I run "/sbin/ipfw -q -f flush" in the rules script all connection
>>get reset (and I am thrown out of the box).
>
>
> Yep, standard functionality, easy fix though:
>
> -- Start file /root/bin/fws --
> #!/bin/sh
> fw > /root/fws-out 2>&1 &
> -- End File --
>
> -- Start
Hi,
I am using IPFW on FreeBSD 4.11
I am facing two problems:
- SSH sessions timeout after a while
- When I run "/sbin/ipfw -q -f flush" in the rules script all connection
get reset (and I am thrown out of the box).
Is this standard functioning of ipfw or do I need to change any
configuration?