dinoaus

Members
  • Posts

    18
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

dinoaus's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Can I just attach multiple virtual network adapters to the pfsense VM. Attach the following, so they show as 3 network ports in pfsense: - BR0 : untagged - BR0-10 : tagged vlan 10 - BR0-20 : Tagged vlan 20. Then give each vlan in pfsense the parant interface of the passed in virtual adapter?
  2. Hi, I have pfsense setup as a VM under Unraid, with network ports, one for the WAN and the other for the LAN (shared by Unraid, VM and Docker). I have a managed switch (Ubiquiti US-8-60W) with two tagged vlan's setup, also setup under pfsense, it works fine until I turn on vlan's in unraid. I can no longer get IP's and route to the internet from any tagged vlan. I assume it has something to do with Unraid dropping traffic from vlan's because pfsense isn't setup on any of the tagged vlan's. Is there a way to get unraid to pass all vlan's to the pfsense LAN port, instead of just the untagged vlan? Thanks.
  3. You could try turning off disk caching. Change the cache to 'none' and IO to 'native' in the XML for the disk.
  4. I was having the same issue with GPU performance of a GTX 1070 under windows 10, so I decided to update to 6.2 RC5, and my performance issues seem to have gone.
  5. I was having issues with GPU performance on 6.1.9. Just updated to 6.2 RC5 and getting way better performance. Using a GTX 1070.
  6. I was having the same issue with the windows locking up passing through a whole SSD. I changed the cache to 'none' and IO to 'native' which fixed the issue. e.g. <driver name='qemu' type='raw' cache='none' io='native' />
  7. I'm using Chrome. I'll try another Browser.
  8. I have replace my cache drive with an SSD, when I reboot the drive doesn't get assigned as the cache drive. I have to manually do this before starting the array. I'm running the 6.1.9. How do I fix this?
  9. I had the same issue. Had to set GITLAB_HTTPS to false and add a port mapping for 80.
  10. Would it be possible to get the Plex container updated with the latest version of Plex?
  11. Ok. Got it running. What do I need to change to it to watch for torrent file in a directory?
  12. Still no luck. Managed to redirect the log for openvpn. Looks like the container cannot resolve the DNS address for the private internet access server. Get the following in the log:; Sun Nov 23 03:38:25 2014 us=885549 RESOLVE: Cannot resolve host address: ca.priv ateinternetaccess.com: Temporary failure in name resolution
  13. Followed your instructions. Getting the following in the log file. Daily restart of VPN at 2014-11-22 10:32:51.554755 Stopped transmission-daemon --config-dir /config/transmission --logfile /config/transmission/transmission.log at 2014-11-22 10:32:51.557544 Stopped openvpn --writepid /var/run/openvpn.pia_ca_north.pid --daemon ovpn-pia_ca_north --status /var/run/openvpn.pia_ca_north.status 10 --cd /config/openvpn --config /config/openvpn/pia_ca_north.conf at 2014-11-22 10:32:56.569062 Started openvpn --writepid /var/run/openvpn.pia_ca_north.pid --daemon ovpn-pia_ca_north --status /var/run/openvpn.pia_ca_north.status 10 --cd /config/openvpn --config /config/openvpn/pia_ca_north.conf at 2014-11-22 10:33:01.582384 IP for tun0 not available at 2014-11-22 10:33:31.629833 IP for tun0 not available at 2014-11-22 10:33:36.640330 IP for tun0 not available at 2014-11-22 10:33:41.653783 IP for tun0 not available at 2014-11-22 10:33:46.667251 IP for tun0 not available at 2014-11-22 10:33:51.678774 ..... ..... Device "tun0" does not exist.
  14. Thanks for that. Will try it out tonight. Do you know how the container directory are mapped. I want to add a directory that transmission watch's for torrent files. I know how to change the setting for transmission, but not sure how to map the directory for the container.