Forum Discussion

esmith_190578's avatar
esmith_190578
Icon for Nimbostratus rankNimbostratus
Aug 13, 2015

iRules for additional web page with same IP address as Exchange OWA.

I currently have a single virtual IP address on my BIG-IP. It is being used for Exchange OWA. I would like to create an iRule to allow another webpage to use the same IP address, but redirect to the new web page. For example, currently iApps control 1.1.1.1 to go to owa.company.com. I would also like https://webpage.company.com to use 1.1.1.1, but go the http://webpage.company.com with IP address 1.1.1.3. Is this possible?

 

4 Replies

  • Hi,

     

    If you want to publish multiple apps behind one VS, the best way is to convert your iapp in standard VS. the main goal of apps is to publish one app behind one VS.

     

    to publish multiple apps, you can use iRules, HTTP Class (before version 11.4) or Local traffic policies (since version 11.4).

     

  • I tried to create an iRule. I received this: error 01070151:3: Rule [/Common/RuleName] error: /Common/SSP-Rule:6: error: [command is not valid in the current scope][}]

     

    when HTTP_REQUEST { if {[HTTP::uri] starts_with "/ssp"} { pool POOL_NAME } } }

     

  • Arie's avatar
    Arie
    Icon for Altostratus rankAltostratus

    Although it's possible to do what you're asking it would be much better if you could use multiple VIPs (on dedicated IP-addresses). Is that not an option?