Quantcast
Channel: Geekzone forums: LAN (ethernet/Wifi/routers/Bluetooth)
Viewing all articles
Browse latest Browse all 4198

Edgerouter Lite VPN Configuration

$
0
0
Iam trying to set up VPN on my edge router lite and i can see my client hitting the router but it doesnt appear to do anything after that. The VPN has been set up using the following commands:

set vpn ipsec ipsec-interfaces interface pppoe0set vpn l2tp remote-access outside-address XX.XX.XX.XXset vpn ipsec nat-traversal enableset vpn ipsec nat-networks allowed-network 0.0.0.0/0set vpn l2tp remote-access client-ip-pool start 192.168.100.1set vpn l2tp remote-access client-ip-pool stop 192.168.100.10set vpn l2tp remote-access dns-servers server-1 192.168.1.10set vpn l2tp remote-access authentication mode localset vpn l2tp remote-access authentication require papset vpn l2tp remote-access authentication local-users username XXXX password XXXXset vpn l2tp remote-access ipsec-settings authentication mode pre-shared-secretset vpn l2tp remote-access ipsec-settings authentication pre-shared-secret XXXXset vpn l2tp remote-access ipsec-settings ike-lifetime 3600set vpn l2tp remote-access mtu 1492

Firewall has been set up as follows:

set firewall name WAN_LOCAL rule 3 action acceptset firewall name WAN_LOCAL rule 3 description 'Allow IKE for VPN'set firewall name WAN_LOCAL rule 3 destination port 500set firewall name WAN_LOCAL rule 3 log disableset firewall name WAN_LOCAL rule 3 protocol udp

set firewall name WAN_LOCAL rule 4 action acceptset firewall name WAN_LOCAL rule 4 description 'Allow L2TP for VPN'set firewall name WAN_LOCAL rule 4 destination port 1701set firewall name WAN_LOCAL rule 4 log disableset firewall name WAN_LOCAL rule 4 protocol udp

set firewall name WAN_LOCAL rule 5 action acceptset firewall name WAN_LOCAL rule 5 description 'Allow ESP for VPN'set firewall name WAN_LOCAL rule 5 log disableset firewall name WAN_LOCAL rule 5 protocol esp

set firewall name WAN_LOCAL rule 6 action acceptset firewall name WAN_LOCAL rule 6 description 'Allow Nat-T for VPN'set firewall name WAN_LOCAL rule 6 destination port 4500set firewall name WAN_LOCAL rule 6 log enableset firewall name WAN_LOCAL rule 6 protocol udp

Is there anything iam missing?


Viewing all articles
Browse latest Browse all 4198

Trending Articles