Rev 404 | Rev 5903 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
20 | reyssat | 1 | |
2 | <p> |
||
3 | Definition of hosts in WIMS can be made either through host name or IP |
||
4 | number. But we highly recomment that you use IP numbers whenever possible. |
||
5 | Host names are not as secure. |
||
6 | <p> |
||
7 | You can also define global host names in the usual way: <tt>127.0.0.</tt> |
||
8 | (but not <tt>127.0.0</tt>) |
||
9 | matches 127.0.0.1 to 127.0.0.255, and <tt>.unice.fr</tt> |
||
10 | (but not <tt>unice.fr</tt>) matches any host in the domain <em>unice.fr</em>. |
||
11 | <p> |
||
153 | bpr | 12 | <p> |
13 | Finally, the word <tt>all</tt> matches every host in the world. This is hugely |
||
20 | reyssat | 14 | insecure, but if you choose it, that is your problem. |
15 | |||
16 |