| Summary: | ppp(8) docs out-of-date for -CURRENT | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Jens Schweikhardt <schweikh> |
| Component: | Books & Articles | Assignee: | jcamou |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-doc->jcamou I'll take a look at this, at this point some of the issues in this pr should have been updated and fixed. State Changed From-To: open->closed This issues have been already resolved as time passed by. |
From ppp(8): [...] GETTING STARTED When you first run ppp you may need to deal with some initial configura- tion details. o Your kernel must include a tunnel device (the GENERIC kernel includes one by default). If it doesn't, or if you require more than one tun interface, you'll need to rebuild your kernel with the following line in your kernel configuration file: pseudo-device tun N where N is the maximum number of PPP connections you wish to support. o Check your /dev directory for the tunnel device entries /dev/tunN, where `N' represents the number of the tun device, starting at zero. If they don't exist, you can create them by running "sh ./MAKEDEV tunN". This will create tun devices 0 through N. pseudo devices are long gone, and I believe the number of instances as well. MAKEDEV is also not needed when devfs is used, AFAICT. Fix: Have a ppp guru read over the man page. How-To-Repeat: man ppp