I have a pix 501 at home. I configured it to allow remote access with a cisco vpn client 3.x. I can connect to the vpn fine but I cant access anything on the local lan. What I want to do is be able to access the pdm on the pix when I vpn into the network. I am running dhcp on the inside interface with the ips 10.0.1.1-10.0.1.30. My inside interface is 10.0.1.254. My vpn pool is 10.0.1.35-10.0.1.45. I dont have a router so I had to use the same network for both pools. There is a 24bit mask for these. I set this up to try and allow access between them.
access-list 101 permit ip 10.0.1.0 255.255.255.0 10.0.1.0 255.255.255.0
nat(inside)0 access-list 101
sysopt connection permit-ipsec
When I vpn in I get an IP address but I cant ping the pix inside interface. How do I allow this connectivity? I am not real familar with Pix OS so I am not sure if the pix sees me as being on the inside or outside interface when I use vpn. Can someone help??
access-list 101 permit ip 10.0.1.0 255.255.255.0 10.0.1.0 255.255.255.0
nat(inside)0 access-list 101
sysopt connection permit-ipsec
When I vpn in I get an IP address but I cant ping the pix inside interface. How do I allow this connectivity? I am not real familar with Pix OS so I am not sure if the pix sees me as being on the inside or outside interface when I use vpn. Can someone help??