Hi Everyone,
My apologies if this is the wrong list. I did not see a Users list at https://lists.ipfire.org/mailman/listinfo . Please let me know a better list if one is available.
I'm following https://wiki.ipfire.org/configuration/firewall/rules/port-forwarding. I've setup a port forwarding rule to send inbound TCP|UDP/1522 traffic to an internal host/22 (i.e., forward to SSH). See https://postimg.cc/image/ubpzpkaaf/ .
Inspecting the Firewall Log shows the traffic is being DROP_INPUT. See https://s15.postimg.cc/sl6ynm2wr/Firewall-2.png .
I don't understand two items. First, why is this listed under Outgoing Firewall Rules? This is something to handle incoming traffic, not outgoing traffic.
Second, the "Destination" and the "Firewall: 22" part. I'm pretty sure I configured <any>:1522 to forward to <internal host>:22.
How does one forward <incoming>:1522 to <host>:22? What am I doing wrong? Is there an easier way to do this?