Is L2TP over IPSec still supported?
Posted: Mon Dec 27, 2021 3:25 pm
I setup the server with L2TP/IPSec configuration enabled. However, I cannot connect to VPN with L2TP over IPSec on either a mac or windows machine. Error message: 'The L2TP-VPN server did not respond...'.
Ports 500, 4500, 1701 are open, and reachable with netcat. I am not behind a NAT - I am trying to connect from a client within the Ethernet segment that the server is running on, and have turned off firewalls for sanity check. Netcat commands below (note that the IP address is redacted):
Some additional context: I am able to connect using the SoftEther protocol from a windows machine. I'm also having trouble finding a supported TAP driver for use with SoftEther protocol on macos.
Anyone have any ideas?
Ports 500, 4500, 1701 are open, and reachable with netcat. I am not behind a NAT - I am trying to connect from a client within the Ethernet segment that the server is running on, and have turned off firewalls for sanity check. Netcat commands below (note that the IP address is redacted):
Code: Select all
nc -uvw5 host 1701
Connection to host port 1701 [udp/l2f] succeeded!
Code: Select all
nc -uvw5 host 4500
Connection to host port 4500 [udp/ipsec-msft] succeeded!
Code: Select all
nc -uvw5 host 500
Connection to host port 500 [udp/isakmp] succeeded!
Anyone have any ideas?