Continuing the battle of the VPN's, previously
https://growmane.blogspot.com/2025/10/in-wind-down-to-starting-line-came-mane.html
The home network evolved to a bunch of scripts, partially AI generated, to magically manetain a VPN connection behind DHCP, with no container. That script still can't handle DHCP reverting the default route to the Comca$t router instead of the VPN router. Lions have manually deleted the default route when it did that. It hasn't lead to any packet leakage, somehow. It seems to just break all routing.
The solution probably involves sniffing out the Comca$t router from the DHCP cache, polling the routing table for when DHCP forces it in.
The mane focus now is the day job VPN. They migrated to public key authentication, in addition to a username password. For openconnect, this required adding the .pem files to the command line. Every month, you have to download new .pems. Inside a container, it still needed mtu arguments.
echo "PASSWORD" | openconnect --mtu=1400 --base-mtu=1400 --user=USERNAME --passwd-on-stdin --protocol=gp -c mycert.pem -k myprivkey.pem vpn_hostname.com
Lions kept getting a Server certificate verify failed: certificate does not match hostname
It would interactively prompt for a yes because of this error, which made it impossible to run in a script. It turns out the VPN server argument has to be the full hostname of the server instead of the IP address. In this case, since DNS requires the VPN & it can't access the VPN without DNS, you have to put the hostname in /etc/hosts
IP_ADDRESS vpn_hostname.com
Another problem was a failure during TCP connect. They were blocking all the Comca$t addresses in the dynamic IPv4 pool. Lions may have to move to IPv6 eventually. All this is from the exponential growth of AI generated exploits, now breaking through every new countermeasure in just minutes.
-------------------------------------------------------------------------------------------
From the department of who'd have thunk, thought the capsized alcatraz boat was 1 of the ridiculously small tour boats younger lions saw all the time. They were so small, it looked like the passengers were standing on the water. They packed them as much as possible for revenue.
It actually was a 3 story boat, but probably top heavy. Only the top floor stayed above water. The chumps below decks were trapped.
Got to get your clothing off & float on your back or else. Fortunately, wouldn't have had a lot of clothing that day.
If a kayak flips over, you're already wearing a life vest & unenclosed. The internet warned of manatees flipping kayaks over.
Comments
Post a Comment