Forum Discussion
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
3 Replies
- JRahm
Admin
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" } } - sudimin
Nimbostratus
I am trying above irules and it is not working
- sudimin
Nimbostratus
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"
- }
- }
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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
