iptables unable to use same target -


i unable use same target under iptables. can please?

iptables v1.4.21 kernel: 3.16.7

iptables -t nat -a postrouting -o eth0 -j same --to 1.2.3.4-1.2.3.7 iptables: no chain/target/match name.

according iptables-extensions's man page, same target superseded --persistent flag of dnat target:

--persistent

gives client same source-/destination-address each connection. supersedes same target. support persistent mappings available 2.6.29-rc2.


Comments

Popular posts from this blog

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -

Qt4: how to send QString inside a struct via QSharedMemory -

node.js - On Gitbash - Bower : ENOGIT git is not installed or not in the PATH -