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
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
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
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