Jump to content

Sinister

Members
  • Posts

    211
  • Joined

  • Last visited

Everything posted by Sinister

  1. I can confirm re-downloading the ovpn files and adding the datacipher line has resolved the issue for me
  2. Hi thanks for replying i would like my pfsense vm to autostart when bring up the array. If i were to use this script would it look like this ? #!/bin/bash if [ ! -f "/tmp/vm.txt" ]; then rm /tmp/vm.txt ; fi virsh list --state-running > /tmp/vm.txt if grep -q "running" /tmp/vm.txt; then exit else virsh start "Pfsense" fi
  3. Its not something i can fix used AVAST as an antivirus and firewall the only way to get around this issue was to remove the firewall component of the software completely. Not even disabling it was good enough
  4. you would have to turn off strict port forwarding in order for it to work atm
  5. I have tested every single server that supports port forwarding from last night until this morning, not one worked
  6. so what are to do ? is there anyway to resolve this without having to switch to another service ?
  7. According to Pia's reddit this has something to do with them no longer supporting port forwarding on their legacy servers, they are recommending people start using their next gen files for the client version but dont specify how things have changed for people connecting through OVPN
  8. Thank you so much for your help with this issue ive been at it for an entire month trying to digure out why this wasnt working and you explained it simply Sent from my SM-G975U1 using Tapatalk
  9. I have a two part question hopefully this is the correct place for it, essentially what im trying to do is use user scripts to send a command via SSH to my pfsense baremetal to shutdown when the array comes up "ssh [email protected] /etc/rc.halt" which i cant seem to get to work. after some research in order to do this i would need to generate a pair of ssh keys and paste the public one into the admin user of the pfsense this was easy enough, the problem im having is when trying to ssh out of unraid and into pfsense it does not work because unraid does not respond with my private key im not sure what directories the keys should be in for what im trying to do or what they should be named. I have almost no knowledge of how secure shell works but from what i can see on the forums there are tons of instructions for ssh into unraid but not so much for going out, im hoping someone can tell me what i need to do here
  10. I ended up just replacing the card as nothng i tried seemed to resolve the issue guess it died or was faulty from the start
  11. So after burning my brains i managed to get everything working except the last part: ssh [email protected] /etc/rc.halt You will need to generate some ssh key pairs on unRAID and copy the public key to the admin user in pfsense i have generated my keys pasted the public version into the admin user of pfsense ssh is enabled and works have tested this in puTTY. i created a user script with "ssh [email protected] /etc/rc.halt" no quotes and ip address being the lan IP of pfsense can anyone tell me the last part im missing to make this work
  12. Has anyone managed to get the failover demonstrated in the first video working ? if so i would love to be pointed in the right direction
  13. For me I had to completely remove the firewall component from the suite in order for it to work properly, but maybe whatever software you use is different if it functions fine with it installed I'd love to know what you are using as I myself am still searching for something secure that does not cause this complication
  14. I was going completely insane a couple weeks ago when i added 10GB NIC's between my workstation and server, following alot of the advice here i ended up creating a ramdisk on both server and workstation and still not getting the 1Gb speeds i was expecting. After making a backup of my current install and reinstalling windows andinstalling things one at a time and testing a transfer with each thing i put back i came to find my firewall (avast premium Security) would slow my transfers down from 1Gb to like 100 - 300Mbs with firewall not installed i am able to transfer and achieve those speeds to ram disk and a sata SSD mounted by unassigned devices with no issues. But even transferring data to a cache enabled or cache only share im only able to get about 500 - 600 Mb/s which i think is how its suppose to be would love to know if my expectations are wrong here. You could also use iperf to test network throughput between server and workstation
  15. I am currently using a unraid server with a pfsense VM to provide internet to my network following spaceinvaderone's pfsense tutorials ive managed to get everything working splendidly except for one last piece to my puzzle. I also have a pfsense bare metal install which have built the box for times that i need to restart or take down the array for things like needing to add new drives or adding some additional thing i am interested in, during the tutorials he mentions being able to use a user script to wake up the bare metal box when he takes down the array and power it down when he starts up the array and the way it was explained it just takes over the router duties i have tried my best to duplicate this process but for me without any scripts the neither the VM or bare metal gets an IP address unless i physically restart the modem why is this?. I have the modem connected to a dumb switch and 2 ethernet cables running to bare metal box and server with pfsense VM why doesnt modem automatically give the router thats powered on an IP address ?
  16. Hi i am unable to access my nextcloud docker via LAN but i am able to access it just fine outside of my network being that it is reverse proxied I find this a bit strange as it has worked fine for a few months with little to no issues also i can access every other single docker's webui locally with no issue i am using a pfsense VM but cant see any settings where it would have messed with nextcloud docker specifically
  17. But I would not think that it would have a strict firewall for a locally mapped drive and even in the settings no discernable way to resolve it. Even when you specify to.leave specific locations alone if I cant figure it out I'll certainly be moving on to something else that doesn't perform this way, I'm open to any suggestions for a new AV software
  18. So an update. to further try and resolve this i ended up transferring the card into a shuttle PC which is currently running windows 7 and when doing speed tests the cards gave me 1GB going both directions between the server and client. and then thought to myself something must be wrong with my windows 10 install, I made a partition backup and re-installed the OS and tested the speed and speed was great this time between the original machine and server. I began to install programs one by one testing transfer speed immediately afterwards, when i finally got to my antivirus (avast) I found that when installed it slows down my LAN transfers to about 300MB/s and 200 going back to client PC even trying to add the network shares to be excluded from the program entirely it made no difference im not sure whats up with their firewall but i have googled and found multiple posts regarding this. and have not found what the solution could be
  19. Meaning that bringing the array down manually and back up it does not start ? im not sure why i remember it doing things that way. and there is no plugin i can run to do achieve this ?
  20. I know this is probably really simple but I have a pfsense VM on my unraid server whenever i start my array back up the VM does not start even though the autostart option is ticked is there something i can do to fix this ?
  21. I have watched all the videos and forgive me if i have missed it but i can not seem to recall which video and timestamp this was covered in.
  22. I am using iperf version 3.1.3 on bare metal windows 10 pro
  23. So after some times i have made numerous changes and seem to still be having an issue, i have changed the mellanox card in the server to Mellanox MCX312A-XCBT CX312A ConnectX-3 EN 10GbE SFP+ Dual-Port PCI-E NIC. I have also purchased 2x Samsung 970 EVO Plus SSD 250GB - M.2 NVMe Interface Internal Solid State Drive with V-NAND Technology one in the desktop one in the desktop one in the server as an unassigned device. MTU settings 9014 on both cards. on the windows side both send and receive buffers 4096, interruption moderation disabled, receive side scaling enabled.
×
×
  • Create New...