Advertisement
Guest User

Untitled

a guest
Sep 10th, 2014
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.29 KB | None | 0 0
  1. #!/bin/sh -e
  2.  
  3. # for debug
  4. #echo "PPP_IFACE - $PPP_IFACE PPP_TTY - $PPP_TTY PPP_SPEED - $PPP_SPEED PPP_LOCAL - $PPP_LOCAL PPP_REMOTE - $PPP_REMOTE PPP_IPPARAM - $PPP_IPPARAM" > /tmp/ppp-test
  5.  
  6. if [ "$PPP_IFACE" = "ppp0" ]; then
  7.     /sbin/ip route del 91.236.248.0/22 via 10.11.0.251 dev eth0
  8. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement