Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende Überarbeitung | |||
| firewall [17.11.2019 12:10] – havelock | firewall [17.11.2019 12:11] (aktuell) – havelock | ||
|---|---|---|---|
| Zeile 14: | Zeile 14: | ||
| < | < | ||
| ip6tables -N firmware-update | ip6tables -N firmware-update | ||
| - | ip6tables -A firmware-update -s <IPv6 vom Knoten -p tcp --dport 80 -m comment --comment " | + | ip6tables -A firmware-update -s <IPv6 vom Knoten> -p tcp --dport 80 -m comment --comment " | 
| ip6tables -A firmware-update -j LOG --log-prefix " | ip6tables -A firmware-update -j LOG --log-prefix " | ||
| ip6tables -A firmware-update -j REJECT | ip6tables -A firmware-update -j REJECT | ||
| + | |||
| + | ip6tables -I INPUT -p tcp --dport 80 -j firmware-update | ||
| </ | </ | ||
| + | |||