forked from extern/shorewall_code
Add Windows XP configuration information
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2867 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
1f4b25256c
commit
1c44180df3
@ -21,7 +21,7 @@
|
|||||||
</author>
|
</author>
|
||||||
</authorgroup>
|
</authorgroup>
|
||||||
|
|
||||||
<pubdate>2005-10-12</pubdate>
|
<pubdate>2005-10-13</pubdate>
|
||||||
|
|
||||||
<copyright>
|
<copyright>
|
||||||
<year>2003</year>
|
<year>2003</year>
|
||||||
@ -551,6 +551,38 @@ verb 3</programlisting>
|
|||||||
|
|
||||||
<programlisting>ip route replace default via 192.168.3.254 dev eth0</programlisting>
|
<programlisting>ip route replace default via 192.168.3.254 dev eth0</programlisting>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<title>Eastepnc6000 (Windows XP) Configuration</title>
|
||||||
|
|
||||||
|
<para>C:\Program Files\Openvpn\config\homewireless.ovpn:</para>
|
||||||
|
|
||||||
|
<programlisting>dev tap
|
||||||
|
remote 192.168.3.254
|
||||||
|
tls-remote gateway.shorewall.net
|
||||||
|
|
||||||
|
tls-client
|
||||||
|
pull
|
||||||
|
|
||||||
|
ca "/Program Files/OpenVPN/certs/cacert.pem"
|
||||||
|
|
||||||
|
cert "/Program Files/OpenVPN/certs/eastepnc6000.pem"
|
||||||
|
key "/Program Files/OpenVPN/certs/eastepnc6000_key.pem"
|
||||||
|
|
||||||
|
redirect-gateway
|
||||||
|
|
||||||
|
port 1194
|
||||||
|
|
||||||
|
comp-lzo
|
||||||
|
|
||||||
|
ping 15
|
||||||
|
ping-restart 45
|
||||||
|
ping-timer-rem
|
||||||
|
persist-tun
|
||||||
|
persist-key
|
||||||
|
|
||||||
|
verb 3</programlisting>
|
||||||
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
|
Loading…
Reference in New Issue
Block a user