Book now with code EOY2025
mzinz wrote: I have a small network set up. I need to allow an outside user to RDP into one of the servers on my network. I have created an access list to allow the RDP traffic into the network: access_list remote extended permit tcp host x.x.x.x host y.y.y.y eq 3389 How can I get to the server if it is inside the network though? Do I need to create a NAT translation? Thanks!
Pash wrote: mzinz wrote: I have a small network set up. I need to allow an outside user to RDP into one of the servers on my network. I have created an access list to allow the RDP traffic into the network: access_list remote extended permit tcp host x.x.x.x host y.y.y.y eq 3389 How can I get to the server if it is inside the network though? Do I need to create a NAT translation? Thanks! You need a device somewhere inbetween your router/PIX or whatever holds your acl, and your target server....that maps anything from your originating host IP to target the server IP and use port 3389 for RDP. For juniper we can use a VIP (Virtual IP) for example.
Netstudent wrote: perhaps ip nat inside source static 192.168.1.1 200.1.1.1 3389 where 192.168.1.1 is your internal rdp server and 200.1.1.1 is the public IP used to get there.
nice343 wrote: ip nat inside source static tcp "private IP" 3389 "public IP" 3389
ip nat inside source static tcp "private IP" 3389 "public IP" 3389
Use code EOY2025 to receive $250 off your 2025 certification boot camp!