Re: PIX behind route
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.security.firewalls archive

Re: PIX behind route

From: antonyc <achowcs@gmail.com>
Date: Thu Apr 13 2006 - 06:53:11 CEST

k .... let me clarify my suitation i've T1 to link up 2 location A and
B ,B need internet access thru A, now we want to put the PIX 506e
behind the router..B area route info

interface FastEthernet0/0
 ip address 192.168.8.253 255.255.255.0
 speed auto
!
interface Serial0/0
 bandwidth 1536
 ip address 10.0.0.2 255.255.255.252
 service-policy output voice
!
router ospf 87
 log-adjacency-changes
 network 10.0.0.0 0.255.255.255 area 0
 network 192.168.0.0 0.0.255.255 area 0
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.0.0.1

i had make change the route ip to 192.168.9.254

the PIX info

ip address outside 192.168.9.253 255.255.255.0
ip address inside 192.168.8.253 255.255.255.0

route inside 0.0.0.0 0.0.0.0 192.168.9.254
i've cleared icmp
in area B pix ---- ping router LAN interface , my workstation and area
A workstation ...fine
in area B router ---- ping PIX outside interface ---okay
                             ping PIX inside interface ----- cannot
area A and B router and PIX outside interface are able to communicate
each other
inside cannot ,and idea

thanks
Received on Mon May 1 01:06:47 2006