Beiträge von thesorcerer

    update:


    Just did a bit if tinkering and it is now possible to use any wireguard configuration, that includes killswitch and custom dns. Had to redeploy the container since privoxy was not working properly. Apparently this happens from time to time and various images. Delete your privoxy folder and double check that qbit is not using the same listening port. Adjust your compose and qbit settings in webgui. Finally check your log for any errors.

    Hello,


    Please help me clarifying a strange thing that is happening on my nas. The disk reads (+-60MB/s) shown in the graph on the performance statistics page does not correspond to what is actually happening in regards to network traffic according to opnsense. Taken into account the difference between KiB/s (torrent), MB/s (omv graph) and Mb/s (opnsense). When I stop the upload the graph drops, so It's for sure related to qbittorrent. I can hear the disk is being put to work while qbittorrent is capped at 500 KiB/s upload rate (more or less verfied by opnsense). Only a few torrents are being uploaded at the same time.




    After stopping torrents:



    Thank you

    To do that you need a point-to-site configuration. In this article you can see how to configure it. https://www.procustodibus.com/…ard-point-to-site-config/

    I don't know if you want to connect to a remote server that you own or a commercial remote server. If it is the latter, you will have to consult that provider about what they allow you to do. You will also have to adapt the iptables configurations to what that article says for it to work.

    That's not what I mean. Every client has individually been configured to use a vpn connection. In the future I will configure opnsense to do as you suggested.

    Seems like you have run into this before, no?


    That was a problem with a docker container. Since then I used binhex qbittorrent which functions really good. I wanted to try the wireguard plugin now, thus having all my clients in my household using a vpn.

    Hello,


    Tried solving this problem by myself and searched this forum for similar error but no luck. I'm trying to get wireguard through the plugin (custom) to work with the following configs:




    After a reboot the terminal shows that a connection is made with the mullvad server on a different external ip. Google is pingable and the curl ifconfig.io command verifies the external ip. But I cannot access the webgui, nor ssh.

    Then I made a change (AllowedIPs) to the config with the help of nano editor and some info on this forum:



    After a reboot the terminal shows a the normal public ip. No vpn connection has been made. This time it is possible to access the webgui/ssh.

    A final change in the config (dns) didn't help:


    The wireguard config is newly generated on the mullvad website with killswitch enabled. I've noticed when I make a change in /etc/wireguard/wgnet_mullwg.conf (AllowedIPs) and after a reboot the webgui doesn't reflect that change.


    Thank you in advance!

    Not too long ago a update broke the system or at least a importend part of it. Can't remember exacly what it was and the search function will not let me search my own old posts so I cannot give you an example. I believe it had something to do with grub also. But it does happen once in a while.

    Hello,


    This morning I've installed updates and get the following errors after unsuccesfull installation:


    Somewhere it says that system may not be bootable which is the scary part. Any idea's?


    Thank you.

    Hi,


    Is there anyone that can give some advice on which docker I should use for setting up a cups printserver that supports the samsung m2020 series? In particular the m2026w. A compose file would be nice. My previous attempt didn't work:



    Thank you.

    Thank you for the advice. Got It more or less running. I've stumbled upon a problem. My printer is a samsung m2026w (m2020 series). I cannot print a test page from the webgui and remote clients. This is what I get:


    Code
    Queue Name    Description    Location    Make and Model    Status
    Samsung_M2020_Series    Samsung M2020 Series    kantoor    Samsung M2020 Series    Idle - "File "/usr/lib/cups/filter/rastertospl" not available: No such file or directory"
    Code
    ID    Name    User    Size    Pages    State    Control
    Samsung_M2020_Series-11      Unknown      Withheld      1k      Unknown      stopped      

    After some digging it turn out that my printer is not supported by the debian team on which this docker image is based on. I've tried manually installing a ppd file since the printer was not listed in add printer. Here is my docker compose to be clear:


    Any advice is welcome. Or should I start a separate thread?


    Update:


    Adding the following did not solve it:

    Code
    '/var/run/dbus:/var/run/dbus'

    Yes unfortunately only one config file is supported as stated on the docker page. Would be cool if future updates had this option. Simply call them wg0.conf, wg1.conf etc. Would you like to send in a request? And also may I inquire which vpn provider you use?