L2TP Client: SNOM

Back up to the L2TP Category
From AAISP Support Site


NOT RECOMMENDED AT THIS TIME

Example config files:

Below is config to connect to our L2TP service.

  • We do not recommend using our normal L2TP service on a SNOM due to the risks involved in having a SNOM on the internet in this way.
  • Be aware though that this will mean the SNOM is on a public IP address and open to the internet and not behind a firewall.
  • If you decide to use this as an option, be sure to have very secure http/admin username/passwords on your phone.
  • At some point A&A may offer a service that allows the SNOM to connect to a protected, private, network which only has access to the VoIP servers.
  • You may adapt the config to connect to your own L2TP server, eg if you have your own FireBrick.

xl2tpd.conf

[lac l2tp_connection]
lns = <L2TP SERVER IP ADDRESS>
ppp debug = yes
pppoptfile = /l2tp/options.xl2tpd
length bit = yes
redial = yes
redial timeout = 30
max redials = 1440

options.xl2tpd

refuse-eap
require-chap
noccp
noauth
mtu 1280
mru 1280
noipdefault
nodefaultroute
usepeerdns
connect-delay 5000
name <USERNAME@a.X>
password <PASSWORD>