Linux Netfilter discussions
 help / color / mirror / Atom feed
* snmptraps incomming on udp port 162 REDIRECT to 4162 not working?
@ 2002-11-05 16:16 Ben Russo
  2002-11-05 17:43 ` Joel Newkirk
  2002-11-05 18:29 ` Antony Stone
  0 siblings, 2 replies; 4+ messages in thread
From: Ben Russo @ 2002-11-05 16:16 UTC (permalink / raw)
  To: netfilter

Hi,

I have a server that performs many functions on a testing/lab network.
I don't really need a firewall, but I do want to restrict users from
having root access.

Sometimes users want to be able to bind a process to a low port like say
an snmptrap receiver to port 162, but the process needs privelages to do
that.

So I had the bright idea of using iptables to redirect the incomming
packets on the low port to a high port that the users program can bind
to without problems.

I tried the following:

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

The user started his program that bound to udp port 4162 (I could see it
while using netstat -nap ).  But his program didn't receive anything?
tcpdump -n | egrep "snmptrap|162 
did show incomming snmptraps to port 162, but "icmp unreachable" replies
were sent back?

Any ideas on how to make this work?

Thanks in advance,
-Ben.



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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-05 16:16 snmptraps incomming on udp port 162 REDIRECT to 4162 not working? Ben Russo
2002-11-05 17:43 ` Joel Newkirk
2002-11-05 18:29 ` Antony Stone
2002-11-05 19:13   ` Ben Russo

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