hi,
we have requirement to permit some URLs like on port no example : 1000 (bidirectional)
link.student.com
jlink.studentbook.com
the above URLs we want to allow access to our users (bidirectional)
my asa version = 9.2(2)4
how to permit these Urls in port no 1000 please help in bidirectional.
below Template i prepare please conform the config is ok :
Step-1
dns domain-lookup outside1
dns server-group DefaultDNS
name-server 10.X.XX.XX
name-server 10.X.XX.XX
name-server 10.X.XX.XX
name-server 10.0.XX.XXX
Step-2
object network SITE1
fqdn link.student.com
object network SITE2
fqdn jlink.studentbook.com
Step-3
object-group network Group
network-object object SITE1
network-object object SITE2
network-object object SITE3
Step-4
access-list ACL100 extended permit tcp object-group Group any eq 1000
access-group ACL100 in interface outside1