Skip to content

Instantly share code, notes, and snippets.

Created May 25, 2015 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/6985c8b12efd5d220c61 to your computer and use it in GitHub Desktop.
Save anonymous/6985c8b12efd5d220c61 to your computer and use it in GitHub Desktop.
$ nano /etc/ppp/ip-up
--------------------------------
# These variables are for the use of the scripts run by run-parts
PPP_IFACE="$1"
PPP_TTY="$2"
PPP_SPEED="$3"
PPP_LOCAL="$4"
PPP_REMOTE="$5"
PPP_IPPARAM="$6"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment