Hello.
ROS 7.13.3
Just writing some firewall rules for RAW table and saw the “forward” as available value for chain parameter. Is it error or some new feature (specially one more time looked at Packet Flow - did not find this chain)?
Hello.
ROS 7.13.3
Just writing some firewall rules for RAW table and saw the “forward” as available value for chain parameter. Is it error or some new feature (specially one more time looked at Packet Flow - did not find this chain)?
Always the RAW chain is before Input and Forward chains /in prerouting chain/ and in Output chain too!
P.S.
Such a chain may appear if you manually added it with an action=jump with exactly that name
It’s my mistake - erroneously added a rule to the forward chain in the RAW table - and ROS created a forward chain, so it appears in tab complete for chain
Didnt understand any of that, when I go to the RAW Rules, there are only two chains available to select, pre-routing and output ???
You can create a chain with his name. TS created a chain with the name “forward” in RAW.