Displaying 2 results from an estimated 2 matches for "ip_always_defrag".
2006 Feb 04
1
local port redirect not working on Centos4
Hello,
I want to redirect one local port to another. I am using the following:
iptables -t nat -A PREROUTING -p tcp --dport 7003 -j REDIRECT --to-ports 80
and testing it by telneting to localhost on port 7003. It works on
Centos3, not on Centos4.
No luck with this either:
iptables -t nat -A PREROUTING -p tcp --dport 7002 -j DNAT --to 127.0.0.1:80
Am I doing something wrong? Or did something
2002 Aug 20
2
Upgrade broke file locking
...8.13 Driver 4.90.18
RAM: 1Gb
Modified system parameters:
---------------------------
kernel.sysrq = 0
fs.file-max = 32767
fs.inode-max = 65535
vm.freepages = 768 2048 4096
net.core.rmem_default = 262144
net.core.rmem_max = 4194304
net.core.wmem_default = 262144
net.core.wmem_max = 4194304
net.ipv4.ip_always_defrag = 0
net.ipv4.conf.all.rp_filter = 1
net.ipv4.ip_forward = 0
Global section of smb.conf and a sample share
---------------------------------------------
[global]
workgroup = BACKBONE
server string = NT v6 File Server
security = server
encrypt passwords = Yes...