Dear All,
My customer has their own domain, for example demo.com.
How do I create the top rule to allow all of the *.demo.com domain for all services?
Thanks~
This thread was automatically locked due to age.
HI ShunzeLee,
Option 1: Allow By firewall rule : You may create FQDN rule with no policy applied. As for the domain your sub-domain would resolve with another address then you would need to add the.
Eg: abc.abc.com- . 1.1.1.1
xyz.abc.com- . 1.1.1.2
adc.abc.com -> 1.1.1.2
Then the FQDN you may add domain abc.abc.com and adc.abc.com as they resolve different host addresses.
Option 2 : Bypass from Web filter/Http/Https scanning . You may add an exception on the web filter,
EG ^([A-Za-z0-9.-]*\.)?demo\.com/
HI ShunzeLee,
Option 1: Allow By firewall rule : You may create FQDN rule with no policy applied. As for the domain your sub-domain would resolve with another address then you would need to add the.
Eg: abc.abc.com- . 1.1.1.1
xyz.abc.com- . 1.1.1.2
adc.abc.com -> 1.1.1.2
Then the FQDN you may add domain abc.abc.com and adc.abc.com as they resolve different host addresses.
Option 2 : Bypass from Web filter/Http/Https scanning . You may add an exception on the web filter,
EG ^([A-Za-z0-9.-]*\.)?demo\.com/
Option 1 is the way that I knew.
But it does not work when user can't make sure how many FQDN that they have.
For example, how to allow whole yahoo.com domain?
User can't know how many FQDN that yahoo.com have...
Option 2 can allow other protocol?
Such as FTP, DNS, SSH, RDP and so on.
I don't agree this way can allow all protocol...
In the tab, it is called FQDN. Although D stands for domain, it's more a fully qualified host name. It only resolves to A (and maybe AAAA) records of a FQDN, not all A records for *.domain.com
For example , in nslookup, lookup microsoft.com and ftp.microsoft.com....