Hello,
Jon Simola <[EMAIL PROTECTED]> wrote:
> You may want to check out PF, the packet filter imported from OpenBSD.
> I have it running on some large routers doing NAT out multiple
> interfaces, load balancing and policy routing. Careful use of anchors
> and some scripting (or ifstated which mi
On 1/25/06, Oleg Tarasov <[EMAIL PROTECTED]> wrote:
> First three functions would be great to be implemented inside one
> daemon like standart natd. Packets should be diverted into it. This
> daemon can easily perform all of the tasks listed above as all of the
> packets are passed through it.
>
>
Hey there Oleg,
I have done something similar with 2 internet interfaces, but I use very
crude IPFW rules to "remember" sessions.
I have a seperate natd running for each interface, but my setup includes
mail, web and pptp servers on the LAN which complicates matters.
I did not have load balanci