TheStork
Occasional Visitor
Many of the examples around NAT scripts on this forum and in the documentation on GitHub use the chain 'VSERVER' for iptables, e.g. :
My understanding of iptables is still relatively basic, but I have a rough idea what e.g. the POSTROUTING, PREROUTING and OUTPUT chains are for. However, could someone please clarify where (and why) a VSERVER chain comes into play?
Thanks in advance.
iptables -t nat -I VSERVER 3 -p tcp -m tcp -s 10.10.10.10 --dport 3389 -j DNAT --to 192.168.1.100
My understanding of iptables is still relatively basic, but I have a rough idea what e.g. the POSTROUTING, PREROUTING and OUTPUT chains are for. However, could someone please clarify where (and why) a VSERVER chain comes into play?
Thanks in advance.