killing existing connections.

2002-11-08 Thread Meir Michanie
I am trying to develop a pay per routing limited by time. (lets say 15mins) step 1 :the iptables should redirect all forwarding packets to my gatekeeper site. step 2:after you pay I should allow youe mac address for free forwarding. step 3: but adding a cron job or something like that to stop yo

RE: killing existing connections.

2002-11-08 Thread Aviram Jenik
Hi, > > I am trying to develop a pay per routing limited by time. (lets say > 15mins) > [...] > step 2:after you pay I should allow youe mac address for free > forwarding. > [...] > > iptables -t nat -I PREROUTING -m mac --mac-source > 00:20:18:2D:6B:20 -j > ACCEPT > Sounds cool. Now let

Re: killing existing connections.

2002-11-08 Thread Oleg Kobets
viram Jenik" <[EMAIL PROTECTED]> To: "'Meir Michanie'" <[EMAIL PROTECTED]>; "'iglu'" <[EMAIL PROTECTED]> Sent: Friday, November 08, 2002 5:57 PM Subject: RE: killing existing connections. > Hi, > > > > > I am trying to

Re: killing existing connections.

2002-11-08 Thread Michael Stolovitzsky
On Friday 08 November 2002 17:04, Meir Michanie wrote: Would you mind telling us what is it exactly that you are trying to do and why should I (personally) think that whatever you are trying to do is not evil? > I am trying to develop a pay per routing limited by time. (lets say > 15mins) > > st