I cant seem to get this PIX-506e to route...
From the 2600 router I can ping the internet, the inside interface of the router and the outside interface of the PIX.
From the PIX I can 'ping outside <router ip>' or 'ping inside <internal IP's>' but I can't 'ping inside <ouside IP>' nor 'ping outside <internal IP>'.
net
|
|
<routable-outside>2600<routable.1/27 255.255.255.224>--<<routable.2/27 255.255.255.224>pix<10.1.1.1/16>--switch==LAN
Here's the important parts of my config:
!
PIX Version 6.3(3)
interface ethernet0 10full
interface ethernet1 10full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
access-list outside_access_in permit tcp any host <routable>.15 eq ident
access-group outside_access_in in interface outside
ip address outside <routable>.2 255.255.255.224
ip address inside 10.1.1.1 255.255.0.0
global (outside) 1 <routable>.21-<routable>.30 netmask 255.255.255.224
nat (inside) 1 10.1.0.0 255.255.0.0 0 0
route outside 0.0.0.0 0.0.0.0 <routable>.1 1
WTF am I forgetting?
TIA,
FredUG
From the 2600 router I can ping the internet, the inside interface of the router and the outside interface of the PIX.
From the PIX I can 'ping outside <router ip>' or 'ping inside <internal IP's>' but I can't 'ping inside <ouside IP>' nor 'ping outside <internal IP>'.
net
|
|
<routable-outside>2600<routable.1/27 255.255.255.224>--<<routable.2/27 255.255.255.224>pix<10.1.1.1/16>--switch==LAN
Here's the important parts of my config:
!
PIX Version 6.3(3)
interface ethernet0 10full
interface ethernet1 10full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
access-list outside_access_in permit tcp any host <routable>.15 eq ident
access-group outside_access_in in interface outside
ip address outside <routable>.2 255.255.255.224
ip address inside 10.1.1.1 255.255.0.0
global (outside) 1 <routable>.21-<routable>.30 netmask 255.255.255.224
nat (inside) 1 10.1.0.0 255.255.0.0 0 0
route outside 0.0.0.0 0.0.0.0 <routable>.1 1
WTF am I forgetting?
TIA,
FredUG