We have to upgrade our MongoDB that our Pritunl severs use so part of our preliminary tests we wanted to make sure the Pritunl service pn one of our servers works fine after the service is restarted.
The command to stop the service:
service pritunl stop
and then we started.
service pritunl start
The service started. However when we look at the log files we see the following error messages:
Traceback (most recent call last):
File “/usr/lib/pritunl/lib/python3.7/site-packages/pritunl/server/instance.py”, line 1560, in _run_thread
self.generate_iptables_rules()
File “/usr/lib/pritunl/lib/python3.7/site-packages/pritunl/server/instance.py”, line 575, in generate_iptables_rules
‘Failed to find default IPv6 network interface’)
pritunl.exceptions.IptablesError: Failed to find default IPv6 network interface
server_id = “"
instance_id = "”
In the Pritunl web console I can see the host is up and running but the Pritunl servers that run on this host are offline and wont start.
Why a stop and start of the Pritul service has caused this issue? What is going on here?