|
Coffee Lounge Talk amongst other community members. |
|
LinkBack | Topic Tools | Rate Topic |
|
|||
shaw discarding certain packets (applies to all shaw customers)
|
|
|||
holy fuck. that would explainwhy soulseek upload speeds are crap (3kb/s) and why its gonna take me another 12 days (!!!) to finish downloading NFSU2 from bittorrent!!! (1.5KB/s wtf!) heres something else i found that supports this affecting bit torrent: http://209.123.109.175/forum/remark,...shaw~mode=flat
|
|
|||
|
|||
wow.
My computer at home is soooooo fucking slow at times, but I thought that it could just be that my cable is split two ways. Definitely gonna talk to my mom about this and see if she wants to look into switching. What a bunch of crap! |
|
|||
Quote:
I need to find some of the old ones I was using that blocked all sorts of malformed packets/port 0, limited ICMP rates/etc. |
|
|||
kind of like this? ;P
iptables --new ICMP 2>/dev/null iptables -A INPUT --proto icmp -j ICMP iptables -A ICMP -p icmp --icmp-type echo-reply -j ACCEPT iptables -A ICMP -p icmp --icmp-type destination-unreachable -j LOG iptables -A ICMP -p icmp --icmp-type network-unreachable -j LOG iptables -A ICMP -p icmp --icmp-type host-unreachable -j LOG iptables -A ICMP -p icmp --icmp-type protocol-unreachable -j LOG iptables -A ICMP -p icmp --icmp-type port-unreachable -j ACCEPT iptables -A ICMP -p icmp --icmp-type fragmentation-needed -j DROP iptables -A ICMP -p icmp --icmp-type source-route-failed -j LOG iptables -A ICMP -p icmp --icmp-type network-unknown -j LOG iptables -A ICMP -p icmp --icmp-type host-unknown -j LOG iptables -A ICMP -p icmp --icmp-type network-prohibited -j LOG iptables -A ICMP -p icmp --icmp-type host-prohibited -j LOG iptables -A ICMP -p icmp --icmp-type TOS-network-unreachable -j LOG iptables -A ICMP -p icmp --icmp-type TOS-host-unreachable -j LOG iptables -A ICMP -p icmp --icmp-type communication-prohibited -j LOG iptables -A ICMP -p icmp --icmp-type host-precedence-violation -j DROP iptables -A ICMP -p icmp --icmp-type precedence-cutoff -j DROP iptables -A ICMP -p icmp --icmp-type source-quench -j DROP iptables -A ICMP -p icmp --icmp-type redirect -j DROP iptables -A ICMP -p icmp --icmp-type network-redirect -j DROP iptables -A ICMP -p icmp --icmp-type host-redirect -j DROP iptables -A ICMP -p icmp --icmp-type TOS-network-redirect -j DROP iptables -A ICMP -p icmp --icmp-type TOS-host-redirect -j DROP iptables -A ICMP -p icmp --icmp-type echo-request -j LOG iptables -A ICMP -p icmp --icmp-type router-advertisement -j DROP iptables -A ICMP -p icmp --icmp-type router-solicitation -j DROP iptables -A ICMP -p icmp --icmp-type time-exceeded -j LOG iptables -A ICMP -p icmp --icmp-type ttl-zero-during-transit -j LOG iptables -A ICMP -p icmp --icmp-type ttl-zero-during-reassembly-j LOG iptables -A ICMP -p icmp --icmp-type parameter-problem -j LOG iptables -A ICMP -p icmp --icmp-type ip-header-bad -j LOG iptables -A ICMP -p icmp --icmp-type required-option-missing -j LOG iptables -A ICMP -p icmp --icmp-type timestamp-request -j DROP iptables -A ICMP -p icmp --icmp-type timestamp-reply -j DROP iptables -A ICMP -p icmp --icmp-type address-mask-request -j DROP iptables -A ICMP -p icmp --icmp-type address-mask-reply -j DROP iptables -A ICMP -p icmp -j DROP |
|
|||
Quote:
|
|
|||
Quote:
|
|
|||
damn straight it's a waste of bandwidth. We've come to the conclusion that using nonstandard ports to send data (like p2p/bt) seems to be overlooked, as it just seems to go after specific ports which is probably the case. They can't monitor every packet going to every port and check headers to all their customers.
They are basically just trying to get more bandwidth for the dollar by elminiating 50% of the p2p packets being transfered through shaw's routers. |