• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Why can't I create a VPN connection using L2TP w/IPSEC?

PeeluckyDuckee

Diamond Member
I've setup enterprise root CA on one computer, and a sub enterprise CA on another. Have acquired both user and computer certificate for both computers.

When I try to create a VPN to the the enterprise subordinate CA computer I get the message:
"Error 919: The remote computer refused to be authenticated using the configured authentication protocol. The line has been disconnected."

What am I doing wrong? I remember doing this in a lab at school once and it worked. Hmmm...


Also, when I create an IPSEC policy on both computers and try to see if it works by hitting on the other computers shares by doing \\whatever I get a list of Active Associations (20+) created. Huh? I only make one connection, why so many active associations?

When I hit the command prompt and go ipconfig /all I get two WAN connections. One has an IP of 192.168.1.101 and DNS server of 127.0.0.1 The weird thing is the VPN has already been disconnected, yet it still remains in the system and still accessible by the 192.168.1.101 IP. I'm at a lost here 😕

One last thing, when you create an IPSEC policy. When can you use a "tunnel", and if you set it up how can you test to see if it really worked? Thx.

Plucky

 
You mention L2TP in your thread subject, but not in the body.. How does it come into play?

IPSec and L2TP are different VPN protocols that aren't compatible with one another. Kind of like IP and IPX. Most VPN boxes support both at once (as does Win2K, I believe), but you want to make sure you're using the same protocol at both ends of the tunnel.

- G
 


<< IPSec and L2TP are different VPN protocols that aren't compatible with one another >>



Thats not correct. They certainly are compatible with each other.
LT2p = Layer Two Tunneling Protocol. It is the Line protocol like (PPTP) and is commonly used with IPSEC
IPSEC= Handles the encryption of the actual packets.

While there is more overhead with this type of a VPN, it certainly is very secure.

I would suggest trying the Secure (require) policy on both boxes.

 
Back
Top