[EMAIL PROTECTED] wrote:

> Hi guys...
>
> I need to get some *proper* address translation done using a linux box.
> Much like cisco routers do their NAT. Does anyone have any experience on
> packages to use? I really need address translation rather than just
> internal masquerading.

I needed this also and thanks to Rusty Russell such a tool is available
You will need the latest devel kernel and the latest netfilter package
This package contains the the successor to ipchains which is iptables
It also contains ipnatctl which allows you to do NAT and hoopy things like

ipnatctl -I -p tcp -d 203.1.2.3 --dport 21 -b dest -t 192.168.0.2 --to-port
21

and a miriad of other things
This is a most useful tool and I have it on a small network here.

There is a VERY good mailing list with a good core team
Home page is
http://netfilter.kernelnotes.org/

enjoy

Kevin

--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text

Reply via email to