Search results

  1. M

    How to configure Docker's NAT?

    How do I configure this to log in to the server? If the rules are removed via iptables -t nat -F - then the server enters but the Ip of the players is "172.18.0.1"
  2. M

    Why does iproute2 not want to send packets to the docker network?

    vds 1: https://ibb.co/cXFjbq4 vds 2: https://ibb.co/tBWsvkK I configure iproute2 with this script https://pastebin.com/nxgJAMbF , I run the script on vds 2, on vds 1 I drive iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 25565 -j DNAT --to 10.228.228.2:25565 iptables -t nat -A PREROUTING...
Top