NAT advice for 6509

Mar 12, 2007 1 Replies

I need a little NAT advice. I am routing between 2 internal vlans,



192.168.32.0/24 and .64/24. I need to NAT these 2 vlans to the outside/public vlan 165.x.x.x. Here is the config I have come up with :


ip nat pool niscpool 165.x.x.105 165.x.x.105 prefix 24



access-list 1 permit 192.168.32.0 0.0.0.255 access-list 1 permit 192.168.64.0 0.0.0.255



ip nat inside source list 1 pool niscpool overload



interface vlan 1 ip nat outside



interface vlan 3 ip nat inside



interface vlan 4 ip nat inside


Will this work? Any suggestions?



TIA Lovejoy


well have you tried it? one question: do you need your outside interface to be a logical vlan? why not just set ip nat outside on s0/0 or eth0/0 or whatever you are using? dont forget a default route pointing out vlan 1

Flamer.

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required