Building Linux Virtual Private Networks
(view this code in a separate window)
PPP-tunnel {
  pass  password1;
  up {
      ppp "noipdefault";
      route "add -net 192.168.1.0/24 gw 192.168.254.254";
  };
}

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

New Riders Publishing