Forum Discussion
Mike_Rausch_628
Nimbostratus
Mar 08, 2007Only allow users from specific Ip address to gain access
I am trying to use a corporate backup tool and they are telling me that I need to open a range of ports on my server from 600-13800 or something like that. I have created a Virtual Server that allows ...
JRahm
Admin
Mar 08, 2007Try this:
when CLIENT_ACCEPTED {
if { ! ([IP::client_addr] == "10.10.10.10") } {
discard
} elseif { ([TCP::local_port] < 300) or ([TCP::local_port] > 13800) } {
discard
} else { forward }
}
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