Differences between version 7 and previous revision of WirelessNetworkSecurityHowto.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 7 | Last edited on Friday, May 28, 2004 12:37:36 pm | by OlavAdema | Revert |
Older page: | version 6 | Last edited on Friday, May 28, 2004 12:36:05 pm | by OlavAdema | Revert |
@@ -98,17 +98,17 @@
!PPP user account
The users who are allowed to use the VPN connection can be specified in the file /etc/ppp/chap-secrets
It looks like this:
-#
Secrets for authentication using CHAP
-#
client server secret IP addresses
+
Secrets for authentication using CHAP
+ client server secret IP addresses
Madcat madcatServer MyPwd *
This will allow user "Madcat" with password "MyPwd" to gain access
The servername must be the same as in the options file (/etc/ppp/pptpd-options) under the name "name"
like this:
-##
change 'servername' to whatever you specify as your server name in chap-secrets
+
change 'servername' to whatever you specify as your server name in chap-secrets
name madcatServer
!IP range of the VPN network
In the file /etc/pptpd.conf you can configure the IP range you would like for your tunnel
@@ -147,8 +147,8 @@
I still need to add information about:
* /etc/pptpd.conf and /etc/ppp/chap-secrets (mostly done)
-* Configuring Windows clients
+* Configuring Windows clients (mostly done)
* Errors explanation
Until then you can find out this information at [http://www.schumann.cx/wavelan/]