Hi,
I set up a vpn with my swisscom home router. I used this website to connect to the vpn from windows or my android phone: https://www.swisscom.ch/en/residential/help/internet/vpn-set-up.html#acc-szpQKQ%5Bselected%5D%5B%5D=1&acc-gpqR9w%5Bselected%5D%5B%5D=0
But on my main laptop I use ubuntu 24.04.1 LTS and I installed the following packages with apt:
network-manager-l2tp
network-manager-l2tp-gnome
strongswan
network-manager-strongswan
llibcharon-extra-plugins
for L2TP and IPsec/IKEv2 protocoles.
So I tried connecting with my credentials with both protocols.
For L2TP I added:
- Gateway (ex: my.internet-box.ch)
- User Authentification: Type: password
Username set on my swisscom vpn profile and the pasword.
The I went on IPsec Settings and added my Pre-shared key.
I tried connecting this way but it didn't work. I tried adding Phase1 and 2 algorithms as found online (like here: https://github.com/hwdsl2/setup-ipsec-vpn/blob/master/docs/clients.md) but it didn't work either.
For IPsec/IKEv2:
- Address: my.internet-box.ch
- Identity: my.internet-box.ch ( i dont know if necessary...)
- Autentification_ EAP (Username/Password) with both identity and username with the one set up on my vpn profile and my password.
But again I am unable to connect to my VPN and I don't find any suitable solution online.
Does anyone have an idea/solution?