Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2006 09:07:31 -0300
From:      Gilberto Villani Brito <linux@giboia.org>
To:        freebsd-ipfw@freebsd.org
Subject:   Natd.
Message-ID:  <20060405090731.74c378f4@giboia>

next in thread | raw e-mail | index | archive | help
Hi,
I'm a linux user and I'm changing my firewall to FreeBSD.
I'm using ipfw + natd.

In my Linux, I have this rule:
iptables -t nat -A POSTROUTING -s 10.0.0.0/8 -p tcp -o eth3 --dport 6997 -j SNAT --to-source 200.xxx.xxx.1-200.xxx.xxx.254

It makes nat for diferents IPs for my network 10.0.0.0 using the port 6997, so my users can use irc in the same server with diferents IPs.
Can I do that in my FreeBSD???

Gilberto



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060405090731.74c378f4>