Mikrotik access: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „*/ip firewall filter add chain=input protocol=tcp dst-port=8472 action=accept comment="Allow SSH on port 8472"“) |
|||
| Zeile 1: | Zeile 1: | ||
| + | =Firewall-Regel für Port 8472 hinzufügen= | ||
| + | |||
*/ip firewall filter add chain=input protocol=tcp dst-port=8472 action=accept comment="Allow SSH on port 8472" | */ip firewall filter add chain=input protocol=tcp dst-port=8472 action=accept comment="Allow SSH on port 8472" | ||
| + | |||
| + | =SSH-Port auf 8472 ändern= | ||
| + | |||
| + | */ip service set ssh port=8472 | ||
| + | |||
| + | =Firewall-Regeln überprüfen= | ||
| + | |||
| + | */ip firewall filter print | ||
| + | |||
| + | =SSH-Einstellungen überprüfen= | ||
| + | |||
| + | */ip ssh print | ||
Aktuelle Version vom 22. September 2024, 20:02 Uhr
Firewall-Regel für Port 8472 hinzufügen
- /ip firewall filter add chain=input protocol=tcp dst-port=8472 action=accept comment="Allow SSH on port 8472"
SSH-Port auf 8472 ändern
- /ip service set ssh port=8472
Firewall-Regeln überprüfen
- /ip firewall filter print
SSH-Einstellungen überprüfen
- /ip ssh print