have PIX Firewall with three interfaces, Problem routing to DMZ
router---PIX----DMZ another interface to to inside
i have class c addresss from my ISP i subneted into 2 network with 255.255.255.128 first rang of addressx.x.x.1- x.x.x.126 is used for outside side interface of PIX which is connected to router and i used x.x.x128 - x.x.x.254 to DMZ i can ping any host or i cannot connect to any host on DMZ
how to route between these 2 networks
from outside i have the following accessl ist on the out side interface of PIX
access-list outside_access_in permit tcp any host x.x.x.130 eq smtp
access-list outside_access_in permit tcp any host x.x.x131 eq smtp
access-list outside_access_in permit udp any host x.x.x.130 eq domain
access-list outside_access_in permit udp any host x.x.x.131 eq domain
access-list outside_access_in permit icmp any any
access-list outside_access_in deny ip any any
router---PIX----DMZ another interface to to inside
i have class c addresss from my ISP i subneted into 2 network with 255.255.255.128 first rang of addressx.x.x.1- x.x.x.126 is used for outside side interface of PIX which is connected to router and i used x.x.x128 - x.x.x.254 to DMZ i can ping any host or i cannot connect to any host on DMZ
how to route between these 2 networks
from outside i have the following accessl ist on the out side interface of PIX
access-list outside_access_in permit tcp any host x.x.x.130 eq smtp
access-list outside_access_in permit tcp any host x.x.x131 eq smtp
access-list outside_access_in permit udp any host x.x.x.130 eq domain
access-list outside_access_in permit udp any host x.x.x.131 eq domain
access-list outside_access_in permit icmp any any
access-list outside_access_in deny ip any any