MFen the Dutch Handbook, plus language/whitespace fixes:
- advanced-networking 1.432 -> 1.433 - config 1.243 -> 1.244
This commit is contained in:
parent
e12109b245
commit
4968dbc238
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=36421
2 changed files with 9 additions and 9 deletions
|
@ -4,7 +4,7 @@
|
|||
$FreeBSD$
|
||||
|
||||
%SOURCE% en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml
|
||||
%SRCID% 1.432
|
||||
%SRCID% 1.433
|
||||
-->
|
||||
|
||||
<chapter id="advanced-networking">
|
||||
|
@ -1908,7 +1908,7 @@ Associated with 00:13:46:49:41:76</screen>
|
|||
<para>Op machine <hostid>A</hostid>:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>ifconfig <replaceable>wlan0</replaceable> create wlandev <replaceable>ath0</replaceable> wlanmode adhoc</userinput>
|
||||
&prompt.root; <userinput>ifconfig <replaceable>wlan0</replaceable> inet <replaceable>192.168.0.1</replaceable> netmask <replaceable>255.255.255.0</replaceable> ssid
|
||||
&prompt.root; <userinput>ifconfig <replaceable>wlan0</replaceable> inet <replaceable>192.168.0.1</replaceable> netmask <replaceable>255.255.255.0</replaceable> ssid
|
||||
<replaceable>freebsdap</replaceable></userinput>
|
||||
wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
|
||||
ether 00:11:95:c3:0d:ac
|
||||
|
@ -1995,9 +1995,9 @@ cryptocaps=1f<WEP,TKIP,AES,AES_CCM,TKIPMIC></screen>
|
|||
welke beveiligingsprotocollen ingesteld kunnen worden op het
|
||||
toegangspunt.</para>
|
||||
|
||||
<para>Het draadloze apparaat kan enkel in hostap-modues worden
|
||||
<para>Het draadloze apparaat kan enkel in hostap-modus worden
|
||||
gezet tijdens het creeëren van het netwerk pseudo-device
|
||||
dus vooraf aangemaakte apparaten moeten eerst verwijderd
|
||||
dus een vooraf aangemaakt apparaat moet eerst verwijderd
|
||||
worden:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>ifconfig <replaceable>wlan0</replaceable> destroy</userinput></screen>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
$FreeBSD$
|
||||
|
||||
%SOURCE% en_US.ISO8859-1/books/handbook/config/chapter.sgml
|
||||
%SRCID% 1.243
|
||||
%SRCID% 1.244
|
||||
-->
|
||||
|
||||
<chapter id="config-tuning">
|
||||
|
@ -1233,8 +1233,8 @@ ifconfig_dc1="inet 10.0.0.1 netmask 255.255.255.0 media 10baseT/UTP"</programlis
|
|||
<filename>/usr/share/examples/etc/hosts</filename>.</para>
|
||||
|
||||
<note>
|
||||
<para>Als internet toegang benodigd is met dit apparaat, kan
|
||||
het zijn dat de default gateway, en de naamserver handmatig
|
||||
<para>Als internettoegang nodig is met dit apparaat, kan
|
||||
het zijn dat de default gateway en de naamserver handmatig
|
||||
moeten worden ingesteld:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>echo 'defaultrouter="<replaceable>your_default_router</replaceable>"' >> /etc/rc.conf</userinput>
|
||||
|
@ -1310,7 +1310,7 @@ round-trip min/avg/max/stddev = 0.700/0.729/0.766/0.025 ms</screen>
|
|||
van met <hostid role="ipaddr">192.168.1.2</hostid> als dit
|
||||
geconfigureerd is in het <filename>/etc/hosts</filename>
|
||||
bestand.</para>
|
||||
</sect3>
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
<title>Problemen oplossen</title>
|
||||
|
@ -3084,7 +3084,7 @@ hw.acpi.s4bios: 0</screen>
|
|||
serieële poort/kabel voor de serieële console of een
|
||||
Firewire poort/kabel voor &man.dcons.4;, en vaardigheden in het
|
||||
debuggen van de kernel.</para>
|
||||
|
||||
|
||||
<para>Om een probleem te kunnen isoleren helpt het om zoveel
|
||||
mogelijk stuurprogramma's uit de kernel te halen. Als dit
|
||||
werkt, kan er teruggewerkt worden naar het stuurprogramma dat
|
||||
|
|
Loading…
Reference in a new issue