<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
I was trying to establish a roadwarrior connection between my home pc(private ip address 192.168.1.32; public ip 151.49.x.x) connected to internet by an adsl router(192.168.1.1), and my company's LAN(public ip 79.38.x.x) connected to internet by adsl router(192.168.2.1).<br>I use the home pc as roadwarrior, while the machine 192.168.2.238 inside company's LAN as Server side f the connection.<br><br>Here the two configuration file.<br><br>CLIENT<br>config setup<br>&nbsp;&nbsp;&nbsp; interfaces=%defaultroute<br>&nbsp;&nbsp;&nbsp; klipsdebug=none<br>&nbsp;&nbsp;&nbsp; plutodebug=all<br>&nbsp;&nbsp;&nbsp; nat_traversal=yes<br><br>conn Prova<br>&nbsp;&nbsp;&nbsp; left=79.38.2.172<br>&nbsp;&nbsp;&nbsp; leftsubnet=192.168.2.0/24&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; leftrsasigkey=***
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; right=%defaultroute<br>&nbsp;&nbsp;&nbsp; rightnexthop=192.168.1.1<br>&nbsp;&nbsp;&nbsp; rightid=@client<br>&nbsp;&nbsp;&nbsp; leftid=@server<br>&nbsp;&nbsp;&nbsp;
rightrsasigkey=***<br>&nbsp;&nbsp;&nbsp; auto=start<br>&nbsp;&nbsp;&nbsp; authby=rsasig<br><br>SERVER<br>config setup<br>&nbsp;&nbsp;&nbsp; interfaces=%defaultroute<br>&nbsp;&nbsp;&nbsp; virtual_private=%v4:10.0.0.0/8,%v4:192.168.1.0/24<br>&nbsp;&nbsp;&nbsp; klipsdebug=none<br>&nbsp;&nbsp;&nbsp; plutodebug=all<br>&nbsp;&nbsp;&nbsp; nat_traversal=yes<br><br>conn Prova<br>&nbsp;&nbsp;&nbsp; left=192.168.2.238<br>&nbsp;&nbsp;&nbsp; leftsubnet=192.168.2.0/24<br>&nbsp;&nbsp;&nbsp; leftnexthop=%defaultroute<br>&nbsp;&nbsp;&nbsp; right=%any<br>&nbsp;&nbsp;&nbsp; rightid=@client<br>&nbsp;&nbsp;&nbsp; leftid=@server<br>&nbsp;&nbsp;&nbsp; rightrsasigkey=***<br>&nbsp;&nbsp;&nbsp; leftrsasigkey=***<br>&nbsp;&nbsp;&nbsp; auto=start<br>&nbsp;&nbsp;&nbsp; authby=rsasig<br>The comand /etc/init.d/ipses status tell me the tunnel is up, but i'm not able to ping neither the gateway and the other pc of the LAN.<br>Say during pinging the gateway, by wireshark or tcpdump, i can see(on the gateway) ESP packets from 151.49.*.* to 192.168.2.238 and icmp packets from 192.168.1.32 to 192.168.2.238(the gateway on the lan, of course.).<br>Please try to help me, I'm working hard in this project from over a month and i can't go on now, and i don't know why!!Everything look so easy but it doesn't work.<br><br>Thank you in advance,<br>Eugenio Vescovi.<br><br /><hr />5GB di spazio per i tuoi file online. <a href='http://skydrive.live.com/' target='_new'>È gratis, è SkyDrive!</a></body>
</html>