<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Hi all!<br>I'm trying to create a roadwarrior connection from my house's LAN(client) to my little company(server).<br>This is the scenario<br><br>client (192.168.1.32),house LAN(192.168.1.0/24)=============[static IP 79.38.*.*]company's LAN(192.168.2.0/24)SERVER(192.168.2.238).<br><br>This is client's ipsec.conf<br><br>interfaces=%defaultroute<br> klipsdebug=none<br> plutodebug=all<br> nat_traversal=yes<br> [..]<br>conn Prova<br> left=79.38.*.*<br> leftsubnet=192.168.2.0/24 <br> leftrsasigkey=[***] <br> right=%defaultroute<br> rightnexthop=%defaultroute<br> rightid=@client<br> leftid=@server<br> rightrsasigkey=[***]<br> auto=start<br> authby=rsasig<br><br>And this is the server's configuration<br> interfaces=%defaultroute<br> virtual_private=%v4:10.0.0.0/8,%v4:192.168.1.32/32<br> klipsdebug=none<br> plutodebug=all<br> nat_traversal=yes<br> [..]<br> conn Prova<br> left=192.168.2.238<br> leftsubnet=192.168.2.0/24<br> leftnexthop=%defaultroute<br> right=%any<br> rightid=@client<br> leftid=@server<br> rightrsasigkey=[***]<br> leftrsasigkey=[***]<br> auto=start<br> authby=rsasig<br><br>by # /etc/init.d/ipsec status i see that the tunnel is up, but i can ping neithr of company's host, and plus i can't see the virtual device with the IP address of my roadwarrior inside the company's LAN.<br>I read many users post but i didn't found any answer to my trouble.<br>Please try to help me if you can<br><br>Thank you in advance<br><br>Eugenio<br><br /><hr />Crosswire, il gioco delle relazioni <a href='http://livesearch.games.msn.com/crosswire/default_it/ ' target='_new'>Vuoi mettere alla prova la tua conoscenza? Gioca a Crosswire!</a></body>
</html>