Hello!
I have a server behind one 850Gx2 with a NAT rule for the port 22 to redirect ssh petitions to the server. (chain=dst-nat protocol=tcp in-interface=pppoe-out1 dst-port=22 action=dst-nat to-adress=192.168.1.2). But with this configuration, the servers gets the petition of the internal IP of the router, so my fail2ban bans this internal IP, and in fact, all external petitions to the ssh port.
How I can set up the firewall to redirect the petition with the external IP?
Thank you!