1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<article id="PPTP">
<!--$Id$-->
<articleinfo>
<title>PPTP - Unmaintained</title>
<authorgroup>
<author>
<firstname>Tom</firstname>
<surname>Eastep</surname>
</author>
</authorgroup>
<pubdate><?dbtimestamp format="Y/m/d"?></pubdate>
<copyright>
<year>2001</year>
<year>2002</year>
<year>2003</year>
<year>2004</year>
<year>2005</year>
<year>2006</year>
<year>2007</year>
<holder>Thomas M. Eastep</holder>
</copyright>
<legalnotice>
<para>Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License, Version
1.2 or any later version published by the Free Software Foundation; with
no Invariant Sections, with no Front-Cover, and with no Back-Cover
Texts. A copy of the license is included in the section entitled
<quote><ulink url="GnuCopyright.htm">GNU Free Documentation
License</ulink></quote>.</para>
</legalnotice>
<abstract>
<para>Shorewall easily supports PPTP in a number of
configurations.</para>
</abstract>
</articleinfo>
<warning>
<para>I have not used PPTP in years and as a consequence, this document is
no longer maintained (any volunteers?).</para>
<para>As far as I know, the information regarding Shorewall configuration
is still valid but the configurations shown for for the other components
may no longer work. For the most part, they show configuration files that
I used when I worked for <trademark>Compaq</trademark> and used PPTP as my
work VPN.</para>
</warning>
<section id="Prelim">
<title>Preliminary Reading</title>
<para>I recommend reading the <ulink url="VPNBasics.html">VPN
Basics</ulink> article if you plan to implement any type of VPN.</para>
</section>
<section id="ServerFW">
<title>PPTP Server Running on your Firewall</title>
<section id="Samba">
<title>Configuring Samba</title>
<para>You will need a WINS server (Samba configured to run as a WINS
server is fine). Global section from /etc/samba/smb.conf on my WINS
server (192.168.1.3) is:</para>
<programlisting>[global]
workgroup = TDM-NSTOP
netbios name = WOOKIE
server string = GNU/Linux Box
encrypt passwords = Yes
log file = /var/log/samba/%m.log
max log size = 0
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
os level = 65
domain master = True
preferred master = True
dns proxy = No
wins support = Yes
printing = lprng
[homes]
comment = Home Directories
valid users = %S
read only = No
create mask = 0664
directory mask = 0775
[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes</programlisting>
</section>
<section id="ConfigPppd">
<title>Configuring pppd</title>
<para>Here is a copy of my /etc/ppp/options.poptop file:</para>
<programlisting>ipparam PoPToP
lock
mtu 1490
mru 1490
ms-wins 192.168.1.3
ms-dns 206.124.146.177
multilink
proxyarp
auth
+chap
+chapms
+chapms-v2
ipcp-accept-local
ipcp-accept-remote
lcp-echo-failure 30
lcp-echo-interval 5
deflate 0
mppe-128
mppe-stateless
require-mppe
require-mppe-stateless</programlisting>
<note>
<itemizedlist>
<listitem>
<para>System 192.168.1.3 acts as a WINS server so I have included
that IP as the <quote>ms-wins</quote> value.</para>
</listitem>
<listitem>
<para>I have pointed the remote clients at my DNS server -- it has
external address 206.124.146.177.</para>
</listitem>
<listitem>
<para>I am requiring 128-bit stateless compression.</para>
</listitem>
</itemizedlist>
</note>
<para>Here's my /etc/ppp/chap-secrets:</para>
<programlisting>Secrets for authentication using CHAP
# client server secret IP addresses
CPQTDM\\TEastep * <shhhhhh> 192.168.1.7
TEastep * <shhhhhh> 192.168.1.7</programlisting>
<para>I am the only user who connects to the server but I may connect
either with or without a domain being specified. The system I connect
from is my laptop so I give it the same IP address when tunneled in at
it has when I use its wireless LAN card around the house.</para>
<para>You will also want the following in /etc/modules.conf:</para>
<programlisting>alias ppp-compress-18 ppp_mppe
alias ppp-compress-21 bsd_comp
alias ppp-compress-24 ppp_deflate
alias ppp-compress-26 ppp_deflate</programlisting>
</section>
<section id="ConfigPptpd">
<title>Configuring pptpd</title>
<para>PoPTop (pptpd) is available from <ulink
url="http://www.poptop.org/">http://www.poptop.org/</ulink>.</para>
<para>Here is a copy of my /etc/pptpd.conf file:</para>
<programlisting>option /etc/ppp/options.poptop
speed 115200
localip 192.168.1.254
remoteip 192.168.1.33-38</programlisting>
<note>
<itemizedlist>
<listitem>
<para>I specify the /etc/ppp/options.poptop file as my ppp options
file (I have several).</para>
</listitem>
<listitem>
<para>The local IP is the same as my internal interface's
(192.168.1.254).</para>
</listitem>
<listitem>
<para>I have assigned a remote IP range that overlaps my local
network. This, together with <quote>proxyarp</quote> in my
/etc/ppp/options.poptop file make the remote hosts look like they
are part of the local subnetwork.</para>
</listitem>
</itemizedlist>
</note>
<para>I use this file to start/stop pptpd -- I have this in
/etc/init.d/pptpd:</para>
<programlisting>#!/bin/sh
#
# /etc/rc.d/init.d/pptpd
#
# chkconfig: 5 12 85
# description: control pptp server
#
case "$1" in
start)
echo 1 > /proc/sys/net/ipv4/ip_forward
modprobe ppp_async
modprobe ppp_generic
modprobe ppp_mppe
modprobe slhc
if /usr/local/sbin/pptpd; then
touch /var/lock/subsys/pptpd
fi
;;
stop)
killall pptpd
rm -f /var/lock/subsys/pptpd
;;
restart)
killall pptpd
if /usr/local/sbin/pptpd; then
touch /var/lock/subsys/pptpd
fi
;;
status)
ifconfig
;;
*)
echo "Usage: $0 {start|stop|restart|status}"
;;
esac</programlisting>
</section>
<section id="ConfigFw">
<title>Configuring Shorewall</title>
<section id="Basic">
<title>Basic Setup</title>
<para>Here' a basic setup that treats your remote users as if they
were part of your <emphasis role="bold">loc</emphasis> zone. Note that
if your primary Internet connection uses ppp0, then be sure that
<emphasis role="bold">loc</emphasis> follows <emphasis
role="bold">net</emphasis> in /etc/shorewall/zones.</para>
<para><filename>/etc/shorewall/tunnels</filename>:</para>
<programlisting>#TYPE ZONE GATEWAY GATEWAY ZONE
pptpserver net 0.0.0.0/0</programlisting>
<para><filename>/etc/shorewall/interfaces</filename>:</para>
<programlisting>#ZONE INTERFACE BROADCAST OPTIONS
loc ppp+</programlisting>
</section>
<section id="Zones">
<title>Remote Users in a Separate Zone</title>
<para>If you want to place your remote users in their own zone so that
you can control connections between these users and the local network,
follow this example. Note that if your primary Internet connection
uses ppp0 then be sure that <emphasis role="bold">vpn</emphasis>
follows <emphasis role="bold">net</emphasis> in /etc/shorewall/zones
as shown below.</para>
<para><filename>/etc/shorewall/tunnels</filename>:</para>
<programlisting>#TYPE ZONE GATEWAY GATEWAY ZONE
pptpserver net 0.0.0.0/0</programlisting>
<para><filename>/etc/shorewall/zones</filename>:</para>
<programlisting>#ZONE TYPE
net ipv4
loc ipv4
vpn ipv4</programlisting>
<para><filename>/etc/shorewall/interfaces</filename>:</para>
<programlisting>#ZONE INTERFACE BROADCAST OPTIONS
net eth0 206.124.146.255
loc eth2 192.168.10.255
vpn ppp+</programlisting>
<para>Your policies and rules may now be configured for traffic
to/from the <emphasis role="bold">vpn</emphasis> zone.</para>
</section>
<section id="Hub">
<title>Multiple Remote Networks</title>
<para>Often there will be situations where you want multiple
connections from remote networks with these networks having different
firewalling requirements.<graphic
fileref="images/MultiPPTP.png" /></para>
<para>Here's how you configure this in Shorewall. Note that if your
primary Internet connection uses ppp0 then be sure that the <emphasis
role="bold">vpn{1-3}</emphasis> zones follows <emphasis
role="bold">net</emphasis> in /etc/shorewall/zones as shown
below.</para>
<para><filename>/etc/shorewall/tunnels</filename>:</para>
<programlisting>#TYPE ZONE GATEWAY GATEWAY ZONE
pptpserver net 0.0.0.0/0</programlisting>
<para><filename>/etc/shorewall/zones</filename>:</para>
<programlisting>#ZONE TYPE
fw firewall
net ipv4
loc ipv4
vpn1 ipv4
vpn2 ipv4
vpn3 ipv4</programlisting>
<para><filename>/etc/shorewall/interfaces</filename>:</para>
<programlisting>#ZONE INTERFACE BROADCAST OPTIONS
net eth0 206.124.146.255
loc eth2 192.168.10.255
- ppp+</programlisting>
<para><filename>/etc/shorewall/hosts</filename>:</para>
<programlisting>#ZONE HOST(S) OPTIONS
vpn1 ppp+:192.168.1.0/24
vpn2 ppp+:192.168.2.0/24
vpn3 ppp+:192.168.3.0/24</programlisting>
<para>Your policies and rules can now be configured using separate
zones (vpn1, vpn2, and vpn3) for the three remote network.</para>
</section>
</section>
</section>
<section id="ServerBehind">
<title>PPTP Server Running Behind your Firewall</title>
<para>If you have a single external IP address, add the following to your
/etc/shorewall/rules file:</para>
<para><filename>/etc/shorewall/rules</filename>:</para>
<programlisting>#ACTION SOURCE DEST PROTO DEST PORT(S)
DNAT net loc:<emphasis><server address></emphasis> tcp 1723
DNAT net loc:<emphasis><server address></emphasis> 47</programlisting>
<para>If you have multiple external IP address and you want to forward a
single <<emphasis>external address</emphasis>>, add the following to
your /etc/shorewall/rules file:</para>
<para><filename>/etc/shorewall/rules</filename>:</para>
<programlisting>#ACTION SOURCE DEST PROTO DEST PORT(S) SOURCE ORIGINAL
# PORT(S) DEST
DNAT net loc:<emphasis><server address></emphasis> tcp 1723 - <emphasis><external address></emphasis>
DNAT net loc:<emphasis><server address></emphasis> 47 - - <emphasis><external address></emphasis></programlisting>
<para>You will also want to add this entry to your
<filename>/etc/shorewall/masq</filename> file:</para>
<programlisting>#INTERFACE SUBNET ADDRESS PROTO
<<emphasis>external interface</emphasis>> <<emphasis>server address</emphasis>> <<emphasis>external address</emphasis>> 47</programlisting>
<important>
<para>Be sure that the above entry comes <emphasis
role="bold">before</emphasis> any other entry that might match the
server's address.</para>
</important>
</section>
<section id="ClientsBehind">
<title>PPTP Clients Running Behind your Firewall</title>
<para>Please see <ulink url="VPN.htm">this article</ulink>.</para>
</section>
<section id="ClientFW">
<title>PPTP Client Running on your Firewall</title>
<para>The key elements of this setup are as follows:</para>
<orderedlist>
<listitem>
<para>Define a zone for the remote network accessed via PPTP.</para>
</listitem>
<listitem>
<para>Associate that zone with a ppp interface.</para>
</listitem>
<listitem>
<para>Define rules for PPTP traffic to/from the firewall.</para>
</listitem>
<listitem>
<para>Define rules for traffic two and from the remote zone.</para>
</listitem>
</orderedlist>
<para>Here are examples from one of my old setups:</para>
<para><filename>/etc/shorewall/zones</filename>:</para>
<programlisting>#ZONE TYPE
cpq ipv4</programlisting>
<para><filename>/etc/shorewall/interfaces</filename>:</para>
<programlisting>#ZONE INTERFACE BROADCAST OPTIONS
- ppp+</programlisting>
<para>/etc/shorewall/hosts:</para>
<programlisting>#ZONE HOST(S) OPTIONS
cpq ppp+:!192.168.1.0/24</programlisting>
<para><filename>/etc/shorewall/tunnels</filename>:</para>
<programlisting>#TYPE ZONE GATEWAY GATEWAY ZONE
pptpclient net 0.0.0.0/0</programlisting>
<para>I use the combination of interface and hosts file to define the
<quote>cpq</quote> zone because I also run a PPTP server on my firewall
(see above). Using this technique allows me to distinguish clients of my
own PPTP server from arbitrary hosts at Compaq; I assign addresses in
192.168.1.0/24 to my PPTP clients and Compaq doesn't use that RFC1918
Class C subnet.</para>
<para>I use this script in /etc/init.d to control the client. The reason
that I disable ECN when connecting is that the Compaq tunnel servers don't
do ECN yet and reject the initial TCP connection request if I enable ECN
:-(</para>
<programlisting>#!/bin/sh
#
# /etc/rc.d/init.d/pptp
#
# chkconfig: 5 60 85
# description: PPTP Link Control
#
NAME="Tandem"
ADDRESS=tunnel-tandem.compaq.com
USER='Tandem\tommy'
ECN=0
DEBUG=
start_pptp() {
echo $ECN > /proc/sys/net/ipv4/tcp_ecn
if /usr/sbin/pptp $ADDRESS user $USER noauth $DEBUG; then
touch /var/lock/subsys/pptp
echo "PPTP Connection to $NAME Started"
fi
}
stop_pptp() {
if killall /usr/sbin/pptp 2> /dev/null; then
echo "Stopped pptp"
else
rm -f /var/run/pptp/*
fi
# if killall pppd; then
# echo "Stopped pppd"
# fi
rm -f /var/lock/subsys/pptp
echo 1 > /proc/sys/net/ipv4/tcp_ecn
}
case "$1" in
start)
echo "Starting PPTP Connection to ${NAME}..."
start_pptp
;;
stop)
echo "Stopping $NAME PPTP Connection..."
stop_pptp
;;
restart)
echo "Restarting $NAME PPTP Connection..."
stop_pptp
start_pptp
;;
status)
ifconfig
;;
*)
echo "Usage: $0 {start|stop|restart|status}"
;;
esac</programlisting>
<para>Here's my /etc/ppp/options file:</para>
<programlisting>#
# Identify this connection
#
ipparam Compaq
#
# Lock the port
#
lock
#
# We don't need the tunnel server to authenticate itself
#
noauth
+chap
+chapms
+chapms-v2
multilink
mrru 1614
#
# Turn off transmission protocols we know won't be used
#
nobsdcomp
nodeflate
#
# We want MPPE
#
mppe-128
mppe-stateless
#
# We want a sane mtu/mru
#
mtu 1000
mru 1000
#
# Time this thing out of it goes poof
#
lcp-echo-failure 10
lcp-echo-interval 10</programlisting>
<para>My /etc/ppp/ip-up.local file sets up the routes that I need to route
Compaq traffic through the PPTP tunnel:</para>
<programlisting>#/bin/sh
case $6 in
Compaq)
route add -net 16.0.0.0 netmask 255.0.0.0 gw $5 $1
route add -net 130.252.0.0 netmask 255.255.0.0 gw $5 $1
route add -net 131.124.0.0 netmask 255.255.0.0 gw $5 $1
...
;;
esac</programlisting>
<para>Finally, I run the following script every five minutes under crond
to restart the tunnel if it fails:</para>
<programlisting>#!/bin/sh
restart_pptp() {
/sbin/service pptp stop
sleep 10
if /sbin/service pptp start; then
/usr/bin/logger "PPTP Restarted"
fi
}
if [ -n "`ps ax | grep /usr/sbin/pptp | grep -v grep`" ]; then
exit 0
fi
echo "Attempting to restart PPTP"
restart_pptp > /dev/null 2>&1 &</programlisting>
<para><ulink url="ftp://ftp.shorewall.net/pub/shorewall/misc/Vonau">Here's
a script and corresponding ip-up.local</ulink> from Jerry Vonau
<email>jvonau@home.com</email> that controls two PPTP connections.</para>
</section>
<section id="PPTP_ADSL">
<title>PPTP Client running on your Firewall with PPTP Server in an ADSL
Modem</title>
<para>Some ADSL systems in Europe (most notably in Austria and the
Netherlands) feature a PPTP server builtinto an ADSL <quote>Modem</quote>.
In this setup, an Ethernet interface is dedicated to supporting the PPTP
tunnel between the firewall and the <quote>Modem</quote> while the actual
Internet access is through PPTP (interface ppp0). If you have this type of
setup, you need to modify the sample configuration that you downloaded as
described in this section. <emphasis role="bold">These changes are in
addition to those described in the <ulink
url="shorewall_quickstart_guide.htm">QuickStart
Guides</ulink>.</emphasis></para>
<para>Lets assume the following:</para>
<itemizedlist>
<listitem>
<para>ADSL Modem connected through eth0</para>
</listitem>
<listitem>
<para>Modem IP address = 192.168.1.1</para>
</listitem>
<listitem>
<para>eth0 IP address = 192.168.1.2</para>
</listitem>
</itemizedlist>
<para>The changes you need to make are as follows:</para>
<orderedlist>
<listitem>
<para>Add this entry to /etc/shorewall/zones:</para>
<programlisting>#ZONE TYPE
modem ipv4</programlisting>
<para>That entry defines a new zone called <quote>modem</quote> which
will contain only your ADSL modem.</para>
</listitem>
<listitem>
<para>Add the following entry to /etc/shorewall/interfaces:</para>
<programlisting>#ZONE INTERFACE BROADCAST OPTIONS
modem eth0 192.168.1.255 dhcp</programlisting>
<para>You will of course modify the <quote>net</quote> entry in
/etc/shorewall/interfaces to specify <quote>ppp0</quote> as the
interface as described in the QuickStart Guide corresponding to your
setup.</para>
</listitem>
<listitem>
<para>Add the following to /etc/shorewall/tunnels:</para>
<programlisting>#TYPE ZONE GATEWAY GATEWAY ZONE
pptpclient modem 192.168.1.1</programlisting>
<para>That entry allows a PPTP tunnel to be established between your
Shorewall system and the PPTP server in the modem.</para>
</listitem>
</orderedlist>
</section>
</article>
|