|
Posted by jywu1@hotmail.com on December 9, 2005, 2:57 pm
If you were Registered and logged in, you could reply and use other advanced thread options Thank you, Wil,
I'll try "static (inside,dmz) 192.168.1.0 192.168.1.0 netmask
255.255.255.0"
Kenny
Wil Wrote:
> Just noticed that you have a nat0 on each interface... PIX isn't a
> router, AFAIK you will always need to nat a lower to a higher.
>
> Try this:
>
> ! This allows basic Internet usage
> global (outside) 1 interface
> nat (inside) 1 0 0
> nat (dmz) 1 0 0
>
> ! This creates a nat from the dmz to the inside
> static (inside,dmz) 192.168.1.0 192.168.1.0 netmask 255.255.255.0
>=20
> happy hunting!
>=20
> Wil
> my 3=A2
|