Any ideas how to get Pritunl listing on IPv4 and IPv6?
systemctl status pritunl.service
● pritunl.service - Pritunl Daemon
Loaded: loaded (/etc/systemd/system/pritunl.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2020-09-29 12:47:03 UTC; 4min 2s ago
Main PID: 2409 (pritunl)
Tasks: 19 (limit: 544)
Memory: 109.3M
CGroup: /system.slice/pritunl.service
├─2409 /usr/lib/pritunl/bin/python /usr/lib/pritunl/bin/pritunl start
└─2430 pritunl-web
sudo netstat -tulpn | grep pritunl
tcp6 0 0 :::443 :::* LISTEN 1055/pritunl-web
cat /etc/pritunl.conf
{
"debug": true,
"bind_addr": "0.0.0.0",
"port": 443,
"log_path": "/var/log/pritunl.log",
"temp_path": "/tmp/pritunl_%r",
"local_address_interface": "auto",
"mongodb_uri": ""
}
cat /var/log/pritunl.log
[undefined][2020-09-29 12:47:07,431][INFO] Starting setup server
[undefined][2020-09-29 12:47:07,432][INFO] Generating setup server ssl cert
I had the same problem, the Pritunl documentation shows the uninstallation of iptables, but I did the test without uninstalling iptables and it worked.