<div dir="ltr">Hello,<br><br>I'm trying to configure openvpn to be a host to host like configuration. <br>The reason is simple, because I want to have access to the machine that is the "server".<br>The problem is, that I have many "clients" that need to be like that.<br>
<br>How can I have a host to host like approach but with multiple "client" hosts ?<br><br>My current "server" side configuration is:<br>--------------------------<br>dev tun<br>ifconfig 172.16.8.1 172.16.8.2<br>
secret /etc/openvpn/static.key<br>comp-lzo<br>keepalive 10 60<br>ping-timer-rem<br>persist-tun<br>persist-key<br>user nobody<br>group nobody<br>daemon<br>----------------------------<br><br>And my "client" settings is:<br>
-----------------------------<br>remote xxx.xxx.xxx.xxx<br>dev tun<br>ifconfig 172.16.8.2 172.16.8.1<br>secret /etc/openvpn/static.key<br>comp-lzo<br>keepalive 10 60<br>ping-timer-rem<br>persist-tun<br>persist-key<br>user nobody<br>
group nobody<br>daemon <br>-----------------------------<br><br>Thanks,<br>Ido<br><br clear="all"><div dir="ltr">LINESIP - Opening the source for communication<br><a href="http://www.linesip.com" target="_blank">http://www.linesip.com</a><br>
<a href="http://www.linesip.co.il" target="_blank">http://www.linesip.co.il</a><br><br></div><br>
</div>