Thanks for help. I would like make nat from my networks like this example: 10.1.0.0/255.255.255.0 => 200.200.200.1 10.2.0.0/255.255.255.0 => 200.200.200.2 10.3.0.0/255.255.255.0 => 200.200.200.3 10.4.0.0/255.255.255.0 => 200.200.200.4
I think I will need run many natd, one for different network. Is this right?? Gilberto On Wed, 8 Jun 2005 17:46:15 -0300 Suporte Matik <[EMAIL PROTECTED]> wrote: > On Wednesday 08 June 2005 17:35, Charles Swiger wrote: > > > On Jun 8, 2005, at 4:30 PM, Gilberto Villani Brito wrote: > > > How can I make a nat for many different networks using different > > > real IPs using natd? > > > > People with many different networks using real IPs generally don't > > need natd, they simply use a router and/or firewall. > > > > This being said, you can use natd with real IPs exactly the same > > way as you would for RFC-1918 unroutable ones. You can run natd > > multiple times by incrementing the divert socket # for each and > > have each natd talk to a different divert socket. > > > probably he wanted to say to use a different real[outside] ip for each > inside-network > > so you can add > -a OUTSIDE_IP -p PORT > > to each natd command and running each on another port instead of using > natd_interface with -n > > > Hans > > > -- > > > Infomatik > http://info.matik.com.br > > > > > > > > A mensagem foi scaneada pelo sistema de e-mail e pode ser considerada segura. > Service fornecido pelo Datacenter Matik https://datacenter.matik.com.br > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw To unsubscribe, send any mail to "[EMAIL PROTECTED]"
