- 0 Posts
- 4 Comments
Joined 2 years ago
Cake day: July 23rd, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Lack of ground contact also deters termites.
Probably not. It looks like it’s setting the fake address before reading the tunnel parameters, where the real address is stored. Probably a kludge in case the connection address is undefined so the program doesn’t crash. So check whether the address is included there.
Also check the function that establishes the connection. 10.1.1.1 is not a public subnet, so unless there is a VPN device listening at the local address, the tunnel should fail to establish and throw an error, triggering the exception clause in that code. Again, you’ll want to confirm that in the code.
Daily friver here. Stable for servers, testing for workstations.
Debian Testing isn’t as stable as Stable, but has been far more reliable than anyone else’s desktop releases. I’m also not a fan of Fedora and others’ policy of ending support on the day of a new release.
If for some reason you decide to hold back on an upgrade of Testing, you’ve still got five years of patch support coming. And if I do want to live on the bleeding edge, there’s always Sid (also called Unstable). That’s where you’ll run into the kind of instability you can expect from a rolling release.
My favorite will probably always be Gentoo, but I don’t always have time for that hobby.