opensim-tools – Diff between revs 81 and 82

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 81 Rev 82
Line 23... Line 23...
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 Maximize-Throughput
-   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
28 # Accept related 30 # Accept related
29 iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT 31 iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
30 # SSH 32 # SSH
31 iptables -A INPUT -i eth0 -p tcp --dport 54377 -j ACCEPT 33 iptables -A INPUT -i eth0 -p tcp --dport 54377 -j ACCEPT
32 # OpenSim 34 # OpenSim