Jump to content

comet424

Members
  • Posts

    1,922
  • Joined

  • Last visited

Everything posted by comet424

  1. im also thinking your OpenVPN Unraid version is not compatible to connect to a OpenVPN PFsense Router software.. and then it locks me out of unraid
  2. hi I new to this stuff so I been posting wrong area... I run "OpenVPN --config pfsense.ovpn" or "OpenVPN pfsense.ovpn" it trys to connect it stops and locks me out of unraid… Unraid becomes totally useless locks me out and locks me out of shares.. till I physically power it down and back up
  3. and that's a lie there isn't 3 of this question going on
  4. @bonienl if jts not a proper location where do I move this question... since its a unraid general possibly bug question
  5. it also locks me out if I do OpenVPN --config pfsense.ovpn
  6. hi so I have an issue with commandline openvpn I testing through Webgui Terminal OpenVPN <config file> it loads up partial... then after 30 seconds or so nothing... it says connection closed and unraid is now unfuctional I cant access the gui and I cant access the shares.... so then I have to manually hold the power on the unraid force shut down then boot back up... whats wrong I also using the config file I downloaded from my pfsense for config file.. as its a server.opvn file... what have I done wrong? as you can see it tries to connect to Pfsense and then connection closed... then unraid locks me out.. I gotta physically goto the computer hold the power button to shut it down and then turn back on to be responsive again.. I don't have a monitor hooked to that unraid box so I cant see what it sees... but anyone know how to fix it so OpenVPN will connect and not cause unraid to be locked out
  7. hi guys i having issues i trying to get like 2 windows 10VMs or later 2 win 98 vms to play my old games networked etc i have a Asus Maxmimus Hero vIII board and it has onboard video and i have a 2nd card in slot one i cant stick in slot too it doesnt sit with the expansion slots of the case right and when i did the card doesnt work or it will make my computer constantly reboot never boots up move the card and all i left is vnc and the intel onboard video card to select from.. so its tempermental... and what is a bios dump for? and cant i just use firmware from the gigabyte site and i did download the techpowerup bios for this card well i picked the first one there was a bunch of them didnt know which one to choose but i plan to make the 1VM my dedicated everyday computer and the 2nd VM be if i wanted to play win98 games so i been watching videos but stuff not working right any step by step stuff that works 100% of the time.. i tried to follow linus techs tips video for 2 gamerss 1 cpu but they went toooo fast in the setups etc
  8. yes i knew about the already about it already exisits but it doesnt.. and the client was glitching i could uninstall it and it wouldnt disable so i ended up formating and restarted over clean slate but havent tackled the openvpn again i will again next week
  9. so I rebooted the unraid and retried command prompt it works but it hangs it doesn't goto a command prompt to type anymore and in OpenVPN client under settings it says my file is running but I cant even stop it so doesn't work either\
  10. I tried this just taking a guess but its trying to connect on 1194 when the file says 1196 root@Tower:~# openvpn --config /boot/openvpn/mitchshouse.ovpn Fri Nov 23 09:26:32 2018 OpenVPN 2.4.6 x86_64-slackware-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Apr 26 2018 Fri Nov 23 09:26:32 2018 library versions: OpenSSL 1.0.2o 27 Mar 2018, LZO 2.10 Fri Nov 23 09:26:32 2018 TCP/UDP: Preserving recently used remote address: [AF_INET]x.x.x.x:1196 Fri Nov 23 09:26:32 2018 TCP/UDP: Socket bind failed on local address [AF_INET][undef]:1194: Address already in use (errno=98)Fri Nov 23 09:26:32 2018 Exiting due to fatal error
  11. I did it per this link and it didn't help https://openvpn.net/vpn-server-resources/how-to-connect-to-access-server-from-a-linux-computer/ whats wrong with the first command line
  12. here is the error as I said googled doesn't help root@Tower:~# openvpn --config mitchshouse.ovpn Options error: In [CMD-LINE]:1: Error opening configuration file: mitchshouse.ovpn Use --help for more information. root@Tower:~# openvpn -config -connect-retry mitchshouse.ovpn Options error: I'm trying to parse "-config" as an --option parameter but I don't see a leading '--' Use --help for more information. root@Tower:~# openvpn --config -connect-retry mitchshouse.ovpn Options error: Unrecognized option or missing or extra parameter(s) in [CMD-LINE]:1: config (2.4.6) Use --help for more information.
  13. all I come up with is this openvpn --config client.ovpn instead of client I use my own ovpn file and that doesn't work at all like I mentioned still get the error
  14. I did google I googled OpenVPN commandline for unraid
  15. I tried OpenVPN -config <name of file>.ovpn but just gives me an error doesn't connect I tried openvpn -config -connect-retry mitchshouse.ovpn I tried openvpn --config <name of file>.ovpn (with the double dash like shows in program when you just type OpenVPN) openvpn --config -connect-retry mitchshouse.ovpn
  16. is there any documentation on this OpenVPN for command line so I can copy and paste it in my rsync user script
  17. ok so i tested that made a folder called openvpn in the flash folder and then settings and imported it... and i tried connecting to make sure it worked.. and it did.. now how do i write the command line for it to connect to the openvpn server run my rsync script then disconnect openvpn client till the next time the user script is scheduled to run again
  18. sorry the delay i havent been around... ill try those tommorow.. as for the setting up ya i skimmed that but couldnt get that one to work server mode keeps giving me a page cant be found plus i wanna connect to my PFsense OpenVPN Server in a script file so when my Rysnc schedule starts up it connects OpenVPN first then Rysncs the data.. then Closes the connection with VPN inside the script file
  19. I tried the OpenVPN client app but it says choose file but its not clickable so cant even import the OpenVPN config file
  20. hi I tried googling but cant find info how you setup OpenVPN client I installed all 3 open vpns from the app store.. couldn't get the OpenVPN-as to even work like th video showed but what I want is to run in a user script connect to my sisters Pfsense Router over the internet.. and then run my Rsync commands.. then when done it disconnects the OpenVPN client.. but I cant find the commands for this how to do it
  21. im kinda confused how to set it up ugh... I have the SMB shares like Photos Videos Music and I wanna send it to my backupserver so main server is called Tower and backup server is BackupServer so I wanna back up those folders. for now or really back up all the folders to the backupserver mirrored I getting confused with the $ rsync -avz -e ssh root@192.168.13.84:/remote/dir /this/dir/ The authenticity of host '192.168.13.221 (192.168.13.84)' can't be established. ECDSA key fingerprint is SHA256:30e/zRmjYVJLB4+5cBc2GjMqEpP7O3sUFcYlzQNYPtY. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '192.168.13.84' (ECDSA) to the list of known hosts. [email protected]'s password: that's from the article
  22. too bad there isn't a video as I learn better with videos part of my learning disability and dyslexia...
  23. is your script long.. can I copy it and import it... I skimming what guy wrote.. but doesn't look like he has a script just typing stuff I like your setup I need to re read it.. too bad they didn't make it gui version for rsync like freenas does it.. I need to re read this a few time
×
×
  • Create New...