Policy to allow SSH from a specific External IP?
Hi lovely guys,
Can you point me to how can i create a policy to allow an external IP to SSH to a specific internal server? I have tried the below but server still can't be reached.
I've tried to add the external in Policy & Object>Addresses:
Name: External_SSH_Access
Type: Subnet
IP: xxx.xxx.xxx.xx
Interface: Any
And added a policy in Policy & Object>IPv4 Policy
Name: SSH_Access
Incoming: Wan1 (My wan port)
Outgoing: Prod Network (network where Server is)
Source: External_SSH_Access
Destination: Server_to_SSH (via VIP that points to WAN IP to LAN IP with port 22)
Schedule: Always
Server: SSH
Action: Accept
NAT:Off
Enable this policy: On
Done all these, but i the person in this External IP can't reach the server.
Any ideas on what am i missing, please. You help is much appreciated.