Before today, I connected to my work VPN fine (using libreswan
and NetworkManager-l2tp
). After upgrading my system, my VPN connections ceased functioning. After a lot of troubleshooting, I noticed something strange:
sudo ike-scan [vpn address]
results in:
Starting ike-scan 1.9 with 1 hosts (http://www.nta-monitor.com/tools/ike-scan/)
Ending ike-scan 1.9: 1 hosts scanned in 2.471 seconds (0.40 hosts/sec). 0 returned handshake; 0 returned notify
Which indicates that the target gate way isn't an IPSec gateway (even though it most certainly is).
What could cause this? Is there something in a set of settings outside of ike-scan
that needs to be altered in order for it to work appropriately? There are other IPSec VPN addresses that show up similarly, even though they are L2TP/IPSec VPNs. Also, only a couple of weeks ago I used ike-scan
to figure out what the Phase1 and Phase2 algorithms were for my work's VPN.
There are other VPNs, too, like the one in this answer that don't work. Several other L2TP/IPSec IPs don't work either.
What could be going on here?