I am using 3 interfaces,  Inside 100 and Eth2(Vendor1) 90 and eth3(Vendor2)
80

I want all traffic leaving the inside going to ethernet 2 to not have nat.
So I have setup statics as follows:

access-list vendor1-outbound permit tcp host 204.26.258.32 host
254.254.254.254 eq ftp
access-list vendor1-outbound deny ip host 204.26.258.32 any
access-list vendor1-outbound permit ip any any

access-list vendor2-outbound permit ip any any
 
ip address outside 127.0.0.1 255.255.255.255
ip address inside 172.31.1.10 255.255.0.0
ip address vendor1 172.30.254.10 255.255.255.0
ip address vendor2 67.128.7.129 255.255.255.192
ip address intf4 127.0.0.1 255.255.255.255
ip address intf5 127.0.0.1 255.255.255.255

static (inside,vendor1) 172.16.5.0 172.16.5.0 netmask 255.255.255.0 0 0
static (inside,vendor1) 172.16.4.0 172.16.4.0 netmask 255.255.255.0 0 0
static (inside,vendor1) 172.31.0.0 172.31.0.0 netmask 255.255.0.0 0 0
static (inside,vendor1) 254.254.254.254 254.254.254.254 netmask
255.255.255.255

access-group vendor1-outbound in interface vendor1
access-group vendor2-outbound in interface vendor2

Now this all works beautifully but I want to change it so that when 172.16.5
goes to 
204.26.258.32 it gets natted to 254.254.254.254 otherwise it stays the same
going 
anywhere else.

PLEASE HELP!!!!


***************************************
| Bob Perez                           |
| Intercept Payment Solutions         |
| [EMAIL PROTECTED]          |
| 100 West Commons BLVD               |
| New Castle, DE  19720               |
| Phone: 302.326.0700                 |
| Cell:  302.420.6883                 |
| www.intercept.net                   |
|                                     |
--------------------------------------
|                                     |
|            |           |            |
|           :|:         :|:           |
|          :|||:       :|||:          |
|      ..:|||||||:...:|||||||:..      |
|         ___________________         |
|      C i s c o  S y s t e m s       |
|       CCNA  CCNP  MCSE   NET+       |
|                                     |
***************************************
 
Confidentiality Notice: This e-mail message, including any attachments, is
for the sole use of the intended recipient(s) and may contain confidential
and privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=62044&t=62044
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to