]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/bsdconfig/include/network_device.hlp
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.sbin / bsdconfig / include / network_device.hlp
1 You can do network installations over 3 types of communications links:
2
3         Serial port:    SLIP / PPP
4         Parallel port:  PLIP (laplink cable)
5         Ethernet:       A standard Ethernet controller (includes some
6                         PCMCIA networking cards).
7
8 SLIP support is rather primitive and limited primarily to directly
9 connected links, such as a serial cable running between a laptop
10 computer and another PC.  The link must be hard-wired as the SLIP
11 installation doesn't currently offer a dialing capability (that
12 facility is offered by the PPP utility, which should be used in
13 preference to SLIP whenever possible).  When you choose the SLIP
14 option, you'll be given the option of later editing the slattach
15 command before it's run on the serial line.  It is expected that
16 you'll run slattach (or some equivalent command) on the other end of
17 the link at that time and bring up the line.  FreeBSD will then
18 install itself at serial speeds of up to 115.2K/baud (the recommended
19 speed for a hardwired cable).
20
21 If you're using a modem then PPP is almost certainly your only choice.
22 Make sure that you have your service provider's information handy as
23 you'll need to know it fairly early in the installation process.  You
24 will need to know your service provider's IP address, the IP address 
25 of your provider's DNS server, and possibly your own IP address unless
26 your ISP supports dynamic negotiation, most do.  If you do not choose
27 a PAP or CHAP login you will also need to know how to use the various
28 "AT commands" to dial the ISP with your particular brand of modem as
29 the PPP dialer provides only a very simple terminal emulator and has no
30 "modem capabilities database".  If you choose a PAP or CHAP login you
31 can simply enter `dial' (without the quotes) at the ppp prompt if your
32 modem uses the Hayes compatible AT command set.
33
34 If a hard-wired connection to another FreeBSD (2.0R or later) machine
35 is available, you might also consider installing over a "laplink"
36 parallel port cable.  The data rate over the parallel port is much
37 higher than what is typically possible over a serial line, and speeds
38 of over 50KB/sec are not uncommon.
39
40 Finally, for the fastest possible network installation, an Ethernet
41 adaptor is always a good choice!  FreeBSD supports most common PC
42 Ethernet cards, a table of which is provided in the FreeBSD Hardware
43 Guide (see the `Documentation' entry in the main menu).  If you are
44 using one of the supported PCMCIA Ethernet cards, also be sure that
45 it's plugged in BEFORE the laptop is powered on!  Sysinstall does not,
46 unfortunately, currently support "hot insertion" of PCMCIA cards.
47
48 You will also need to know your IP address on the network, the
49 "netmask" value for your address class, and the name of your machine.
50 Your system administrator can tell you which values to use for your
51 particular network setup.  If you will be referring to other hosts by
52 name rather than IP address, you'll also need a name server and
53 possibly the address of a gateway (if you're using PPP, it's your
54 provider's IP address) to use in talking to it.  If you do not know
55 the answers to all or most of these questions then you should really
56 probably talk to your system administrator FIRST before trying this
57 type of installation!  Choosing the wrong IP address on a busy network
58 will NOT make you popular with your systems administrator!  :-)