opensim-tools – Diff between revs 80 and 81

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