How to build a specific version? #804
-
I downloaded the source for 3.17, but mage throws an error because the source isn't in a git repo? I'd like to build an earlier version since allowlisting doesn't work atm.
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
Hi, The normal flow to build a specific version is to build using the git tag for it. The version 3.17 is a quite old one and it uses old version also for the VPN libraries. This can have security issues or other vulnerabilities that were fixed in newer releases. Regarding the issues with the allowlist, could you let us know what is the problem? Maybe we can investigate it and provide a fix in a newer application version. Thanks |
Beta Was this translation helpful? Give feedback.
-
Hi, Regarding iptables, it is very strange that you see any rules when you're not connected to VPN having Related to the SSH connection, if it works fine when your not connected to VPN, but the NordVPN rules are in the system, that means the routing table is the one causing problems for you and not the firewall/iptables. With 3.20.0 version you are probably affected by this bug since your LAN is in 10/8 range. There are some suggestions for a workaround or downgrade to version 3.19.2, until a proper fix is made. Let me know if you need more help. |
Beta Was this translation helpful? Give feedback.
Hi,
Regarding iptables, it is very strange that you see any rules when you're not connected to VPN having
--comment nordvpn
. Is this also happening with 3.20? Because with older version, if the application crashes, some rules can remain in the system, but in newer versions this was fixed. I would suggest to reboot the machine or flush the iptables. For reboot check afterwards that rules are deleted before connecting to VPN. If it still reproduces with 3.19.2 or 3.20 please let me know.Related to the SSH connection, if it works fine when your not connected to VPN, but the NordVPN rules are in the system, that means the routing table is the one causing problems for you and not the firewall…