opensim-tools – Diff between revs 27 and 80

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 27 Rev 80
Line 18... Line 18...
18 ip6tables -A INPUT -j sshguard 18 ip6tables -A INPUT -j sshguard
19 # Drop by default 19 # Drop by default
20 iptables -P INPUT DROP 20 iptables -P INPUT DROP
21 # Always accept loopback 21 # Always accept loopback
22 iptables -A INPUT -i lo -j ACCEPT 22 iptables -A INPUT -i lo -j ACCEPT
-   23 # Measure idle for suspend
-   24 iptables -A INPUT -i eth0 -p tcp --dport 9000 -j IDLETIMER --timeout 60 --label spectacledowl
23 # Accept related 25 # Accept related
24 iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT 26 iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
25 # SSH 27 # SSH
26 iptables -A INPUT -i eth0 -p tcp --dport 54377 -j ACCEPT 28 iptables -A INPUT -i eth0 -p tcp --dport 54377 -j ACCEPT
27 # OpenSim 29 # OpenSim