|
Posted by Andrew E on December 4, 2004, 10:17 am
If you were Registered and logged in, you could reply and use other advanced thread options I'll try and implement your suggestions on monday as I don't have
access to the client's network until then. Thanks for your help.
Drew
roberson@ibd.nrc-cnrc.gc.ca (Walter Roberson) wrote in message
> :I'm trying to set up a PIX with 3 network interfaces: Inside, Outside,
> :and DMZ.
>
> :I can't:
>
> :1. Access services on a host in the internal network (192.168.1.249(
> :from the webserver in the DMZ (172.16.1.11).
>
> :PIX Version 6.3(3)
>
> :ip address inside 192.168.1.250 255.255.0.0
> :ip address dmz 172.16.1.1 255.255.255.0
>
> :global (outside) 1 interface
> :nat (inside) 1 192.168.0.0 255.255.0.0 0 0
> :static (dmz,outside) 100.200.200.244 172.16.1.11 netmask 255.255.255.255 0 0
> :static (inside,dmz) 192.168.0.0 192.168.0.0 netmask 255.255.0.0 0 0
>
> :route outside 0.0.0.0 0.0.0.0 100.200.200.241 1
>
> The Cisco Output interpreter is complaining about the second
> static in combination with there being no 'route' statement telling
> the dmz how to get to 192.168/16.
>
> I don't immediately see a problem there myself, but I would suggest
> that you replace the static (inside,dmz) with
>
> access-list nonat permit 192.168.0.0 255.255.0.0 172.16.1.0 255.255.255.0
> nat (inside) 0 access-list nonat
>
> and see if that helps.
|