12-20-2017 09:16 AM - edited 02-21-2020 06:59 AM
I am trying to add a hostname to a network object-group .
First I go into the object-group that I want to modify. I then tried network-object host intellicare.tegile.com for example, but I get an error on the host name, ERROR: % Invalid Hostname.
If I do network-object host ? it shows Hostname or A.B.C.D Enter a host IP address or name.
Well I need to use a name here because the vendor on the other end uses a load balancer so the IP could change anytime.
How can I accomplish this?
ASA5525 running asa952-2-smp-k8.bin
Solved! Go to Solution.
12-21-2017 01:30 AM - edited 12-21-2017 01:31 AM
you have to configure the FQDN in a network-object and reference that object in the object-group:
object network CISCO fqdn www.cisco.com ! object-group network ALL-CISCO network-object object CISCO
Your ASA needs to be able to resolve that FQDN to an IP address through DNS.
12-21-2017 01:30 AM - edited 12-21-2017 01:31 AM
you have to configure the FQDN in a network-object and reference that object in the object-group:
object network CISCO fqdn www.cisco.com ! object-group network ALL-CISCO network-object object CISCO
Your ASA needs to be able to resolve that FQDN to an IP address through DNS.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide