Re: DNAT on freebsd

2002-12-03 Thread Andre Oppermann
Nicolai Petri wrote: > > Hi, All. > > Please note that natd supports the proxy_rule command which enables some of Yes, but natd's current config syntax is very cumbersome and not very logical. The rewritten natd has a much cleaner and more understandable syntax more like ipfilters or pfs nat fun

Re: DNAT on freebsd

2002-12-02 Thread Nicolai Petri
Hi, All. Please note that natd supports the proxy_rule command which enables some of this functionality. The only issues is the missing UDP support (which I have patches for locally) and the lack of rewriting urls embedded in packets. Best regards, Nicolai Petri On Friday 29 November 2002 13:4

Re: DNAT on freebsd

2002-11-29 Thread Andre Oppermann
Nerijus Bendziunas wrote: > > Hi, > i need to do something like DNAT in iptables on freebsd. > I mean to rewrite packets which match some rule dst ip/port. > ie: all smtp traffic (any 25) redirect to some ip 25. or if user tries > to connect to www.yahoo.com:80 i rewrite dst and he realy connects

DNAT on freebsd

2002-11-29 Thread Nerijus Bendziunas
Hi, i need to do something like DNAT in iptables on freebsd. I mean to rewrite packets which match some rule dst ip/port. ie: all smtp traffic (any 25) redirect to some ip 25. or if user tries to connect to www.yahoo.com:80 i rewrite dst and he realy connects to www.google.lt:80 or smth. To Un