Is my first VPN,for for testing
this is my simple network scheme
LAN1(private 10.10.0.0/24) --->VPN-----internet---<VPN---<LAN2(private 10.20.0.0/24)
 on /etc/ipsec.conf/etc/ipsec.conf i use..
...
        left=ippublicserver1
        leftid=fqdnserverA
        leftsubnet=10.10.0.0/24
        right=ippublicserver2
        rightsubnet=10.20.0.0/24
....
My question is really simple..,on the serverB I have to use
a)An IDENTICAL ipsec.conf
b)A Different ipsec.conf where rigthsubnet become leftsubnet?
- An IDENTICAL - ipsec.conf
- A Different - ipsec.confwhere rigthsubnet become leftsubnet?
I think..B,is is correct?
 
                