Re: [Hampshire] Another iptables question

2012-02-02 Thread NeilS
On Thu, Feb 2, 2012, at 01:03 AM, Daniel Llewellyn wrote: the reverse of a DNAT (which is Destination NAT), is SNAT (Source NAT), e.g. iptables -t nat -A POSTROUTING -p tcp --dport $TCP_PORT -j SNAT --to-source your.host.ip.address Excellent! Thanks very much for the reply, that seems to

[Hampshire] Another iptables question

2012-02-01 Thread NeilS
Hello Everyone, This is probably quite a simple question compared to the last similar thread. I'm a bit out of my comfort zone, so I wonder if someone can assist. I am trying to get a server to route a TCP connection to a specific destination port between networks. One is a physical network,

Re: [Hampshire] Another iptables question

2012-02-01 Thread Daniel Llewellyn
On Wed, Feb 1, 2012 at 23:11, NeilS neil.s.mailingli...@imap.cc wrote: Hello Everyone, This is probably quite a simple question compared to the last similar thread. I'm a bit out of my comfort zone, so I wonder if someone can assist. I am trying to get a server to route a TCP connection to