Beiträge von DerBesserwisser

    So I got an instance of MineOS running on my OpenMediaVault Server in a VirtualBox VM. Unfortunately the clients can't connect to it:
    - Connecting to the MineOS webinterface (on the instance on the OMV system) works without problems (port 8080)
    - if the VM runs on the desktop, the client is able connect to it (via port 25565, MineOS default server port)
    - on both systems, the VMs network conection type is set to bridged


    my totally uneducated guess is that the firewall that comes with OMV blocks connections on port 25565 (?)


    Anybody could help me out on the config side ?


    I configured the following rule, for TCP and UDP (I removed the first 3 bytes from the ip-addresses)
    dir: INPUT
    Action: Accept
    Source: ...1-...100
    SourcePort: 25565
    Destination: ...11
    DestinationPort: 25565
    Protocoll: TCP (/UDP)
    no extra options


    but the connection is refused if I try to connect to the MineOS (virtual) server or the OMV ip via telnet on mc-server port