I am attempting to restrict access to a particular domino server (R6.0.3) to 2 ip addresses, using the server document.As suggested by the admin guide, I have specified the following:
IP address allow/deny priority: allow
IP address allow list: xxx.xxx.xx.193;
xxx.xxx.xx.194
IP address deny list: *
As you can see, in the allow list, I have 2 ip addresses on 2 separate lines with a semi colon after the first line.
With this specified, when I come in through 193, I can access the server, but when I come in through 194, access is denied.
It looks like the 2nd ip address is not being recognized.
Has anyone used this feature successfully? Is there is a different format for specifying the allow list?