Building Linux Virtual Private Networks
(view this code in a separate window)
PPP-tunnel {
pass  password1;
comp  yes;
encr  yes;
  up {
      ppp "192.168.254.254:192.168.254.253 proxyarp";
      route "add -net 192.168.2.0/24 gw 192.168.254.253";
     };
}

Home
Contents
Authors
Reviews
Errata
Colophon
Source Code
Sample Chapter
Suggested Reading
Purchase

New Riders Publishing