I am new at ipf and have read numerous resources. I am trying to have SNMP traps received by a server, redirected to another server on a different port. The rule I am trying to use is as follows
rdr bge0 0.0.0.0/8 port 162 -> 10.170.24.127 port 7900 udp here is what I get when I try to start up cat /etc/opt/ipf/ipf.conf rdr bge0 0.0.0.0/8 port 162 -> 10.170.24.127 port 7900 udp ./S65ipfboot stop ./S65ipfboot start syntax error error at "bge0", line 1 ./S65ipfboot: load of /etc/opt/ipf/ipf.conf into alternate set failed Not switching config due to load error.
