• SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Recent content by Frejoh4666

  1. F

    Restart VPN server when it breaks?

    Yes, "service restart_vpnserver1" is what I do to fix the server (I used to turn it on/off in the GUI or restart the router before I found the command). And I thought about adding a cron job to restart it every week, but I thought there must be a better way. But I guess not. Thanks for the help.
  2. F

    Restart VPN server when it breaks?

    I can update 386.14_2 tomorrow, once I do the server will start working again as the vpn server will restart. I don't like that "unbound_rpz.sh" runs every 15min, but that what the unbound creator has set it to, so... I rather have it run once a day, but I don't think modifying the script is a...
  3. F

    Restart VPN server when it breaks?

    #!/bin/sh if [ -z "$(pidof vpnserver1)" ] then service restart_vpnserver1 fi 386.14
  4. F

    Restart VPN server when it breaks?

    But it doesn't. It has been 16 hours, and it still doesn't work. It will start working once I restart the server.
  5. F

    Restart VPN server when it breaks?

    I have */2 * * * * /etc/openvpn/server1/vpn-watchdog1.sh #CheckVPNServer1# in cru l
  6. F

    Restart VPN server when it breaks?

    So I run an VPN server on the router. I access to it with OpenVPN for android. But sometimes it just breaks (around once a month) and I'm unable to connect and need to restart the service. When it works I get, ovpn-server1[25979]: read UDPv4 [CMSG=8|ECONNREFUSED|CMSG=8|ECONNREFUSED]: Connection...
  7. F

    cru not using sytem date

    It was 108 days ago the last time it was restarted, and the default is US DST, so I can't say for sure (was a factory reset, used VPN and a bug made nvram full). But what you say make sense, so the problem should be solved then. I will know in a few weeks, and for sure in half a year.
  8. F

    cru not using sytem date

    Sorry, I will try to be clearer on what happened. I have a cru command "cru a start "55 4 * * 0,1,2,3,4,5,6"" so it starts at 4:55 every day. At 2024-03-10 it started at 3:55. That is the time US changes to DST. My router was not on US DST, so it should not have started at 3:55, it should have...
  9. F

    cru not using sytem date

    Restarting the router solved the problem, but I need to find why cru did not go by system time, and how it knew US had DST when I had EU DST selected. As it probably will be a problem in a few weeks when EU change to DST.
  10. F

    cru not using sytem date

    So it is summer time in the US, but not in EU. I have set the summer time to last Sunday in the month. The system time in the web gui shows 6:00, SSH "date" says 6:00, cru think it is 7:00. Does cru have it own time settings with summer time? Can I make cru use system time?
  11. F

    Diversion Diversion White/Blacklist location

    So I got segment fault on pixel server and saw nvram was full, wasn't able to find why or a way to delete what was causing it, so I factory reset the router. But I'm still getting segment fault, event at 61190 / 65536 bytes nvram. So I'm going to reset the USB, but I need to export my list. So...
  12. F

    RT-AC66U B1 restart 5GHz WiFi

    It should not be a lose antenna as it get solved with a reboot, but failing hardware might always be a reason. "Channel bandwidth" is set to 80MHz and "Control Channel" is 48, if I go higher my devices have a hard time finding the signal. I'm also in the suburb, so it is not crowded here. I'm...
  13. F

    RT-AC66U B1 restart 5GHz WiFi

    So after a while my 5GHz network goes down to 433MHz, and the only solution I found to get it back to 866MHz is to reboot the router. I tried to toggle "Enable Radio" but it didn't solve the problem. I was unable to find why it gets halved, but is there a ssh command to restart the WiFi? Or stop...
  14. F

    Format for SSH Authorized Keys

    Never mind, solved it ssh-ed25519 [KEY] [Comment] The comment needs to be there.
  15. F

    Format for SSH Authorized Keys

    So long story short, after 6hours of trying to get ssh key to windows work, and failed. I decided while I was at it, and try to change the key in the router from a privet key to public key, as, you know, don't show you privet key. But after failing at that to. I just deiced to revert everything...
Back
Top