<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Tahoma">hi list,<br>
<br>
I have 2 locations A and B with 2 gw.<br>
Now I have a functionally subnet to subnet configuration.<br>
subnet from A is 192.168.2.0/23 and from B is 192.168.0.0/24<br>
<br>
I want to extract 192.168.3.0/28 from A and use it to B.<br>
What I want is that some stations from B to use internet from A.<br>
<br>
My conf is:<br>
<br>
conn A-Bextrusion<br>
&nbsp;&nbsp;&nbsp; left=ip from A<br>
&nbsp;&nbsp;&nbsp; leftnexthop=gateway from A<br>
&nbsp;&nbsp;&nbsp; leftsubnet=0.0.0.0/0<br>
&nbsp;&nbsp;&nbsp; right=ip from B<br>
&nbsp;&nbsp;&nbsp; rightnexthop=gateway from B<br>
&nbsp;&nbsp;&nbsp; rightsubnet=192.168.3.0/28<br>
&nbsp;&nbsp;&nbsp; auth=esp<br>
&nbsp;&nbsp;&nbsp; authby=rsasig<br>
&nbsp;lefftrsasigkey=0sAQOoqqQ278o7iK0poagfC4NL<br>
&nbsp;rightrsasigkey=0sAQON7eWBhZL0fD+s5wDfT<br>
&nbsp;&nbsp;&nbsp; auto=start<br>
<br>
The problem is: When I add this conn to my conf and start, internet
from B is down.<br>
</font></font>
</body>
</html>