]> git.pld-linux.org Git - packages/kernel.git/commit
- replaced by userspace tools
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 9 Dec 2012 17:17:30 +0000 (18:17 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 9 Dec 2012 17:17:30 +0000 (18:17 +0100)
commitc41d72b9c4d812cef0978452f3f5eab95b357732
treea6eeb45aa29e3a99c818bcf3d45fbec469a51335
parente915af4e2f47257947db75e07fc377cc4f90c2e5
- replaced by userspace tools

1. Register user-space helper:
nfct helper add rpc inet tcp
nfct helper add rpc inet udp
2. Add iptables rule using the CT target:
iptables -I OUTPUT -t raw -p tcp --dport 111 -j CT --helper rpc
iptables -I OUTPUT -t raw -p udp --dport 111 -j CT --helper rpc
3. Add configuration to conntrackd.conf:
Helper {
Type rpc inet udp {
QueueNum 1
QueueLen 10240
Policy rpc {
ExpectMax 1
ExpectTimeout 300
}
}
Type rpc inet tcp {
QueueNum 2
QueueLen 10240
Policy rpc {
ExpectMax 1
ExpectTimeout 300
}
}
}
kernel-pom-ng-rpc.patch [deleted file]
This page took 0.059576 seconds and 4 git commands to generate.