RE: NATting a subset [7:61746]

2003-01-23 Thread David C Prall
Interface outside ip nat outside exit Interface inside ip nat inside exit access-list 100 permit ip 172.25.27.0 0.0.0.255 any ip nat pool addresses netmask 255.255.252.0 ! can be = to if so then add overload ip nat inside source list 100 pool addresses -- David C Prall [EMAIL PROTECTED] http

Re: NATting a subset [7:61746]

2003-01-23 Thread Amazing
you dont mention your pool of public addresses so i will assume that you are all squared away with that piece of it. you can use either access-list or route-map to accomplish what you want--- access-list 1 permit 172.25.27.0 0.0.0.255 ip nat inside source list 1 pool - (whether or not you need