Questions tagged [xl2tpd]

xl2tpd is a L2TP (Layer 2 Tunneling Protocol) daemon from Xelerance Corporation patched for supporting DEVFS and L2TP over IPsec.

Description

xl2tpd is a L2TP (Layer 2 Tunneling Protocol) daemon from Xelerance Corporation patched for supporting DEVFS and L2TP over IPsec.

Links

https://www.xelerance.com/services/software/xl2tpd/

https://github.com/xelerance/xl2tpd

10 questions
5
votes
2 answers

IPSec over L2TP: received NO_PROPOSAL_CHOSEN error notify

Environment: # uname -a Linux shrimpwagon 3.16.0-4-amd64 #1 SMP Debian 3.16.39-1+deb8u1 (2017-02-22) x86_64 GNU/Linux I have already installed: # apt-get install strongswan xl2tpd I'm trying to connect to a Meraki VPN. I spoke to a Meraki tech and…
shrimpwagon
  • 427
  • 3
  • 6
  • 11
4
votes
0 answers

How to setup a l2tp VPN using strongSwan

I have found several guides to set up a l2tp VPN using openSwan, but I'd like to use strongSwan because I'm setting up a ikev2 VPN aswell, and I can't do it with openSwan. Do you know if there's a way to apply openSwan settings to strongSwan to set…
giovi321
  • 817
  • 3
  • 13
  • 34
3
votes
1 answer

xl2tpd redial doesn't work

/etc/xl2tpd/xl2tpd.conf: redial = yes redial timeout = 1 autodial = yes Version of xl2tpd default, latest Ubuntu 14.04 ( Trusty ): xl2tpd 1.3.6+dfsg-1 amd64 layer 2 tunneling protocol implementation I'm always pinging some host like Google,…
unixlinuxuser
  • 141
  • 1
  • 1
  • 6
2
votes
2 answers

L2TP over IPSec on Debian 10

My Debian 10 box has a Wifi interface, wlx08beac0a6c1d running a WEP AP for old hardware that doens't wupport WPA. My main network is 192.168.1.0/24 and this interface is configured to be 192.168.2.1. For starters that interface is restricted to one…
Richard Barraclough
  • 405
  • 1
  • 5
  • 22
2
votes
1 answer

Connected to VPN but unable to ping hosts on remote network

I have PC2 connected to a VPN (L2TP/IPsec) server I have setup on R2. I need PC2 to be able to ping PC3 and PC4, but it's not working. When I use a Windows machine to connect to the VPN I can ping hosts under R2, but that is not the case with my…
etho201
  • 307
  • 1
  • 5
  • 11
1
vote
1 answer

How to make l2tp vpn client work on Linux Mint?

I set up a vpn connection according to this instruction - https://www.rapidvpn.com/setup-vpn-l2tp-mint I establish a vpn connection to my server. The connection is established, but the pings do not go, the pages on the Internet do not open, there is…
Slava
  • 13
  • 2
1
vote
0 answers

Why my xl2tpd doesn't redial?

I have a router that runs debian and is used to connect to my ISP using L2TP (over a cable modem). xl2tpd is configured to redial if the connection fails (and pppd is configured to do a LCP ping all the time), but sometimes when the connection dies…
bdew
  • 131
  • 2
1
vote
0 answers

Establish IPSEC Tunnel between two Ubuntu 12.04 PCs over LAN

I have two ubuntu 12.04 32 Bit PCs between which I want IPSec Tunnel to be setup. I have setup ipsec in both systems and ipsec verify runs fine on both. Since I have no prior experience of openswan, I am finding it hard to set config files. Here is…
0
votes
1 answer

Connecting Windows 10 to IPSec/L2TP on Debian 10

Trying to get Windows 10 (192.168.1.11) to connect to IPSec/L2TP on Debian 10 (192.168.1.31). Windows firewall is off and I have added AssumeUDPEncapsulationContextOnSendRule (value 2) to the registry and rebooted. The only iptables stuff going on…
Richard Barraclough
  • 405
  • 1
  • 5
  • 22
0
votes
1 answer

Unable to connect to company VPN using L2TP over ipsec on Fedora 32

My company gave me ip address, username, password & pre-shared key to connect to vpn using L2TP. My workstation: Fedora 32 + Gnome. Installed xl2tpd, NetworkManager-l2tp, NetworkManager-l2tp-gnome, ike-scan packages. enabled L2TP kernel modules by…