|
Lines 446-473
Link Here
|
| 446 |
.It |
446 |
.It |
| 447 |
Your kernel must {include} a tunnel device (the GENERIC kernel includes |
447 |
Your kernel must {include} a tunnel device (the GENERIC kernel includes |
| 448 |
one by default). |
448 |
one by default). |
| 449 |
If it does not, or if you require more than one tun |
449 |
If it does not you will need to rebuild your kernel with the |
| 450 |
interface, you will need to rebuild your kernel with the following line in |
450 |
following line in your kernel configuration file: |
| 451 |
your kernel configuration file: |
|
|
| 452 |
.Pp |
451 |
.Pp |
| 453 |
.Dl pseudo-device tun N |
452 |
.Dl pseudo-device tun |
| 454 |
.Pp |
453 |
.Pp |
| 455 |
where |
|
|
| 456 |
.Ar N |
| 457 |
is the maximum number of |
| 458 |
.Em PPP |
| 459 |
connections you wish to support. |
| 460 |
.It |
| 461 |
Check your |
| 462 |
.Pa /dev |
| 463 |
directory for the tunnel device entries |
| 464 |
.Pa /dev/tunN , |
| 465 |
where |
| 466 |
.Sq N |
| 467 |
represents the number of the tun device, starting at zero. |
| 468 |
If they do not exist, you can create them by running "sh ./MAKEDEV tunN". |
| 469 |
This will create tun devices 0 through |
| 470 |
.Ar N . |
| 471 |
.It |
454 |
.It |
| 472 |
Make sure that your system has a group named |
455 |
Make sure that your system has a group named |
| 473 |
.Dq network |
456 |
.Dq network |