Jump to content

Virtual

Members
  • Posts

    14
  • Joined

  • Last visited

Posts posted by Virtual

  1. On 9/11/2020 at 1:15 PM, jonathanm said:

     

    I think you owe your friend an apology.

    Yes at first i was about to apogise to him, but then he told me that he had been tingling with my ports and changde some settings. maybe he accidently changed the wrong port. So the problem likely startede with him

  2. Found the error. It was a faulty port on my switch. I have change cables but didn't notice that the port only was running 100mbit until now. Probaly it was the problem when my friend tried to help me in the begining, it was starting to go bad.

  3. 6 minutes ago, trurl said:

    There isn't really enough to go on in your description to determine that the problem is related to Unraid, or even to determine if there is a problem. Download speed also depends on the source, for example.

    I can start 3 instance of torrent files i know will go up to 50 MB/S pr file and do a NZB file that wil max out at 60 MB/S but  the total will only be about 11-11.3 MB/S. 

     

    But i can do a speed test to the server that uploads 129 MB/S to the server. Some how are some of my dockers limited 

     

     

     

  4. A friend of mine told me that my server had a slow networkspeed, but he could help me, ofcourse i would let him help me (1. mistake)

    The problem is that all my docker only have a download speed of 100 mbs now before they did 3-500 mbs.

     

    And now to the real problem My FANTASTIC now "former" friend don't remember where he changede the speed, he thinks it was a command in telnet. but not sure about what command it was. (2. mistake) not to be guided my self

     

    Any one here that can help guide me to a place or a command thart can help me

  5. How do I copy the file from /user/*** to /bin/ 

     

    Im not the shapest hammer in the fridge ;-) when it come to terminal commands ;-)

     

     

    ---- EDIT ----

     

    Found the solution ;-)

     

    cp ../mergerfs* /bin

     

     

     

  6. sorry to ask again...

     

    I have some errors..    write UDP: Operation not permitted (code=1)

     

    2019-03-23 16:34:47,499 DEBG 'start-script' stdout output:
    -P INPUT DROP
    -P FORWARD ACCEPT
    -P OUTPUT DROP
    -A INPUT -i tun0 -j ACCEPT
    -A INPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT
    -A INPUT -i eth0 -p udp -m udp --sport 121 -j ACCEPT
    -A INPUT -s 192.168.1.0/24 -d 172.17.0.0/16 -i eth0 -p tcp -j ACCEPT
    -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT
    -A INPUT -i lo -j ACCEPT
    -A OUTPUT -o tun0 -j ACCEPT
    -A OUTPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT
    -A OUTPUT -o eth0 -p udp -m udp --dport 121 -j ACCEPT
    -A OUTPUT -s 172.17.0.0/16 -d 192.168.1.0/24 -o eth0 -p tcp -j ACCEPT
    -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT
    -A OUTPUT -o lo -j ACCEPT

    2019-03-23 16:34:47,500 DEBG 'start-script' stdout output:
    --------------------

    2019-03-23 16:34:47,501 DEBG 'start-script' stdout output:
    [info] Starting OpenVPN...

    2019-03-23 16:34:47,534 DEBG 'start-script' stdout output:
    Sat Mar 23 16:34:47 2019 WARNING: file 'credentials.conf' is group or others accessible
    Sat Mar 23 16:34:47 2019 OpenVPN 2.4.6 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 24 2018
    Sat Mar 23 16:34:47 2019 library versions: OpenSSL 1.1.1a 20 Nov 2018, LZO 2.10

    2019-03-23 16:34:47,535 DEBG 'start-script' stdout output:
    [info] OpenVPN started

    2019-03-23 16:34:47,536 DEBG 'start-script' stdout output:
    Sat Mar 23 16:34:47 2019 TCP/UDP: Preserving recently used remote address: [AF_INET]146.0.32.121:1194
    Sat Mar 23 16:34:47 2019 UDP link local: (not bound)
    Sat Mar 23 16:34:47 2019 UDP link remote: [AF_INET]146.0.32.121:1194

    2019-03-23 16:34:47,536 DEBG 'start-script' stdout output:
    Sat Mar 23 16:34:47 2019 write UDP: Operation not permitted (code=1)

    2019-03-23 16:34:49,965 DEBG 'start-script' stdout output:
    Sat Mar 23 16:34:49 2019 write UDP: Operation not permitted (code=1)

    2019-03-23 16:34:53,607 DEBG 'start-script' stdout output:
    Sat Mar 23 16:34:53 2019 write UDP: Operation not permitted (code=1)

    2019-03-23 16:35:01,402 DEBG 'start-script' stdout output:
    Sat Mar 23 16:35:01 2019 write UDP: Operation not permitted (code=1)

    2019-03-23 16:35:17,675 DEBG 'start-script' stdout output:
    Sat Mar 23 16:35:17 2019 [UNDEF] Inactivity timeout (--ping-exit), exiting

    2019-03-23 16:35:17,675 DEBG 'start-script' stdout output:
    Sat Mar 23 16:35:17 2019 SIGTERM[soft,ping-exit] received, process exiting

  7. 1 hour ago, binhex said:

    Your have a invalid ovpn file would be my guess, the remote line should always define the hostname and port.

    Sent from my EML-L29 using Tapatalk
     

    My opvn file lookes like this + code 

    in the remote line there should pe a port number. What port number? my outgoing, the dockers port number, the portnumber of my provider ?

    Thanks for the great work of making the dockers. Im running alot of yours.

     

    remote lu.vpnunlimitedapp.com
    client
    dev tun
    reneg-sec 0
    persist-tun
    persist-key
    ping 5
    ping-exit 30
    nobind
    comp-lzo no
    remote-random
    remote-cert-tls server
    auth-nocache
    route-metric 1
    <ca>
    -----BEGIN CERTIFICATE-----

  8. I am getting a error that VPN_PORT not found.. anyone that can help me

    Quote


    2019-03-23 10:34:58.507145 [info] PUID defined as '99'
    2019-03-23 10:34:58.575596 [info] PGID defined as '100'
    2019-03-23 10:34:58.666036 [info] UMASK defined as '000'
    2019-03-23 10:34:58.726097 [info] Permissions already set for volume mappings
    2019-03-23 10:34:58.792529 [info] VPN_ENABLED defined as 'yes'
    2019-03-23 10:34:58.867540 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/openvpn.ovpn
    dos2unix: converting file /config/openvpn/openvpn.ovpn to Unix format...
    2019-03-23 10:34:58.958336 [info] VPN remote line defined as 'remote lu.vpnunlimitedapp.com'
    2019-03-23 10:34:59.021928 [info] VPN_REMOTE defined as 'lu.vpnunlimitedapp.com'
    2019-03-23 10:34:59.084107 [crit] VPN_PORT not found in /config/openvpn/openvpn.ovpn, exiting...

     
×
×
  • Create New...