Displaying 2 results from an estimated 2 matches for "jredirect".
Did you mean:
redirect
2012 Sep 28
0
OT: forwarding SNMP traps
...s. One of them is basically ignoring the traps, but I can't just change the ip address (to
give to Zenoss) because of other things the host is doing.
So instead I'd like to simply forward the snmp traps to the new zenoss system. I've tried a
couple different forwarding programs, like jredirect and a python script I found while
searching. I use jredirect to forward some other things, but I'm guessing it doesn't like udp.
I've also tried figuring out snmptrapd and snmpd without any success at all.
Last, I tried simply using iptables with something like:
# iptables -t nat -A...
2005 Jan 20
0
iptables and squid
hi
I need to exclude some ip addres and a lan in a rule of iptables that
redirect the www to my squid proxy.
The rule is
iptables -t nat -A PREROUTING -i eth0 -d ! 192.168.200.220 -ptcp --dport
80 -jREDIRECT --to-ports 3128
PS: i use this rule to redirect squid proxy in this machine that not is
my firewall linux (is a faq of shorewall redirect with iproute).
How could i exclude some ip address to this line? i always use shorewall
so i don''t know to write with hand the line..
thankx to helpin...