IP-filtering doesn't work - Sonatype Nexus Repository - Sonatype Community
IP-filtering doesn’t work
post by roland.asmann on Sep 5, 2025
I’m trying to deny several IPs from downloading from my repo, but using the information from this article doesn’t seem to work. I still see the IPs trying to download from the repo. Has the way filtering should be done changed (again)?
post by jboss-04 on Sep 8, 2025
You can not prevent users trying to download stuff, but the question is how Nexus handles (and logs) their responses. We use proxy to kill unwanted traffic before reaching Nexus.
post by roland.asmann on Sep 8, 2025
Ah, thanks for the info. Guess I’ll have to talk to the network-team then.