Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Sep 2001 23:33:07 +0800
From:      nuzrin yaapar <nuzrin@yahoo.com>
To:        rrios@intersys.com.mx, freebsd-ipfw@FreeBSD.ORG
Subject:   Re: It could be a dynamic nat-ip-pool on FreeBSD??
Message-ID:  <200109271519.XAA24913@venus.cyber.mmu.edu.my>
In-Reply-To: <06256AD3.00670172.00@smgwisys.intersys.com.mx>
References:  <06256AD3.00670172.00@smgwisys.intersys.com.mx>

next in thread | previous in thread | raw e-mail | index | archive | help
i'm not entirely sure what you want to do, but i guess you want to map range 
of your internal ip to range of public ip. i guess you should have a look at 
ipnat(1) and ipnat(5). maybe it can do what u want.

On Thursday 27 September 2001 2:23 am, rrios@intersys.com.mx wrote:
> 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

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?200109271519.XAA24913>