Forum Discussion

3 Replies

  • I have done this rule, but specific all IP from India are getting allowed.

    Irule name: ALLOWED_IPs_INDIA

    when CLIENT_ACCEPTED {

     Get the country client IP
    switch [whereis [IP::client_addr] country] {
        "AUS" -
        "IN" {
            set allowed 0
        }
        default { set allowed 1 }
    }
    

    } when HTTP_REQUEST { if { not ( [class match [IP::client_addr] equals ALLOWED_IPs_INDIA] ) } { reject } }

    Address group: ALLOWED_IPs_INDIA

  • 246631's avatar
    246631
    Icon for Nimbostratus rankNimbostratus

    A virtual information processing address (VIPA) is a virtual IP address allocated to several domain names or servers that share an IP address primarily founded on one network border card (NIC). VIPAs are selected to virtual personal servers, websites or every other request residing on one server.

    Source :- https://www.techopedia.com/definition/2467/virtual-ip-address-vipa

     

    Note from Admin: this message has been edited to remove a spam link, and the user banned.