I have a Server 2012 box running PPTP and L2TP VPN services behind a Cisco 1841 ISR. My NAT rules allow the PPTP traffic to connect, however I cannot complete a connection with L2TP. The relevant NAT rules are below:
ip nat inside source static udp 192.168.62.2 500 1.2.3.4 500 extendable
ip nat inside source static udp 192.168.62.2 1701 1.2.3.4 1701 extendable
ip nat inside source static tcp 192.168.62.2 1723 1.2.3.4 1723 extendable
ip nat inside source static udp 192.168.62.2 4500 1.2.3.4 4500 extendable
Is there something else I need to enable on the 1841? I tried turning on ESP and allowing isakmp and esp via access-lists. However the first access-list rule should allow that all through anyway, so no I'm at a loss.