Skip to content

firewall is not allowing on ports #229

@nutpantz

Description

@nutpantz

Distribution

debian 13

Package version

latest build from github

Frequency

Always

Bug description

these are my firewall rules to allow warpinator to use the local network
sudo ufw allow from 192.168.0.0/24 to any port 42000 proto udp
sudo ufw allow from 192.168.2.0/24 to any port 42000 proto tcp
sudo ufw allow from 192.168.0.0/24 to any port 42001 proto udp
sudo ufw allow from 192.168.2.0/24 to any port 42001 proto tcp

sudo ufw allow from any port 42000 proto udp to 192.168.0.0/24
sudo ufw allow from any port 42000 proto tcp to 192.168.2.0/24
sudo ufw allow from any port 42001 proto udp to 192.168.0.0/24
sudo ufw allow from any port 42001 proto tcp to 192.168.2.0/24

with the firewall on it will not connect, with the firewall off it will connect.
what am i missing? warpinator does not require internet does it?

( i always have to manually connect regardless of the firewall)

Steps to reproduce

enable firewall no connect
disable firewall connect

Expected behavior

should connect with correct port open default port is 42000 and 42001

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions