All of lore.kernel.org
 help / color / mirror / Atom feed
* what's the problem of DNAT
@ 2005-10-31  3:31 Buddy wu
  2005-10-31  5:24 ` Buddy wu
  2005-10-31  6:59 ` Henrik Nordstrom
  0 siblings, 2 replies; 7+ messages in thread
From: Buddy wu @ 2005-10-31  3:31 UTC (permalink / raw)
  To: netfilter

   I use '/sbin/iptables -t nat -A PREROUTING -d InternetAddr -p tcp 
--dport 80 -j DNAT --to 192.168.16.100:8087' it can work, but if I use
8087 instead of 80,like follows:
/sbin/iptables -t nat -A PREROUTING -d InternetAddr -p tcp  --dport
8087 -j DNAT --to 192.168.16.100:8087 then it can't work. what's wrong
with it ?


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-10-31 13:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-31  3:31 what's the problem of DNAT Buddy wu
2005-10-31  5:24 ` Buddy wu
2005-10-31  6:59 ` Henrik Nordstrom
2005-10-31  7:58   ` Buddy wu
2005-10-31  8:10     ` Rob Sterenborg
2005-10-31  8:26       ` Buddy wu
2005-10-31 13:25         ` Henrik Nordstrom

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.