Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > NAT advice for 6509

Reply
Thread Tools

NAT advice for 6509

 
 
Lovejoy
Guest
Posts: n/a
 
      03-12-2007
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

--
================================================== =========
This space for lease....
 
Reply With Quote
 
 
 
 
flamer die.spam@hotmail.com
Guest
Posts: n/a
 
      03-12-2007
On Mar 13, 7:15 am, Lovejoy <Lovej...@earthlink.net> wrote:
> 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
>
> --
> ================================================== =========
> This space for lease....


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.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help on NAT design in Cisco 6509 with Sup720 wookie Cisco 0 01-10-2009 05:04 AM
Cisco 6509 w/ SUP2 - Netflow Expert Advice Needed sillz Cisco 3 12-21-2007 12:24 AM
NAT exemption versus Static NAT. Where is the difference? Anonymous Poster Cisco 0 04-26-2004 04:29 AM
Attn: NAT Experts - 2611XM and NAT pool JCVD Cisco 1 02-13-2004 12:30 PM
NAT or Not to NAT; how to do an Internet connection for a 100-PC company ? Al Dykes Cisco 8 10-29-2003 12:34 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57