10-21-2005 02:30 AM - edited 02-21-2020 12:28 AM
If I have an a Pix that support vlan can working fine this configuration with two subnet that have surf on internet with PAT ?
thanks
Lorenzo
interface ethernet0 auto
interface ethernet1 100full
interface ethernet1 vlan2 physical
interface ethernet1 vlan3 logical
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif vlan3 dmz security 80
ip address outside "public address"
ip address inside 192.168.12.254 255.255.255.0
ip address dmz 192.168.20.1 255.255.255.0
global (outside) 1 interface
nat (inside) 1 192.168.12.0 255.255.255.0 0 0
nat (dmz) 1 192.168.20.0 255.255.255.0 0 0
10-21-2005 02:38 AM
Hi,
I am sorry I could not understand your question.
10-21-2005 03:06 AM
Hi,
simply I have an a Pix that support vlan.
I have two vlan on inside interface connected with trunk .
I need two allow for both subnet surf on Internet.
Can this configuration working fine ?
thanks
Lorenzo
10-24-2005 06:00 AM
Yes. Treat them like separate interfaces and create NATs for both.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide