mirror of
https://github.com/gnuton/asuswrt-merlin.ng.git
synced 2025-05-19 07:51:46 +02:00
9 lines
489 B
Bash
Executable file
9 lines
489 B
Bash
Executable file
#insert dyntos module and modules it depends on
|
|
insmod /lib/modules/2.6.30/kernel/net/netfilter/nf_conntrack.ko
|
|
insmod /lib/modules/2.6.30/kernel/net/netfilter/nf_dyndscp.ko
|
|
|
|
#configure WAN2LAN DSCP Transmark table
|
|
echo add 0x38 0x20 >/proc/net/netfilter/nf_dyndscp_w2ldscp_transtbl
|
|
echo add 0x30 0x20 >/proc/net/netfilter/nf_dyndscp_w2ldscp_transtbl
|
|
echo add 0x2E 0x30 >/proc/net/netfilter/nf_dyndscp_w2ldscp_transtbl
|
|
echo add 0x28 0x30 >/proc/net/netfilter/nf_dyndscp_w2ldscp_transtbl
|