Hi @all,
I try to connect 2 LANs with IPSec/Openswan
LAN 1: 192.168.0.0/24
LAN 2: 192.168.1.0/24
This is my Config:
PHP Code:
conn HomeVPN # # Left security gateway, subnet behind it, nexthop toward right. left=192.168.1.29 leftsubnet=192.168.1.0/24 leftnexthop=%defaultroute leftid=RPI.mydns@no-ip.biz leftrsasigkey=0s..... # # Right security gateway, subnet behind it, nexthop toward left. right=192.168.0.29 rightsubnet=192.168.0.0/24 rightnexthop=%defaultroute rightrsasigkey=0s...... rightid=pi.meinedyndns.no-ip.biz # # To authorize this connection, but not actually start it, # # at startup, uncomment this. # #auto=add authby=rsasig auto=start type=tunnel
left = IP of my Linux Server
leftsubnet = Subnet on Site 1 (LAN1)
leftnexthop = DG
leftrsasigkey =my created Key 0s....
leftid = servername.dyndnsname.no-ip.biz
When i do a
ipsec auto --up HomeVPN nothing happens!!!. Firewall is disabled on both servers. Ports on both Routers (500, 4500 UDP) are forwarded.
I dont find the Error. Have i forgotten something??? Do you need more info from me?
Thanks in advance!