Linux Netfilter discussions
 help / color / mirror / Atom feed
* redirect doesn't seem to work?
@ 2002-11-05  4:41 Ben Russo
  2002-11-09 12:57 ` Antony Stone
  2002-11-09 13:16 ` Robert P. J. Day
  0 siblings, 2 replies; 3+ messages in thread
From: Ben Russo @ 2002-11-05  4:41 UTC (permalink / raw)
  To: netfilter

Have a UNIX server.  User wants to write programs to receive SNMPTraps.
I *thought* I could redirect incomming traffic to port 162 to a high
port, (like 4162) where the user could have his programs receive the
messages with no special privelages?

Anyway, a completely normal box, no special firewalling rules....
The only rule I create is:

iptables -t nat -A POSTROUTING -p udp -m udp --dport 162 -j REDIRECT
--to-ports 4162

Now, the user starts his program that binds to udp port 4162 ( I can see
it with "netstat -nap" ) but he doesn't see any packets coming in.
I run tcpdump -n | grep snmptrap and I see packets coming from the
network to the server on udp port 162, and the server sending back icmp
unreachable packets back to the sources??

Why doesn't the redirect work?

-Ben.




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

end of thread, other threads:[~2002-11-09 13:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-05  4:41 redirect doesn't seem to work? Ben Russo
2002-11-09 12:57 ` Antony Stone
2002-11-09 13:16 ` Robert P. J. Day

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox