Как из локальной сети запретить 80 порт конк&
-
Нужно запретить 80 порт с ip 10.10.0.10 на wan.
Делаю так Firewall: Rules - LAN
Blokc IPv4 TCP 10.10.0.10 80 (HTTP) * 80 (HTTP) * none
И не работает.
Что я делаю не так? -
Source port должен быть any=не задан, а не 80.
в комментарии к Source port range написано:
Specify the source port or port range for this rule. This is usually random and almost never equal to the destination port range (and should usually be "any").
-
Source port должен быть any=не задан, а не 80.
в комментарии к Source port range написано:
Specify the source port or port range for this rule. This is usually random and almost never equal to the destination port range (and should usually be "any").
Спасибо заработало.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.