Jump to content

iZChae

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

iZChae's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Wow, I would've never thought that something that simple would be the solution. It is working now but when I try to login with the default username/password for qBittorrent, I am getting an error saying the username/password is incorrect. Any solutions for that? Thank you in advance for all the help.
  2. Hi, I am new to Unraid and having trying to install qBittorrentvpn using ProtonVPN's wireguard config but I can't seem to be able to get it to work. Initially I had filled out the username and password sections/values and selected ProntonVPN from the providers list but it gave me the same results when I leave them blank. I figured the information would be grabbed from the provided config file I downloaded from Pronton's site. Here is the log I am getting (I removed the date+time info): -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT -A OUTPUT -o lo -j ACCEPT -A OUTPUT -o wg0 -j ACCEPT -A OUTPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT -A OUTPUT -d 138.199.7.129/32 -o eth0 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8080 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --sport 8080 -j ACCEPT -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT -A OUTPUT -o lo -j ACCEPT -A OUTPUT -o wg0 -j ACCEPT xxxxxxxxxxxxxxxx:35,660 DEBG 'start-script' stdout output: -------------------- xxxxxxxxxxxxxxxx:35,660 DEBG 'start-script' stdout output: [info] Attempting to bring WireGuard interface 'up'... xxxxxxxxxxxxxxxx:35,664 DEBG 'start-script' stderr output: Warning: `/config/wireguard/wg0.conf' is world accessible xxxxxxxxxxxxxxxx:35,668 DEBG 'start-script' stderr output: [#] ip link add wg0 type wireguard xxxxxxxxxxxxxxxx:35,669 DEBG 'start-script' stderr output: [#] wg setconf wg0 /dev/fd/63 xxxxxxxxxxxxxxxx:35,670 DEBG 'start-script' stderr output: [#] ip -4 address add 10.2.0.2/32 dev wg0 xxxxxxxxxxxxxxxx:35,673 DEBG 'start-script' stderr output: [#] ip link set mtu 1420 up dev wg0 xxxxxxxxxxxxxxxx:35,674 DEBG 'start-script' stderr output: [#] resolvconf -a wg0 -m 0 -x xxxxxxxxxxxxxxxx:35,679 DEBG 'start-script' stderr output: could not detect a useable init system xxxxxxxxxxxxxxxx:35,697 DEBG 'start-script' stderr output: [#] wg set wg0 fwmark 51820 xxxxxxxxxxxxxxxx:35,697 DEBG 'start-script' stderr output: [#] ip -4 route add 0.0.0.0/0 dev wg0 table 51820 xxxxxxxxxxxxxxxx:35,698 DEBG 'start-script' stderr output: [#] ip -4 rule add not fwmark 51820 table 51820 xxxxxxxxxxxxxxxx:35,699 DEBG 'start-script' stderr output: [#] ip -4 rule add table main suppress_prefixlength 0 xxxxxxxxxxxxxxxx:35,701 DEBG 'start-script' stderr output: [#] sysctl -q net.ipv4.conf.all.src_valid_mark=1 xxxxxxxxxxxxxxxx:35,701 DEBG 'start-script' stderr output: [#] iptables-restore -n xxxxxxxxxxxxxxxx:35,703 DEBG 'start-script' stderr output: [#] '/root/wireguardup.sh' xxxxxxxxxxxxxxxx:42,997 DEBG 'start-script' stdout output: [info] Attempting to get external IP using 'http://checkip.amazonaws.com'... xxxxxxxxxxxxxxxx:43,436 DEBG 'start-script' stdout output: [info] Successfully retrieved external IP address 138.199.7.130 xxxxxxxxxxxxxxxx:43,437 DEBG 'start-script' stdout output: [info] WireGuard interface 'up' xxxxxxxxxxxxxxxx:43,437 DEBG 'start-script' stdout output: [info] Script started to assign incoming port for 'protonvpn' xxxxxxxxxxxxxxxx:45,448 DEBG 'start-script' stdout output: [info] ProtonVPN username 'vpn username' does not contain the suffix '+pmp' and therefore is not enabled for port forwarding, skipping port forward assignment... [info] Script finished to assign incoming port xxxxxxxxxxxxxxxx:45,449 DEBG 'start-script' stderr output: kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec] Any help getting this fixed would be highly appreciated.
×
×
  • Create New...