I figure out the cause, enable ip forwarding to fix the rdr issue: ndd -set /dev/ip ip_forwarding 1
James On Fri, Sep 23, 2011 at 1:22 PM, James Huang <[email protected]> wrote: > I just put 'any' onto the rule string, once ipnat load, it converts to ' > 0.0.0.0/32', and it works well on solaris 8. > > > > On Fri, Sep 23, 2011 at 11:38 AM, a b <[email protected]> wrote: > >> rdr eri0 0.0.0.0/0 port 16398 -> 172.25.128.236 port 12000 udp >> >> Shouldn't that be "0/32" instead of "0.0.0.0/0"? >> >> >
