I need to access hosts on a remote LAN via a router that has been installed locally.
(The configuration of the router is managed by someone else and I have no access to it.)
I can connect OK (and can ping remote hosts etc.) if I wire up a PC directly to the local router configured with:
IP address: <X>
Gateway: <R>
Subnet: 255.255.255.224
Works: Remote LAN --- Router --- PC
However, when I put a PIX 501 between my LAN and the router I cannot connect to the
remote LAN from my local LAN, even though I can ping hosts on the remote LAN from the PIX.
Fails: Remote LAN --- Router --- PIX --- PC
I have set the PIX outside IP address and a default static route:
ip address outside <X> 255.255.255.224
route outside 0.0.0.0 0.0.0.0 <R> 1
and configured the PC to use the PIX as its gateway (I can ping the PIX from the PC).
But I have had no success. Do I need to set up an ACL entry?
But I thought all outbound traffic was allowed?
Thanks for any help you can give me.
(The configuration of the router is managed by someone else and I have no access to it.)
I can connect OK (and can ping remote hosts etc.) if I wire up a PC directly to the local router configured with:
IP address: <X>
Gateway: <R>
Subnet: 255.255.255.224
Works: Remote LAN --- Router --- PC
However, when I put a PIX 501 between my LAN and the router I cannot connect to the
remote LAN from my local LAN, even though I can ping hosts on the remote LAN from the PIX.
Fails: Remote LAN --- Router --- PIX --- PC
I have set the PIX outside IP address and a default static route:
ip address outside <X> 255.255.255.224
route outside 0.0.0.0 0.0.0.0 <R> 1
and configured the PC to use the PIX as its gateway (I can ping the PIX from the PC).
But I have had no success. Do I need to set up an ACL entry?
But I thought all outbound traffic was allowed?
Thanks for any help you can give me.