aboutsummaryrefslogtreecommitdiff
path: root/rc.conf.5.txt
diff options
context:
space:
mode:
Diffstat (limited to 'rc.conf.5.txt')
-rw-r--r--rc.conf.5.txt16
1 files changed, 15 insertions, 1 deletions
diff --git a/rc.conf.5.txt b/rc.conf.5.txt
index 56a163f..05cf74f 100644
--- a/rc.conf.5.txt
+++ b/rc.conf.5.txt
@@ -132,6 +132,20 @@ The following settings help you setting up a wired network.
Default: empty
Required for manual configuration, ignored for DHCP.
+*Static IP example*::
+ interface=eth0
+ address=192.168.0.2
+ netmask=255.255.255.0
+ broadcast=192.168.0.255
+ gateway=192.168.0.1
+
+*DHCP example*::
+ interface=eth0
+ address=
+ netmask=
+ gateway=
+
+The following options might be needed for advanced use-cases.
*NETWORK_PERSIST*::
Setting this to "yes" will skip network shutdown.
@@ -165,4 +179,4 @@ Daemons[[D]]
Authors
-------
- Written by Dieter Plaetinck and others.
+ Written by Tom Gundersen, Dieter Plaetinck and others.