Re[2]: ppp filtering troubles

2004-12-21 Thread a person
Hello Frank, Tuesday, December 21, 2004, 10:53:21 AM, you wrote: >> I have in ppp.conf: >> isp: >> set timeout180 180 >> >> Adding the next rulse to isp: section: >> set filter alive 0 permit 0 MYADDR tcp dst eq 25 >> set filter alive 1 permit MYADDR 0 tcp src

Re: ppp filtering troubles

2004-12-20 Thread Frank Shute
On Mon, Dec 20, 2004 at 06:10:56PM +0300, a person wrote: > > Hello freebsd-stable, Hi Illia, > > I wish the server, dialing out periodically, throws a connection > out only if it has no activities over the SMTP and SSH sessions more > then 3 minutes (and 3 minutes minimum for connection d

ppp filtering troubles

2004-12-20 Thread a person
Hello freebsd-stable, I wish the server, dialing out periodically, throws a connection out only if it has no activities over the SMTP and SSH sessions more then 3 minutes (and 3 minutes minimum for connection duration time). I have in ppp.conf: isp: set timeout180 180 Addin