opensim-tools – Diff between revs 82 and 83

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 82 Rev 83
Line 22... Line 22...
22 iptables -A INPUT -i lo -j ACCEPT 22 iptables -A INPUT -i lo -j ACCEPT
23 # Measure idle for suspend 23 # Measure idle for suspend
24 iptables -A INPUT -i eth0 -p tcp --dport 9000 -j IDLETIMER --timeout 60 --label spectacledowl 24 iptables -A INPUT -i eth0 -p tcp --dport 9000 -j IDLETIMER --timeout 60 --label spectacledowl
25 # Shaping traffic 25 # Shaping traffic
26 iptables -t mangle -A PREROUTING -p tcp --dport 9000 -j TOS --set-tos Minimize-Delay 26 iptables -t mangle -A PREROUTING -p tcp --dport 9000 -j TOS --set-tos Minimize-Delay
27 iptables -t mangle -A PREROUTING -p udp --dport 9000 -j TOS --set-tos Maximize-Throughput 27 iptables -t mangle -A PREROUTING -p udp --dport 9000 -j TOS --set-tos Minimize-Delay
28 iptables -t mangle -A PREROUTING -p tcp --sport 9000 -j TOS --set-tos Minimize-Delay 28 iptables -t mangle -A PREROUTING -p tcp --sport 9000 -j TOS --set-tos Minimize-Delay
29 iptables -t mangle -A PREROUTING -p udp --sport 9000 -j TOS --set-tos Maximize-Throughput 29 iptables -t mangle -A PREROUTING -p udp --sport 9000 -j TOS --set-tos Minimize-Delay
30 # Accept related 30 # Accept related
31 iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT 31 iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
32 # SSH 32 # SSH
33 iptables -A INPUT -i eth0 -p tcp --dport 54377 -j ACCEPT 33 iptables -A INPUT -i eth0 -p tcp --dport 54377 -j ACCEPT
34 # OpenSim 34 # OpenSim