On a newly installed CA Access Gateway machine, all of the requests are getting rerouted to broadcom.com
When running CA Access Gateway (SPS), out of the box, all the requests will be routed to www.ca.com, which will become www.broadcom.com.
To change that to your company, or another site, you have the proxy rules in CA Access Gateway (SPS) must be changed.
In the file
<CA_Access_Gateway_home>/proxy-engine/conf/proxyrules.xml (1)
by default and out of the box, there is the following config:
<!-- Proxy Rules-->
<nete:proxyrules xmlns:nete="http://www.ca.com/">
<nete:forward>http://www.ca.com$0</nete:forward>
</nete:proxyrules>
Please change www.ca.com to the FQDN of the server to which all requests must be redirected by default.