Hi all,<div><br></div><div> I had googled for this and got the answer, when right subnet is set to 0.0.0.0</div><div> hosts in the left subnet can't be pinged correctly, because they're tunneled.</div><div><br>
</div><div> To solve this, we can add a connection like this:</div><div><div><br></div><div>conn passthrough</div><div> left=192.168.1.1</div><div> leftsubnet=<a href="http://192.168.1.0/24">192.168.1.0/24</a></div>
<div> right=0.0.0.0</div><div> rightsubnet=<a href="http://192.168.1.0/24">192.168.1.0/24</a></div><div> auto=route</div><div> authby=never</div><div> type=passthrough</div><div><br></div>
<div><br></div><div> However, here comes my question,</div><div><br></div><div> assume that my pluto is already running for some connections, is it possible to add passthrough by</div><div><br></div><div> /usr/local/sbin/auto --up passthrough</div>
<div><br></div><div> Since authby is set to never, openswan complains that this conn can't be initiated.</div><div><br></div><div> What I know to make this work is restart pluto. Is there anyway to make it work without restarting pluto ?</div>
<div> Or, is it safe to make passthrough always applied no matter what rightsubnet is ( 0.0.0.0 or something like <a href="http://192.168.3.0/24">192.168.3.0/24</a>) ?</div><div><br></div>-- <br>Sincerely,<div>minhong</div>
</div>