Differences between version 5 and previous revision of LinuxRouter.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 5 | Last edited on Friday, September 23, 2005 12:32:18 pm | by MatthiasDallmeier | Revert |
Older page: | version 4 | Last edited on Friday, September 23, 2005 12:27:29 pm | by MatthiasDallmeier | Revert |
@@ -23,10 +23,12 @@
! VPN server
We set up [Poptop|http://www.poptop.org/] as described in [Replacing a Windows PPTP Server with Linux|http://poptop.sourceforge.net/dox/replacing-windows-pptp-with-linux-howto.phtml] and [PopTop + MSCHAPv2 + Samba + Radius + Microsoft Active Directory + Fedora Howto|http://www.members.optushome.com.au/~wskwok/poptop_ads_howto_1.htm].
-For every public VPN IP address we create a ifcfg-eth1:x file, where x is any number. In our case, we chose the last byte of the IP address. You probably want to start nubering
at 1 instead.
+For every public VPN IP address we create a ifcfg-eth1:x file, where x is any number. In our case, we chose the last byte of the IP address. You probably want to start numbering
at 1 instead.
ifcfg-eth1:50
-
IPADDR=210.55.23.50
- NETMASK=255.255.255.192
+<pre>
+
IPADDR=210.55.23.50
+NETMASK=255.255.255.192
+</pre>