Forum Discussion
kridsana_52318
Nov 07, 2017Nimbostratus
Can GTM redirect URL using cname?
Hi
We need to access from internal user to internet. and we have GTM as DNS server.
Can we create wide-ip name "; and make it resolve CNAME ?
so when user want to access this website, they just type into url and enter. then it redirect user to . ?
Is this can be done? or it need LTM+irule redirect.
Thank you
- JRahmAdmin
It's been a while for me on GTM-only iRules, but I think this will work for you:
when DNS_REQUEST { if { [wideip name] eq "www.easy.com" } { cname "www.verylongname.com" } }
- sudiminNimbostratus
I am trying above irules and it is not working
- sudiminNimbostratus
Configuration:
1). Configure WIP servicedesk.com with A record and CNAME
2). Irules
- when DNS_REQUEST {
- if { [wideip name] eq "www.servicedesk.com" } {
- cname "www.service-now.com"
- }
- }
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects