Skip to content

ddrown/xt_SB6183

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The SB6183 cable modem randomly drops TCP packets with the TCP Timestamp option set. This netfilter module works around that by setting TCP Timestamp option to TCP option 253 (experimental).

to make the kernel module, set KDIR makefile variable, then "make"

to make the ip6tables module, set IPTABLES_SRC makefile variable, then "make libxt_SB6183.so" the result goes in /lib*/xtables/

Testing sending 50 tcp syn packets to 3 different networks:

timestamp set in header, using -j TCPOPTSTRIP --strip-options timestamp: 40/150 Lost
timestamp set in header, using -j SB6183: 2/150 Lost
timestamp not set in header: 2/150 Lost

example iptables command: ip6tables -t mangle -I FORWARD -p tcp --tcp-option 8 -o enp4s0 -j SB6183

About

workaround bugs in the SB6183 cable modem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published