Difference between revisions of "Security - IP Ranges"
From All n One's bxp software Wixi
Philip Lacey (talk | contribs) |
Philip Lacey (talk | contribs) |
||
| Line 1: | Line 1: | ||
| − | In bxp it is possible to limit log ins by IP address. Full documentation on this set-up and use is available in the training document CC-2-1 Security and Custom Interface configuration available here [[Contact_Centre_Training]] | + | In bxp it is possible to limit log ins by IP address. Full documentation on this set-up and use is available in the training document '''CC-2-1 Security and Custom Interface''' configuration available here [[Contact_Centre_Training]] |
Revision as of 13:19, 10 June 2014
In bxp it is possible to limit log ins by IP address. Full documentation on this set-up and use is available in the training document CC-2-1 Security and Custom Interface configuration available here Contact_Centre_Training
IP restriction on logins have been extended to support explicit ranges:
So if we had a subset range, rather than complicate matters with subnet masks, we have provided a simple - notation.
If we needed to block a range from 5 to 10, e.g.
192.168.10.5 and
192.168.10.6 and
192.168.10.7 and
192.168.10.8 and
192.168.10.9
Previously this would have been written as 192.168.10.5,192.168.10.6,192.168.10.7,192.168.10.8,192.168.10.9
It can now be abbreviated to: 192.168.10.5-192.168.10.9