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.
|