Skip to content

Instantly share code, notes, and snippets.

@Firefishy
Created October 28, 2015 16:47
Show Gist options
  • Save Firefishy/dd97444830b6a219ff4b to your computer and use it in GitHub Desktop.
Save Firefishy/dd97444830b6a219ff4b to your computer and use it in GitHub Desktop.
Sonicwall netExtender route abuser: /etc/ppp/ip-up.d/zzz-fix-sslvpnroute
#!/bin/bash -
[ "$6" == "netExtender" ] || exit
route del -net 10.X.Y.0/24 gw ${PPP_LOCAL} dev ${IFNAME}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment