Hi all,
I'm trying to whitelist ssh connections from openVPN to a internal machine.
I can not get it to work. Always after 4 successfull connections I get blocked.
Simplified example:

* First try was to set a bypass rule in network config

-- no success
* next I tried to IPS after other scans
-- no success
* finally I added a bypass rule to IPS

-- no success
I'm out of ideas. Can anybody help?
(EDIT: Forgot to mention UT version is 16.3.2)
I'm trying to whitelist ssh connections from openVPN to a internal machine.
I can not get it to work. Always after 4 successfull connections I get blocked.
Simplified example:
Code:
$ for i in $(seq 1 5); do ssh xxxx@compute date; sleep 1; done Mi 7. Jul 11:32:42 CEST 2021 Mi 7. Jul 11:32:43 CEST 2021 Mi 7. Jul 11:32:45 CEST 2021 Mi 7. Jul 11:32:47 CEST 2021 ssh: connect to host compute port 22: Connection refused
* First try was to set a bypass rule in network config
-- no success
* next I tried to IPS after other scans
-- no success
* finally I added a bypass rule to IPS
-- no success
I'm out of ideas. Can anybody help?
(EDIT: Forgot to mention UT version is 16.3.2)
Comment