Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Sep 2001 12:23:51 -0600
From:      rrios@intersys.com.mx
To:        freebsd-ipfw@freebsd.org
Subject:   It could be a dynamic nat-ip-pool on FreeBSD??
Message-ID:  <06256AD3.00670172.00@smgwisys.intersys.com.mx>

next in thread | raw e-mail | index | archive | help



Maybe any has ever seen some configuration on PIX or FW-IOS where a pool-ip cant
exist to do NAT  for example:
------------------------
Router:
!
interface FastEthernet0/0
 ip address 148.x.x.1 255.255.255.240 secondary
 ip address 10.10.10.2 255.255.0.0
 ip nat inside
!
interface Serial0/0:0
 ip address 148.x.x.1 255.255.255.252
 ip nat outside
!
ip nat pool internet 148.x.x.212 148.x.x.222 netmask 255.255.255.240
ip nat inside source list 1 pool internet overload
!
access-list 1 permit 10.10.0.0 0.0.255.255
-------------------------
PIX:

 ip address outside 200.x.x.3 255.255.255.192
 ip address inside 10.139.10.4 255.255.255.0
 global (outside) 1 200.x.x.10-200.x.x.63
 nat (inside) 1 0.0.0.0 0.0.0.0

-------------------------


I would like to know if anibody has ever try to do this in FreeBSD box, the
problem is with only one IP for NAT I have
problems with some aplications like IRC, Messangers etc.. "ipfw add divert natd
all from any to any xl0" xl0-public

It's not possible to try redirect_address becouse exist a DHCP behind and then
will be problems with arp entry's, leases etc..



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ipfw" in the body of the message




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