Forum Discussion
Nick_Coelho_338
Nimbostratus
Nov 21, 2005Insert server address
i have a BipIP ver 4.2 answering for a website (http://helloworld.com)
i need that BigIP to insert a different server destination IP address as I am unable change the DNS resolution for helloworld.com to the correct IP
so, if http://helloworld.com normally resolves to 10.1.1.1 I want the BigIP ansering 10.1.1.1 to write 10.2.2.2 as the new server IP and the client will be routed to 10.2.2.2 but host name will still be helloworld.com
possible?
- Martin_MachacekHistoric F5 AccountNick,
rule redirect_helloworld { redirect to "http://10.2.2.2/%u" } virtual 10.1.1.1:80 { use rule redirect_helloworld }
- Nick_Coelho_338
Nimbostratus
Right, this i was trying but it does not keep my host intact. - Martin_MachacekHistoric F5 AccountNo, redirecting HTTP requests without changin the hostname in the URL is IMHO not possible, because the browser would again use DNS to resolve helloworld.com to the old address. There is no way for a server to tell browser not to do that (which is good because that would otherwise allow very easy website spoofing).
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