Forum Discussion
Richard_Bible_7
Mar 11, 2005Historic F5 Account
rule for blocking DNS/UDP 4.2.x
Hi there,
Can someone confirm that this would be the correct method to block DNS/UDP packets from a class of IP's. This is in addition to an existing rule.
else if (server_port == 53 and client_addr == one of DNS_BLOCK) {
discard
}
Any help would be great.
- unRuleY_95363Historic F5 AccountA similar 9.x rule fragment would look like:
elseif { [TCP::local_port] == 53 and [matchclass [IP::remote_addr] equals $::DNS_BLOCK]} { discard }
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