Subversion Repositories wimsdev

Rev

Rev 196 | Rev 651 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 196 Rev 409
Line 1... Line 1...
1
 
1
 
2
!if $module_language iswordof fr es cn
2
!if $module_language iswordof fr es cn ca
3
 !read help/$module_language/hosts.phtml
3
 !read help/$module_language/hosts.phtml
4
 !exit
4
 !exit
5
!endif
5
!endif
6
 
-
 
7
<p>
-
 
8
Definition of hosts in WIMS can be made either through host name or IP
-
 
9
number. But we highly recomment that you use IP numbers whenever possible.
-
 
10
Host names are not as secure.
6
!read help/en/hosts.phtml
11
<p>
-
 
12
You can also define global host names in the usual way: <tt>127.0.0.</tt>
-
 
13
(but not <tt>127.0.0</tt>)
-
 
14
matches 127.0.0.1 to 127.0.0.255, and <tt>.unice.fr</tt>
-
 
15
(but not <tt>unice.fr</tt>) matches any host in the domain <em>unice.fr</em>.
-
 
16
<p>
-
 
17
<p>
-
 
18
Finally, the word <tt>all</tt> matches every host in the world. This is hugely
-
 
19
insecure, but if you choose it, that is your problem.
-
 
20
 
-
 
21
 
-