diff --git a/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml b/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml index 90a2b40b7b..ad5f32a8b8 100644 --- a/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml @@ -1,7 +1,7 @@ @@ -156,6 +156,15 @@ tun2: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500 inet 203.10.100.1 --> 203.10.100.20 netmask 0xffffffff tun3: flags=8010<POINTOPOINT,MULTICAST> mtu 1500 + + In FreeBSD 4.0 and later releases, you will only see any + tun devices which have already been + used. This means you might not see any + tun devices. If this is the case, do + not worry; the device should be created dynamically when + ppp attempts to use it. + + This case shows four tunnel devices, two of which are currently configured and being used. It should be noted that the RUNNING flag above indicates that the @@ -209,6 +218,10 @@ tun0: flags=8050<POINTOPOINT,RUNNING,MULTICAST> mut 1500 &prompt.root; ifconfig tun0 tun0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500 + + Remember from earlier that you might not see the device if it + has not been used yet, as tun devices are + created on demand in FreeBSD 4.0 and later releases. diff --git a/en_US.ISO_8859-1/books/handbook/ppp-and-slip/chapter.sgml b/en_US.ISO_8859-1/books/handbook/ppp-and-slip/chapter.sgml index 90a2b40b7b..ad5f32a8b8 100644 --- a/en_US.ISO_8859-1/books/handbook/ppp-and-slip/chapter.sgml +++ b/en_US.ISO_8859-1/books/handbook/ppp-and-slip/chapter.sgml @@ -1,7 +1,7 @@ @@ -156,6 +156,15 @@ tun2: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500 inet 203.10.100.1 --> 203.10.100.20 netmask 0xffffffff tun3: flags=8010<POINTOPOINT,MULTICAST> mtu 1500 + + In FreeBSD 4.0 and later releases, you will only see any + tun devices which have already been + used. This means you might not see any + tun devices. If this is the case, do + not worry; the device should be created dynamically when + ppp attempts to use it. + + This case shows four tunnel devices, two of which are currently configured and being used. It should be noted that the RUNNING flag above indicates that the @@ -209,6 +218,10 @@ tun0: flags=8050<POINTOPOINT,RUNNING,MULTICAST> mut 1500 &prompt.root; ifconfig tun0 tun0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500 + + Remember from earlier that you might not see the device if it + has not been used yet, as tun devices are + created on demand in FreeBSD 4.0 and later releases.