cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
460
Views
1
Helpful
14
Replies

Cisco ASA ACL and NAT for RDP through subinterface allow any

GoldTipu
Level 1
Level 1

Hello Team,

Need help to create first ACL and NAT for our LAB testing . 

I have connected my subinterface with internet using PPPoE - 

I wanted to create ACL and NAT to allow everyone from internet to connect to the RDP on my inside host through my Subinterface_outside

Currenlty we are testing so allow all is fine for me and rest i will configure myself. 

 

GoldTipu_0-1720651557085.png

Could you please send me the command lines please ? 

Regards,

Gold

 

 

1 Accepted Solution

Accepted Solutions

5 (inside) to (SubInterface_OutSide) source static inside_host_05 interface service RDP RDP<<- this must be RDP RDP 

access-list SubInterface_OutSide_access_in extended permit object RDP any any <<- how you config object RDP which you use in ACL?
this need to be 
access-list SubInterface_OutSide_access_in extended permit tcp any any eq rdp

MHM

View solution in original post

14 Replies 14

ccieexpert
Level 4
Level 4

One issue here pppoe interface get IP from SP so it IP is change always 

How outer cleint can know the new IP?

Ypu need to ask SP to provide one additional public IP and this IP not change and use it for NAT.

MHM

use DDNS to find new ip I think its a lab test..

I think ASA not support DDNS for pppoe

MHM

If you sure guide him to run ddns in asa

Goodluck 

MHM

We have a static IP assigned by the ISP, and every time, we get the same static IP on Subinterface via PPPoE

We have a static IP assigned by the ISP, and every time, we get the same static IP on Subinterface via PPPoE

I have ASDM - 
Can we have either CLI commands or ASDM KB for this please ? 


https://www.packet-forwarding.net/posts/asa-lessons-static-pat/

Check this link' ypu need to config  

Object service for ports  and object network for host (real server IP) 

Then use PAT to interface with using object service' 

This allow ypu to use interface and specific port in PAT

MHM

After spending several hours on it and we are  stuck.

Unfortunately, I am unable to connect remotely (RDP) from outside, and I cannot see any traffic being terminated from the sub-interface to the inside host.

Point # 1 

I don't understand why I'm not seeing any hits on the ACL for the outside subinterface for RDP and HTTP,  

 

here is the NAT ACL 


5 (inside) to (SubInterface_OutSide) source static inside_host_05 interface service any RDP
translate_hits = 90, untranslate_hits = 90

access-list SubInterface_OutSide_access_in extended permit object RDP any any
access-list SubInterface_OutSide_access_in extended deny ip any any

access-list outside_acl extended permit tcp any any eq www
access-list outside_acl extended permit icmp any any
access-list outside_acl extended permit tcp any any eq 3389
access-list outside_acl extended deny ip any any

GoldTipu_0-1720730527164.png

 

GoldTipu_2-1720731123494.png

NAT 

GoldTipu_1-1720730696459.png

Could you please guide me if i am doing something wrong ? we need assistance to get this resolved as we are unable to access inside network . 

Best Regards,

Gold 

 

5 (inside) to (SubInterface_OutSide) source static inside_host_05 interface service RDP RDP<<- this must be RDP RDP 

access-list SubInterface_OutSide_access_in extended permit object RDP any any <<- how you config object RDP which you use in ACL?
this need to be 
access-list SubInterface_OutSide_access_in extended permit tcp any any eq rdp

MHM

GoldTipu
Level 1
Level 1

This worked for me  


object service RDP
service tcp destination eq 3389
description RDP-Service
object service RDP-Service
service tcp source eq 3389
nat (inside,SubInterface_OutSide) source static inside_host_05 interface service RDP RDP-Service
access-list SubInterface_OutSide_access_in extended permit object RDP any any



Able to RDP now . 

Thank you So much for helping me . 
@MHM Cisco World 

Review Cisco Networking for a $25 gift card