|
|
Hello I have two sides with FreeBSD 5.5 in both points and openvpn 1.60. It works very well, but i have to ask about client and server configuration: This is mine simple configuration: -------- SITE A remote mydomain.siteA ifconfig 10.254.254.1 10.254.254.254 dev tun0 verb 0 secret /usr/local/etc/mystring.key float ping 30 daemon -------- SITE B remote mydomain.siteB ifconfig 10.254.254.254 10.254.254.1 dev tun0 verb 0 secret /usr/local/etc/mystring.key float ping 30 daemon -------- As i wrote, both sites have the same configuration and still working. I know that must be a SERVER side and a CLIENT side. I'm doing wrong? I mean with this that i'm using is a misconfiguration, i MUST change it? TIA ______________________ OpenVPN mailing lists https://lists.sourceforge.net/lists/listinfo/openvpn-users |