haugene/transmission-openvpn port forwarding

  • Hello,



    haugene/transmission-openvpn port forwarding. I am trying to forward the 9091 & 51413 ports. I did the setup in the router but I couldn't set up in the haugene/transmission-openvpn docker.
    I enabled the port forwarding in the config but it doesn't work.
    I don't see the "CONFIGURING PORT FORWARDING" in my log.

  • Thet problem is the ipv6. All my ports bound to this.
    I tried to disable with the following commands:
    net.ipv6.conf.all.disable_ipv6 = 1
    net.ipv6.conf.default.disable_ipv6 = 1
    net.ipv6.conf.lo.disable_ipv6 = 1
    net.ipv6.conf.eth0.disable_ipv6 = 1
    net.ipv6.conf.eth1.disable_ipv6 = 1
    net.ipv6.conf.ppp0.disable_ipv6 = 1
    net.ipv6.conf.tun0.disable_ipv6 = 1


    Now the ipv6 disabled. I'm getting 1 to cat /proc/sys/net/ipv6/conf/all/disable_ipv6
    But I am still getting this:


    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 0.0.0.0:netbios-ssn 0.0.0.0:* LISTEN 1644/smbd
    tcp 0 0 0.0.0.0:sunrpc 0.0.0.0:* LISTEN 581/rpcbind
    tcp 0 0 0.0.0.0:http 0.0.0.0:* LISTEN 1127/nginx: master
    tcp 0 0 0.0.0.0:ssh 0.0.0.0:* LISTEN 1026/sshd
    tcp 0 0 localhost:2812 0.0.0.0:* LISTEN 1093/monit
    tcp 0 0 0.0.0.0:microsoft-ds 0.0.0.0:* LISTEN 1644/smbd
    tcp 0 0 localhost:nut 0.0.0.0:* LISTEN 1875/upsd
    tcp 0 0 0.0.0.0:4200 0.0.0.0:* LISTEN 1140/shellinaboxd
    tcp6 0 0 [::]:netbios-ssn [::]:* LISTEN 1644/smbd
    tcp6 0 0 [::]:sunrpc [::]:* LISTEN 581/rpcbind
    tcp6 0 0 [::]:ftp [::]:* LISTEN 1196/proftpd: (acce
    tcp6 0 0 [::]:ssh [::]:* LISTEN 1026/sshd
    tcp6 0 0 [::]:microsoft-ds [::]:* LISTEN 1644/smbd
    tcp6 0 0 [::]:8000 [::]:* LISTEN 1452/docker-proxy
    tcp6 0 0 [::]:9091 [::]:* LISTEN 1449/docker-proxy
    tcp6 0 0 [::]:60935 [::]:* LISTEN 1428/docker-proxy


    I think I have to create a new network birgde with the forced ipv6 disable. If am I right the default setting is ipv6 disabled?
    I going to try this method.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!