# comment # Global section (by default, we start in global mode) global # Load handlers load-handler "async-pppd.so" load-handler "cmd.so" # Bind address listen-port 1701 # Configure the async-pppd handler. You MUST have a "section async-pppd" line # even if you don't set any options. section async-pppd #lac-ppps-opts "user example name example noipdefault ipcp-accept-local ipcp-accept-remote lcp-echo-interval 30 lcp-echo-failure 6" lac-pppd-opts "name l2tp" # Peer section section peer peer 192.108.119.240 # No secret - no authentication port 1701 lac-handler async-pppd lns-handler async-pppd hide-avps no # Configure the cmd handler. You MUST have a "section cmd" line # even if you don't set any options. section cmd