Hello,
I have deployed an SSR in AWS and have some servers hosted behind the router. I am looking for some assistance configuring ingress NAT IP/port translation. My first attempt is trying to RDP from my office to a server behind the SSR -
Source = Office IP
Destination = AWS Elastic IP:3389
Translation to Server Private IP = 10.0.147.15:3389
Here is the current config on the AWS SSR. Any assistance is appreciated.
config authority router ssr-aws-1 nat-pool prtg-rdp name prtg-rdp
config authority router ssr-aws-1 nat-pool prtg-rdp address-pool 10.0.147.15/32 address 10.0.147.15/32
config authority router ssr-aws-1 node node1 device-interface wan network-interface wan1 ingress-source-nat-pool prtg-rdp
config authority router ssr-aws-1 service-route prtg-rdp name prtg-rdp
config authority router ssr-aws-1 service-route prtg-rdp service-name prtg-rdp
config authority router ssr-aws-1 service-route prtg-rdp nat-target 10.0.147.15
config authority router ssr-aws-1 service-route prtg-rdp next-hop node1 lan1 node-name node1
config authority router ssr-aws-1 service-route prtg-rdp next-hop node1 lan1 interface lan1
config authority router ssr-aws-1 service-route prtg-rdp next-hop node1 lan1 source-nat-pool prtg-rdp
config authority service prtg-rdp name prtg-rdp
config authority service prtg-rdp security internal
config authority service prtg-rdp transport tcp protocol tcp
config authority service prtg-rdp transport tcp port-range 3389 start-port 3389
config authority service prtg-rdp transport udp protocol udp
config authority service prtg-rdp transport udp port-range 3389 start-port 3389
config authority service prtg-rdp address 10.0.147.15
config authority service prtg-rdp access-policy <mypublicIP> source <mypublicIP>
Thanks
Ken
------------------------------
Ken Pobst
------------------------------