Add index entries for the "Setting Up Network Interface Cards" section.
This commit is contained in:
parent
e06a5c36e5
commit
a215d35a05
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14620
1 changed files with 23 additions and 0 deletions
|
|
@ -429,6 +429,8 @@ exit 0
|
|||
|
||||
<title>Setting Up Network Interface Cards</title>
|
||||
|
||||
<indexterm><primary>Network card configuration</primary></indexterm>
|
||||
|
||||
<para>Nowadays we can not think about a computer without thinking
|
||||
about a network connection. Adding and configuring a network
|
||||
card is a common task for any FreeBSD administrator.</para>
|
||||
|
|
@ -436,6 +438,11 @@ exit 0
|
|||
<sect2>
|
||||
<title>Locating the Correct Driver</title>
|
||||
|
||||
<indexterm>
|
||||
<primary>Network card configuration</primary>
|
||||
<secondary>Locating the driver</secondary>
|
||||
</indexterm>
|
||||
|
||||
<para>Before you begin, you should know the model of the card
|
||||
you have, the chip it uses, and whether it is a PCI or ISA card.
|
||||
FreeBSD supports a wide variety of both PCI and ISA cards.
|
||||
|
|
@ -491,6 +498,11 @@ ukphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto</screen>
|
|||
<sect2>
|
||||
<title>Configuring the Network Card</title>
|
||||
|
||||
<indexterm>
|
||||
<primary>Network card configuration</primary>
|
||||
<secondary>configuration</secondary>
|
||||
</indexterm>
|
||||
|
||||
<para>Once the right driver is loaded for the network card, the
|
||||
card needs to be configured. As with many other things, the
|
||||
network card may have been configured at installation time by
|
||||
|
|
@ -507,6 +519,7 @@ dc0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
|
|||
status: active
|
||||
dc1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
|
||||
inet 10.0.0.1 netmask 0xffffff00 broadcast 10.0.0.255
|
||||
w
|
||||
ether 00:a0:cc:da:da:db
|
||||
media: Ethernet 10baseT/UTP
|
||||
status: no carrier
|
||||
|
|
@ -665,6 +678,11 @@ ifconfig_dc1="inet 10.0.0.1 netmask 255.255.255.0 media 10baseT/UTP"</programlis
|
|||
<sect3>
|
||||
<title>Testing the Ethernet Card</title>
|
||||
|
||||
<indexterm>
|
||||
<primary>Network card configuration</primary>
|
||||
<secondary>Testing the card</secondary>
|
||||
</indexterm>
|
||||
|
||||
<para>To verify that an Ethernet card is configured correctly,
|
||||
you have to try two things. First, ping the interface itself,
|
||||
and then ping another machine on the LAN.</para>
|
||||
|
|
@ -705,6 +723,11 @@ round-trip min/avg/max/stddev = 0.700/0.729/0.766/0.025 ms</screen>
|
|||
<sect3>
|
||||
<title>Troubleshooting</title>
|
||||
|
||||
<indexterm>
|
||||
<primary>Network card configuration</primary>
|
||||
<secondary>Troubleshooting</secondary>
|
||||
</indexterm>
|
||||
|
||||
<qandaset>
|
||||
<qandaentry>
|
||||
<question>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue