This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
installation:01-operating-system [2020/01/26 13:06] mpospisek [VMware tools] |
installation:01-operating-system [2020/03/25 21:13] (current) mpospisek ↷ Page name changed from installation:operating-system to installation:01-operating-system |
||
|---|---|---|---|
| Line 113: | Line 113: | ||
| -A INPUT -p tcp --dport 22 -m state --state NEW -m recent ! --rcheck --seconds 60 --hitcount 4 --name ssh --rsource -j ACCEPT | -A INPUT -p tcp --dport 22 -m state --state NEW -m recent ! --rcheck --seconds 60 --hitcount 4 --name ssh --rsource -j ACCEPT | ||
| -A INPUT -p tcp -m state --state NEW -m tcp --dport 80 -j ACCEPT | -A INPUT -p tcp -m state --state NEW -m tcp --dport 80 -j ACCEPT | ||
| - | -A INPUT -p tcp -m state --state NEW -m tcp --dport 8080 -j ACCEPT | ||
| - | -A INPUT -p tcp -m state --state NEW -m tcp --dport 8081 -j ACCEPT | ||
| - | -A INPUT -p tcp -m state --state NEW -m tcp --dport 8086 -j ACCEPT | ||
| -A INPUT -p tcp -m state --state NEW -m tcp --dport 443 -j ACCEPT | -A INPUT -p tcp -m state --state NEW -m tcp --dport 443 -j ACCEPT | ||
| -A INPUT -p tcp -m state --state NEW -m tcp --dport 61616 -j ACCEPT | -A INPUT -p tcp -m state --state NEW -m tcp --dport 61616 -j ACCEPT | ||
| Line 163: | Line 160: | ||
| </ | </ | ||
| + | [<> | ||