Learn how to manage your server network and firewall.
ufw
rule on your server, this will not be reflected in the Forge dashboard. Forge is only aware of rules created via the Forge dashboard.21
.
For added security, you can restrict opened ports to specific IP addresses.
In the “From IP Address” field, you can provide multiple IP addresses by entering a list of comma separated IP addresses. For example: 192.168.1.1,192.168.1.2,192.168.1.3
.
8000:8010
), which will open every port from 8000
to 8010
.
deny
rule, you will be preventing traffic from reaching the service.
deny
rules work correctly, they are added at a higher priority than allow
rules. Each new deny
rule for IPv4 addresses will be added above any existing deny
rules. UFW does not currently support IPv6 rules at first priority.ufw
for the firewall, so once you’ve connected to the server you need to run the following as root
:
server:manage-network
permission.