Skip to content

Instantly share code, notes, and snippets.

@repomaa
Created October 20, 2012 15:45
Show Gist options
  • Save repomaa/3923653 to your computer and use it in GitHub Desktop.
Save repomaa/3923653 to your computer and use it in GitHub Desktop.
pppd options in effect:
debug # (from command line)
nodetach # (from command line)
logfd 2 # (from command line)
dump # (from command line)
noauth # (from /etc/ppp/peers/hsrm)
refuse-eap # (from /etc/ppp/peers/hsrm)
name joreiner # (from /etc/ppp/peers/hsrm)
remotename hsrm # (from /etc/ppp/peers/hsrm)
# (from /etc/ppp/options)
pty pptp vpn.hs-rm.de --nolaunchpppd # (from /etc/ppp/peers/hsrm)
crtscts # (from /etc/ppp/options)
# (from /etc/ppp/options)
asyncmap 0 # (from /etc/ppp/options)
lcp-echo-failure 4 # (from /etc/ppp/options)
lcp-echo-interval 30 # (from /etc/ppp/options)
hide-password # (from /etc/ppp/options)
ipparam hsrm # (from /etc/ppp/peers/hsrm)
proxyarp # (from /etc/ppp/options)
require-mppe-128 # (from /etc/ppp/peers/hsrm)
noipx # (from /etc/ppp/options)
using channel 3
Using interface ppp0
Connect: ppp0 <--> /dev/pts/2
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x442f2aa7> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x442f2aa7> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x442f2aa7> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x442f2aa7> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x442f2aa7> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x442f2aa7> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x442f2aa7> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x442f2aa7> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x442f2aa7> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x442f2aa7> <pcomp> <accomp>]
LCP: timeout sending Config-Requests
Connection terminated.
Script pptp vpn.hs-rm.de --nolaunchpppd finished (pid 26035), status = 0x0
Modem hangup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment