Hello, I've set up a point to point VPN between a remote office (currenlty 4 users) and our main office (all servers are there) where the remote office will have all thin clients set up so when they log in, they do a RDP through the IPSEC tunnel to log on to the network. So my ACLs look like this:
access-list inside_outbound_nat0_acl permit ip 192.168.1.0 255.255.255.0 192.168.1.0 255.255.255.0
access-list outside_cryptomap_20 permit ip 192.168.1.0 255.255.255.0 192.168.1.0 255.255.255.0
When doing a sh crypto sa I see the peer address on the vpn tunnel but not sure if I should have done a EZ vpn server remote and head end instead of the point to point vpn? Will I have a conflict or problem since I"m using the same LAN IP scheme, 192.168.1.0 for both sites? Any insight is greatly appreciated.