Forum Discussion

Brandon's avatar
Brandon
Icon for Cirrostratus rankCirrostratus
Jun 04, 2014

Virtual Server

Viprion Chasis

 

On the LTM I created 2 nodes pool 443 and virtual servers listening on port 443. As far as the F5 everything is up all green.

 

When you https to the vip you receive the errror, the "webpage not available" . When you https to the actually server it works.

 

We have snat automap enabled

 

5 Replies

  • Do you have an HTTP profile assigned to the virtual server without a client SSL profile applied?

     

  • Can you please post the virtual server configuration? Sanitize if needed.

     

  • ltm virtual xxxxxxx { destination 172.x.x.x:https ip-protocol tcp mask 255.255.255.255 partition VSoft pool Svtm_pool profiles { /Common/http { } /Common/tcp { } Staging { context clientside } staging_atm { context serverside } } snat automap vlans-disabled }

     

  • ltm virtual xxxxxxx {
        destination 172.x.x.x:https
        ip-protocol tcp
        mask 255.255.255.255
        partition VSoft
        pool Svtm_pool
        profiles {
            /Common/http { }
            /Common/tcp { }
            Staging {
                context clientside
            }
            staging_atm {
                context serverside
            }
        }
        snat automap
        vlans-disabled
    }
    
  • I see nothing obvious that would cause communications to fail, as your config looks good. May be best to run a tcpdump on your LTM and capture on the server IP address:

     

    tcpdump -nni 0.0:n -s0 host serveripaddress