Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)PO
Posts
43
Comments
438
Joined
10 mo. ago

  • Well then your forwarding hook is broken and won’t work for the second VM.

    Because of the lack of clarity, I assume you meant something was wrong with the elif statement, so I ditched that.

     
        
        /sbin/iptables -t nat -I PREROUTING -p tcp --dport $HOST_PORT2 -j DNAT --to $GUEST_IP:$GUEST_PORT2
       fi
    fi
    if [ "${1}" = "Nginx" ]; then
    
      

    My goal is to isolate Jellyfin and nginx from my seeing network. I'm not following any guide that wasn't linked in the post.

    I want the VM so my system is more modular and secure.