Hello,
I have different printers that we need to be contacted from an outside IP range. They way I set it is through Port Forwarding, like this example:
External Service (PRINTER4) / Internal Service (PRINT) / Internal IP Address (x.x.x.x) / Interfaces (Any)
"PRINTER4" is set to port 9104 whereas "PRINT" is set to port 9100.
This works fine, except that anyone from outside connecting to port 9104 can connect to my printer. This leads to some garbled text printout, very frequently.
I have tried following the answer to this thread :
https://community.cisco.com/t5/network-management/rv340-restrict-port-forwarding-to-specific-ip-address/td-p/4148098
The access rules created are as such:
Action (Allowed) - Services (IPv4:PRINTER4) - Source Interface (WAN1) - Source (x.x.x.0/24) - Destination Interface (Any) - Destination (x.x.x.x)
Action (Denied) - Services (IPv4:PRINTER4) - Source Interface (WAN1) - Source (Any) - Destination Interface (Any) - Destination (x.x.x.x)
Even after adding these 2 rules, anyone from outside can access my printer through port 9104.
Any help would be greatly appreciated.