; ; This is a minimal sample l2tpd configuration file for use ; with L2TP over IPSEC. ; ; The idea is to provide an L2TP daemon to which Microsoft L2TP/IPSEC ; remote clients connect. In this example, the internal (protected) network ; is 192.168.1.x. A special IP range within this network is reserved for ; the remote clients. ; [global] port = 1701 auth file = /etc/ppp/l2tp-secrets access control = no rand source = dev [lns default] exclusive = no ip range = 10.0.2.100-10.0.2.200 local ip = 10.0.2.1 require chap = yes refuse pap = yes require authentication = yes name = l2tpVPN ppp debug = yes pppoptfile = /etc/ppp/options.l2tpd length bit = yes