Skip to content

Instantly share code, notes, and snippets.

@gpakosz
Created November 6, 2014 21:22
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 gpakosz/91af46be679ee46f98ae to your computer and use it in GitHub Desktop.
Save gpakosz/91af46be679ee46f98ae to your computer and use it in GitHub Desktop.
VPN, ppp /etc/ppp/ip-up example script
#!/bin/sh
# /etc/ppp/ip-up example script
# must have 0755 permissions
# must be owned by root
/sbin/route add -net 192.168.50 -interface $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment