Jump to content

peter_sm

Community Developer
  • Posts

    2,273
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by peter_sm

  1. Gridrunner, I have no problem with your guide, I only have another way to boot clover.

     

    EDIT

    Of course I was using seabios :-) But have now converted to your way!

    But when trying to upgrade clover the installer don't see my EFI partition ( Even if it was mounted). But I did a install to my MAC partition and moved the new EFI folder to my EFI partition and added my modified files (kext, config and aml files). But what settings was you enabled in the installation page of clover. ?

     

    //Peter

     

  2. After I installed osx with Cham According to the guide. Then I installed clover to OS X disk then removed Cham from XML file. It looks like this. [emoji3]

     

      <os>
        <type arch='x86_64' machine='pc-q35-2.5'>hvm</type>
        <boot dev='hd'/>
        <bootmenu enable='yes'/>
      </os>
      <features>
        <acpi/>
      </features>
      <cpu mode='custom' match='exact'>
        <model fallback='allow'>core2duo</model>
      </cpu>
      <clock offset='utc'/>
      <on_poweroff>destroy</on_poweroff>
      <on_reboot>restart</on_reboot>
      <on_crash>destroy</on_crash>
      <devices>
        <emulator>/usr/local/sbin/qemu</emulator>
        <disk type='block' device='disk'>
          <driver name='qemu' type='raw' cache='none' io='native'/>
          <source dev='/dev/vg_virtual_machines/lv_ElCapitan'/>
    

  3. My setup is reverse proxied with Apache and I'm not seeing these warnings, so I can only assume it's something to do with the way you've got it setup.  I still haven't learned how to use nginx I'm afraid.

     

    Is this the bit you're getting the warnings in?

    h_1473491338_3008593_54c61f2c75.png

     

    Yup, that's the spot. Peter_SM has a very similar setup to me and is getting the same problem. So ya, definitely sounds like it's something with our reverse proxy / nginx setup.

     

     

    Final I get a solution ! :-)

     

    In your server settings try to add this line

    add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;

     

    example ...

    server {
        listen 443 ssl;
        server_name www.example.com;
    
        add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;
    }

     

    • Like 1
  4. openVPN client hanging webui

     

    unRAID 6.2 rc5

    browser - Chrome (latest)

    Set to connect and mount

     

    i have a problem and i have had it before with previous version of unRAID but it came right about a prolong period of time 30+ mins.

     

    when i try an enter the settings page for openVPN under settings it just hangs for a long time, the up time of the server is about 5 days at the moment, i have currently been waiting for about 30min.

    if i try to go to another unRAID tab its still hung.

    i can close the browser and reopen and its still not responding when trying to get to the unRAID gui, tried another browser and its the same

     

    I can access the server via putty.

     

    with out restating the server can i do anything else and also why am i having this problem?

     

    At the moment the server has no internet access

     

    The plugin looking for your WAN IP. If yo don't have any internet it will be stuck while perform this command.

     

    //Peter

  5. You can do/try this

     

    VBoxManage clonehd /path/to/hard_drive_image/guesthd.vdi /path/to/hard_drive_image.img --format raw

     

    Then use the raw file in KVM.

     

    You can also convert raw file to qcow2

     

    qemu-img convert -f raw hard_drive_image.img -O qcow2 hard_drive_image.qcow2

     

  6. I'm using NextCloud and letsencrypt for reverse proxy.

     

    I see this in NextCloud. Is there any solution to fix this ?

    Security & setup warnings
    
    The "X-XSS-Protection" HTTP header is not configured to equal to "1; mode=block". This is a potential security or privacy risk and we recommend adjusting this setting.
    The "X-Content-Type-Options" HTTP header is not configured to equal to "nosniff". This is a potential security or privacy risk and we recommend adjusting this setting.
    The "X-Robots-Tag" HTTP header is not configured to equal to "none". This is a potential security or privacy risk and we recommend adjusting this setting.
    The "X-Frame-Options" HTTP header is not configured to equal to "SAMEORIGIN". This is a potential security or privacy risk and we recommend adjusting this setting.

  7. These settings are in my plugin and shall rout all client traffic (including web-traffic) through the VPN

     

    push "redirect-gateway def1"

     

    And iptables rule

    iptables -t nat -A POSTROUTING -s <VPN server IP>/24 -o eth0 -j MASQUERADE

     

     

    One thing I'm not sure about is DNS settings, need to get this verify.

    one of these should be fine, or all variants is OK?

     

    push "dhcp-option DNS <VPN server IP>"
    push "dhcp-option DNS <UNRAID IP>"
    push "dhcp-option DNS <ROUTER IP>"
    push "dhcp-option DNS <GOOGLE>"

     

     

    We can try this as well  on client-side

    redirect-gateway def1

  8. However, the connection to the server through OpenVPN was capped at 2Mbps, resulting in a choppy playback of any video, even ones that were only a few hundred megabytes.

     

    My server has a Gigabit NIC, and my connection to the outside world is 100Mbps. Below is a diagram

     

    Server <----1000Mbps Gigabit NIC ----> Home Router <---- 100Mbps --> Internet <--- 25Mbps ----> Nexus 5X LTE connection

     

    However, OpenVPN speed is capped at 2Mbps.

    Do you have symmetric 100Mbps at your home? Most US internet connections are asymmetric, and offer much lower transmit than receive speeds. Try running a speed benchmark (speedtest.net) behind your home router to check what speed you are actually able to transmit.

     

    I am having a really similar issue, if we can solve it, a beer is all yours.

     

    Any help or ideas would be appreciated...

     

    Do you think this applies??

    http://winaero.com/blog/speed-up-openvpn-and-get-faster-speed-over-its-channel/

     

    Thanks again.

    Try also modify only the server ovpn file with this lines.

     

    sndbuf 0
    rcvbuf 0
    push "sndbuf 393216"
    push "rcvbuf 393216"
    

  9. However, the connection to the server through OpenVPN was capped at 2Mbps, resulting in a choppy playback of any video, even ones that were only a few hundred megabytes.

     

    My server has a Gigabit NIC, and my connection to the outside world is 100Mbps. Below is a diagram

     

    Server <----1000Mbps Gigabit NIC ----> Home Router <---- 100Mbps --> Internet <--- 25Mbps ----> Nexus 5X LTE connection

     

    However, OpenVPN speed is capped at 2Mbps.

    Do you have symmetric 100Mbps at your home? Most US internet connections are asymmetric, and offer much lower transmit than receive speeds. Try running a speed benchmark (speedtest.net) behind your home router to check what speed you are actually able to transmit.

     

    I am having a really similar issue, if we can solve it, a beer is all yours.

     

    Any help or ideas would be appreciated...

     

    Do you think this applies??

    http://winaero.com/blog/speed-up-openvpn-and-get-faster-speed-over-its-channel/

     

    Thanks again.

    Can you manually add this to server ovpn file and to the client file and test?  :)

    //Peter

×
×
  • Create New...