Forum Discussion
Tham_T__330907
Nimbostratus
Apr 24, 2018The "IP::client address" in iRules drop packet from broadcast address or not?
if ([class match [IP::client_addr] equals DATA_GROUP])
forward
}
else{
reject
}
DATAGROUP = 192.168.1.0/24 As the code above if the request from 192.168.1.255 coming in ... ...
Faruk_AYDIN
Altostratus
Apr 24, 2018The iRule forwards it. Because if clause just check If it is in the specific subnet. The range of the above subnet is 192.168.1.0-192.168.1.255. This means 192.168.1.255 is in the specific subnet, then forward.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects