All of lore.kernel.org
 help / color / mirror / Atom feed
* Redirecting incoming packets to other port
@ 2006-10-11  8:09 Holger Kinkelin
  2006-10-11  8:48 ` Brent Clark
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Holger Kinkelin @ 2006-10-11  8:09 UTC (permalink / raw)
  To: netfilter

Hello everybody

how can I redirect packets sent to my computer to another port?

I tried: iptables -A PREROUTING -t nat -p udp --dport 5060 --sport
5060 -j DNAT --to-destination 192.168.0.21:5063

This rule is accepted but doesn't do anything. There are no other
rules that could cause side effects.

Regards,
Holger


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

end of thread, other threads:[~2006-10-12  6:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-11  8:09 Redirecting incoming packets to other port Holger Kinkelin
2006-10-11  8:48 ` Brent Clark
2006-10-11  9:44   ` Holger Kinkelin
2006-10-11 10:08     ` Brent Clark
2006-10-12  6:47       ` Holger Kinkelin
2006-10-11 10:04 ` Cedric Blancher
2006-10-11 13:41 ` Mohammad Farooq

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.