User Activity

  • Modified a comment on discussion Help on sstp-client

    It's a rough draft, but it works. I created a script to monitor pppd and ping google to see if the interface is up. If pppd is dead, it restarts the process. There are probably some better ways I can do this, but this far it works great in Centos 7. "watchdog" script: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61#!/bin/bash address=8.8.8.8 #ip address to check process='pppd'...

  • Modified a comment on discussion Help on sstp-client

    It's a rough draft, but it works. I created a script to monitor pppd and ping google to see if the interface is up. If pppd is dead, it restarts the process. There are probably some better ways I can do this, but this far it works great in Centos 7. "watchdog" script: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59#!/bin/bash address=8.8.8.8 #ip address to check process='pppd' #process...

  • Modified a comment on discussion Help on sstp-client

    It's a rough draft, but it works. I created a script to monitor pppd and ping google to see if the interface is up. If pppd is dead, it restarts the process. There are probably some better ways I can do this, but this far it works great in Centos 7. "watchdog" script: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62#!/bin/bash address=8.8.8.8 #ip address to check process='pppd'...

  • Modified a comment on discussion Help on sstp-client

    It's a rough draft, but it works. I created a script to monitor pppd and ping google to see if the interface is up. If pppd is dead, it restarts the process. There are probably some better ways I can do this, but this far it works great in Centos 7. "watchdog" script: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66#!/bin/bash address=8.8.8.8 #ip address to check...

  • Posted a comment on discussion Help on sstp-client

    It's a rough draft, but it works. I created a script to monitor pppd and ping google to see if the interface is up. If pppd is dead, it restarts the process. There are probably some better ways I can do this, but this far it works great in Centos 7. watch script: !/bin/bash address=8.8.8.8 #ip address to check process='pppd' #process to monitor, start if not running logfile=/var/log/pingcheck.log # log file restartcmd=/etc/watchdog/check-restart-vpn.sh # restart/check/test script. leave blank for...

  • Posted a comment on discussion Help on sstp-client

    Hello Everyone! First off, sstp-client is great! It has been working well. I am having one little issue with it, and I’m looking for a workaround. I have a permanent vpn connection up for a device that is using an sstp based service, however sometimes the site that device is at loses internet connectivity, though it is rare. when the internet connection drops, I have "persist" set in the peer file and the connection goes ahead and reconnects when it comes back up...However it seems I am losing the...

View All

Personal Data

Username:
cswilsn
Joined:
2018-03-13 09:44:24

Projects

  • No projects to display.

Personal Tools