L2TP Client: SNOM: Difference between revisions
Appearance
	
	
Content deleted Content added
| mNo edit summary | |||
| (2 intermediate revisions by the same user not shown) | |||
| Line 11: | Line 11: | ||
| == Example config files: == | == Example config files: == | ||
| Below is config to connect to our L2TP service.  | 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. A hacker could gain access to the SNOM by guessing your password and could then run up your telephone bill, or worse. | |||
| * If you decide to use this as an option, be sure to have very secure http/admin username/passwords on your phone. | * 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. | * 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 | xl2tpd.conf | ||
| <syntaxhighlight lang="shell"> | <syntaxhighlight lang="shell"> | ||
| [lac l2tp_connection] | [lac l2tp_connection] | ||
| lns = <L2TP SERVER IP ADDRESS> | |||
| lns = 90.155.53.19 | |||
| ppp debug = yes | ppp debug = yes | ||
| pppoptfile = /l2tp/options.xl2tpd | pppoptfile = /l2tp/options.xl2tpd | ||
| Line 39: | Line 41: | ||
| usepeerdns | usepeerdns | ||
| connect-delay 5000 | connect-delay 5000 | ||
| name USERNAME@a.X | name <USERNAME@a.X> | ||
| password PASSWORD | password <PASSWORD> | ||
| </syntaxhighlight> | </syntaxhighlight> | ||