Changes between Initial Version and Version 1 of slackwareInstalls


Ignore:
Timestamp:
2013-06-05T13:41:16-04:00 (12 years ago)
Author:
warb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • slackwareInstalls

    v1 v1  
     1== Put Notes on Slackware installs here ==
     2=== Networking ===
     3The preferred way of setting up your network connection is through the use of the netconfig program.
     4
     5==== rc.inet1====
     6
     7rc.inet1's role is simple: it configures your networking devices and sets up your routing. Essentially, rc.inet1 is the file that gives you a network in the first place, reading config options from its config file: rc.inet1.conf.
     8
     9This configuration file is pretty simple, it supports up to 3 different networking devices. For each device there's a section like the following:
     10
     11# Config information for eth0:
     12IPADDR[0]=""
     13NETMASK[0]=""
     14USE_DHCP[0]=""
     15DHCP_HOSTNAME[0]=""
     16