Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi Rizwan,
Try this nat statement because you are trying open ports on interface.
nat (inside,outside) source static realip interface service udp-port udp-port
Acl:
access-list ouside permit udp any host 192.168.1.207 range 36000 59999
Thanks
Gud...
Hi Mel,
I believe service object-group is not created .
So please create an object-group for the services then use it in ACL.
object-group service rdap-ports tcp port-object eq ldap port-object eq httpsinternet-routers port-object eq h323 port-objec...
Hi Alvin,
As I can see that you are in system context and from system context we can allocate the interface to a particular context.If you want to assign an ip address to interface then we need to go into that particular context then assign the ip a...
Hi Mel,
As Karsten stated that the syntax of Nat and Acl are different in pre 8.3 and post 8.3 and I believe the software code you are running on ASA 5510 is pre 8.3.
Syntax for post 8.3:
Object network obj-10.0.202.71
host 10.0.202.71
Object ne...