Trying to use Net::OpenVPN::DDNS
Posted: Wed Oct 07, 2020 6:20 pm
I'm trying to make use of Net::OpenVPN::DDNS as described here: https://community.openvpn.net/openvpn/wiki/DynamicDNS but am running into the following error:
Has anyone else gotten this to work? Is there some other way to do DDNS updates to register the IPs of VPN clients?
Thanks for any help.
Code: Select all
Experimental shift on scalar is now forbidden at /usr/local/lib/perl5/site_perl/Net/DHCP/DDNS/DHCID/rfc4701.pm line 78, near ");"
Compilation failed in require at /usr/local/lib/perl5/site_perl/Net/DHCP/DDNS/DHCID.pm line 8.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/Net/DHCP/DDNS/DHCID.pm line 8.
Compilation failed in require at /usr/local/lib/perl5/site_perl/Net/DHCP/DDNS/API.pm line 12.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/Net/DHCP/DDNS/API.pm line 12.
Compilation failed in require at /usr/local/lib/perl5/site_perl/Net/DHCP/DDNS.pm line 8.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/Net/DHCP/DDNS.pm line 8.
Compilation failed in require at /usr/local/lib/perl5/5.30/base.pm line 137.
...propagated at /usr/local/lib/perl5/5.30/base.pm line 159.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/Net/OpenVPN/DDNS.pm line 9.
Compilation failed in require at /etc/openvpn/ddns/update line 78.
BEGIN failed--compilation aborted at /etc/openvpn/ddns/update line 78.
Thanks for any help.