19. Hardware and Cabling

Cabling Types
Data Protocol Wire Specs Characteristics Max Length Shielded?
10T (10 Base T) UTP/Twisted Pair/Cat 5 Cable Has 6 connectors. Pins 2,3, & 7 are usually used. Resembles common phone cable 50 Meters
(62.5 ft)
No
102 (10 Base 2) Thinnet or Coax 1 connector. Outside part of cable is part of the circuit (two cables are required for a circuit.) Resembles cable TV cable. 185 Meters
(225 ft)
(max is 1200 ft with repeaters)
No
105 (10 Base 5) Thick Net 7 connectors. 500 Meters
(625 ft)
Yes
For a cable to be considered shielded, it needs a metal braid, and a separate ground.

Terms

Properties of cable

Hardware

Device levels

Commands

  1. Command to work with each interface – ifconfig (Sample hardware interfaces, le0 [lance Ethernet], ie0 [intelligent Ethernet], hme0, bme0 qe0 [quad Ethernet]) 0 is the first card you have (Sample software interfaces, lo0 [loopback interface, kernel])
  2. ifconfig –a – shows all plumbed interfaces (plumbed means kernel has recognized it)
  3. ifconfig [interface name] plumb – makes the kernel recognize interface (able to be configured by the kernel)
  4. ifconfig [interface name] unplumb – lose the config of the interface and remove it from the kernel
  5. ifconfig [interface name] ether [Ethernet address] (ie: ifconfig hme1 ether 8:0:20:4a:5b:6c) chooses the Ethernet address (not recommended, useful for licensing issues and when the programmable read only memory (prom) fails)
  6. ifconfig [interface name] up – tells the kernel to use this interface. ifconfig [interface name] down – tells the kernel not to use this interface
  7. at +10 reboot – this command will reboot the computer after 10 minutes, so that if you make a mistake and lock yourself out, it will reboot. Configuring devices can lock you out.

  Go to Chapter 18       Go to Index        Go to Chapter 20