# comment # Global section (by default, we start in global mode) global # Load handlers load-handler "sync-pppd.so" load-handler "cmd.so" # Bind address listen-port 1701 # Configure the sync-pppd handler. You MUST have a "section sync-pppd" line # even if you don't set any options. section sync-pppd lac-pppd-opts "file /etc/ppp/options.l2tpd" # Peer section section peer peer 10.255.253.1 port 1701 lac-handler sync-pppd retain-tunnel 1 # Configure the cmd handler. You MUST have a "section cmd" line # even if you don't set any options. section cmd