BrotherJones
Technical User
just curious, but do you need a mirror image of acl (that permits ip traffic to the local network) on each pix. I have a site to site tunnel between two pixes.
On my side I have a group of developers that need to have rdp access to servers on another company's network. The other company doesn't require access to my network.
on the remote pix (giving us access to that network) -
access-list permit ip 10.9.3.0 255.255.255.0 172.17.5.0 255.255.255.0
do I need to add this to my pix on this end?
access-list permit 172.17.5.0 255.255.255.0 10.9.3.0 255.255.255.0
is the second acl necessary if all I want is access from 10.9.3 to 172.17.5?
(my thought is yes as I believe I need to allow return traffic from 172.17.5.x back to 10.9.3.x (ie rdp traffic etc.)
On my side I have a group of developers that need to have rdp access to servers on another company's network. The other company doesn't require access to my network.
on the remote pix (giving us access to that network) -
access-list permit ip 10.9.3.0 255.255.255.0 172.17.5.0 255.255.255.0
do I need to add this to my pix on this end?
access-list permit 172.17.5.0 255.255.255.0 10.9.3.0 255.255.255.0
is the second acl necessary if all I want is access from 10.9.3 to 172.17.5?
(my thought is yes as I believe I need to allow return traffic from 172.17.5.x back to 10.9.3.x (ie rdp traffic etc.)