summaryrefslogtreecommitdiffstats
path: root/manpages/rc.inet1.8
diff options
context:
space:
mode:
authorDarren 'Tadgy' Austin <darren@afterdark.org.uk>2019-11-15 21:38:59 +0000
committerDarren 'Tadgy' Austin <darren@afterdark.org.uk>2019-11-15 21:38:59 +0000
commit393f2f7b3ad53fae7b34c9efc6c8eabcf713466d (patch)
tree58a68fdf31560d602060bdc2f25428daba1efc47 /manpages/rc.inet1.8
parent04613948a709db1f444aa6aa2b54f06958b227d9 (diff)
downloadslacknetsetup-393f2f7b3ad53fae7b34c9efc6c8eabcf713466d.tar.xz
Update manpages with new interface configurations.
Diffstat (limited to 'manpages/rc.inet1.8')
-rw-r--r--manpages/rc.inet1.811
1 files changed, 6 insertions, 5 deletions
diff --git a/manpages/rc.inet1.8 b/manpages/rc.inet1.8
index 92f7cea..4102eec 100644
--- a/manpages/rc.inet1.8
+++ b/manpages/rc.inet1.8
@@ -17,7 +17,7 @@ Wireless interfaces are configured just like any network device
but accept many more configuration parameters.
.LP
rc.inet1 reads its configuration parameters from a file
-.IR rc.inet1.conf .
+.IR /etc/rc.d/rc.inet1.conf .
The
.I rc.inet1.conf
file contains a series of variable array definitions,
@@ -27,7 +27,7 @@ The way to start your network (configuring your nics and
bringing the interfaces up, and creating a default route if required)
is by running the command:
.LP
-.B /etc/rc.d/rc.inet1
+.B /etc/rc.d/rc.inet1 start
.LP
Restarting the whole network (all available network interfaces)
is done in a similar fashion:
@@ -96,12 +96,13 @@ rc.inet1.conf by default.
.LP
If you want to configure more than six network interfaces, you will
have to edit the file
-.I /etc/rc.d/rc.inet1
+.I /etc/rc.d/rc.inet1.conf
and change the value `6' in the line:
.br
-.B \ \ MAXNICS=${MAXNICS:-6}
+.B \ \ #MAXNICS="6"
.br
-to a value that is larger than the largest index value you use.
+(at the very bottom of the file) to a value that is larger than the largest
+index value you use, and uncomment the line.
.LP
The /etc/rc.d/rc.wireless script is not meant to be run on its own by the user!
.SH AUTHORS