在使用sw 11.4.1的F5 bigIP LTM中,是否可以为虚拟服务器提供多个源地址?
目标是限制虚拟服务器可以到达的源的数量。 这个虚拟服务器平衡了一个ftp服务器,它只能从几个远程ip地址使用,我想禁止其他ip地址尝试login到这个服务器。
您可以创build一个ACL iRule,文档在这里: https : //support.f5.com/kb/en-us/products/big-ip_ltm/manuals/product/bigip-datacenter-firewall-config-11-1-0/ 5.html
允许的IP列表可以被分离到一个称为数据组的对象,然后在iRule中使用。