Forums

Resolved
0 votes
Hi ,

We have a small office with 1 Server only and our server having 1 NIC only , but we have 2 static IP from different provider.
My VPN is Working WIth my One Static IP. But When our Primary ISP is down we have another Static IP, but in this IP VPN is not workinghttps://i.ibb.co/LNq5Tfk/Error.png

And
This my PPPoE Setting here I gave my user name and password.
I'm able to ping google from my server (Terminal) but proxy server and VPN server not working. But Previously it's working fine. If I change to the previous one its again working fine.
https://i.ibb.co/BB9RfWC/Error2.png




My Open VPN clients.conf details
port 1194
proto udp
cipher AES-256-CBC
dev tun
ca /etc/ssl/ca-cert.pem
cert /etc/ssl/sys-0-cert.pem
key /etc/ssl/private/sys-0-key.pem
dh /etc/ssl/dh1024.pem
server 10.8.0.0 255.255.255.0
keepalive 10 120
comp-lzo
user nobody
group nobody
persist-key
persist-tun
ifconfig-pool-persist /var/lib/openvpn/ipp.txt
status /var/lib/openvpn/openvpn-status.log
verb 3
plugin /usr/share/openvpn/plugin/lib/openvpn-auth-ldap.so /etc/openvpn/auth-ldap
push "dhcp-option DNS 192.10.10.254"
push "dhcp-option WINS 192.10.10.1"
push "dhcp-option DOMAIN mydomain.com"




Thank You & Regards
Lalatendu
In OpenVPN
Thursday, June 18 2020, 01:50 PM
Share this post:
Responses (1)
  • Accepted Answer

    Thursday, June 18 2020, 03:09 PM - #Permalink
    Resolved
    0 votes
    Either you have to activate your poweredbyclear.com DDNS and allow it to fail over from one NIC to the other and use that FQDN in your ovpn file on your client or you need to edit add another "remote" line to your ovpn file pointing to your second IP. Then it tries the "remote" lines in order until it makes a connection.

    p.s. You really need to update ClearOS!

    .... and your DNS servers look weird .....
    The reply is currently minimized Show
Your Reply