cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
270
Views
0
Helpful
3
Replies

NAT on a destination address

vjokhoo
Level 1
Level 1

I'm using a FWSM on a CAT 6509 and I need to configure static nat on a destination address. That is, if host A wants to speak to host B then host B adress is translated to host C. I need to do this to reslve an overlap issue.

3 Replies 3

pkhatri
Level 11
Level 11

Try this (substitute with correct interfaces):

interface ethernet0

ip nat inside

!

int serial0

ip nat outside

!

ip nat outside source static

!

ip route Serial0

!

Hope that helps - pls rate the post if it does.

Paresh

This config is ok on a router but i'm using a FWSM on a 6509 switch where the interfaces are not as explicitly defined.

Could you post the relevant bits of your config ?

Paresh