Selective NAT [7:59287]

2002-12-16 Thread [EMAIL PROTECTED]
Is it possible to use extended ip access-lists for NATing. Basically i want traffic from a particular subnet destined for a particular subnet only to be NATed?? All other traffic should not be NATed. Cheers Simon Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=59287&t=59287

Re: Selective NAT [7:59287]

2002-12-16 Thread Robert Edmonds
This one's for you Dwayne: I've never done it before but I know you can NAT based on source address. I believe you would use the "ip nat inside source list " command. Then, I guess you would apply an access-list to the destination subnet allowing only the NATed addresses and deny all others. So

Re: Selective NAT [7:59287]

2002-12-16 Thread The Long and Winding Road
wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Is it possible to use extended ip access-lists for NATing. Basically i want > traffic from a particular subnet destined for a particular subnet only to be > NATed?? All other traffic should not be NATed. it's a form of policy routing

Re: Selective NAT [7:59287]

2002-12-16 Thread The Long and Winding Road
wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Is it possible to use extended ip access-lists for NATing. Basically i want > traffic from a particular subnet destined for a particular subnet only to be > NATed?? All other traffic should not be NATed. > as a follow up - here is an

Re: Selective NAT [7:59287]

2002-12-16 Thread MADMAN
Yes Dave "[EMAIL PROTECTED]" wrote: > > Is it possible to use extended ip access-lists for NATing. Basically i want > traffic from a particular subnet destined for a particular subnet only to be > NATed?? All other traffic should not be NATed. > > > Cheers > Simon -- David Madland CCIE# 2016

RE: Selective NAT [7:59287]

2002-12-16 Thread Symon Thurlow
Yes, I had to do this for a customer and it is quite straight forward. Symon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 16 December 2002 15:15 To: [EMAIL PROTECTED] Subject: Selective NAT [7:59287] Is it possible to use extended ip access-lists for

Re: Selective NAT [7:59287]

2002-12-16 Thread Marc Thach Xuan Ky
IIRC when you use route-maps you should note that the NAT is session-based (like with twice-NAT) with various consequences: you cannot make new connections into the inside global address without NAPT (PAT) you may use your pool addresses rather quicker than you envisaged rgds Marc The Long and Wi

RE: Selective NAT [7:59287]

2002-12-17 Thread [EMAIL PROTECTED]
:15 To: [EMAIL PROTECTED] Subject: Selective NAT [7:59287] Is it possible to use extended ip access-lists for NATing. Basically i want traffic from a particular subnet destined for a particular subnet only to be NATed?? All other traffic should not be NATed. Cheers Simon For more information