Forum Discussion

SP_266134's avatar
SP_266134
Icon for Nimbostratus rankNimbostratus
Sep 02, 2016

Virtual F5 and VIP blocking port 80

guys, Is this default configuration. I have created a vip to monitor two node. When I log on to a different machine and "try to tracert/telnet it cannot open the connection to the host on port 80. " Is this default behavior. ?

I want the vip to allow all trafic . does it block by default. "allow src 10.xxx.xxx.255./24 port 80 dst 204.170.25.11 port 80 deny all"

when CLIENT_ACCEPTED  {
        if { [IP::addr [IP::client_addr] equals 10.xxx.xxx.255] }{

                       log local0. "Allowed Traffic"
        }
        else{
            discard
            }

}

is the above irule correct. Do i really need to write a irule for allowing traffic for this vip.? Any pointer is appreciated.

3 Replies