diff options
author | Darren 'Tadgy' Austin <darren@afterdark.org.uk> | 2020-11-27 14:09:09 +0000 |
---|---|---|
committer | Robby Workman <rworkman@slackware.com> | 2021-02-27 23:47:58 -0600 |
commit | e5fccd9c24b3ad117fa2eb841433d95245ec705b (patch) | |
tree | ccb9fe48fba6ca04c6f4632aa4413398c48906cc /netconfig | |
parent | 76af13f21a0a0144ed1ab1294e8c0453784964f4 (diff) | |
download | slacknetsetup-e5fccd9c24b3ad117fa2eb841433d95245ec705b.tar.xz |
Give 2 examples for IP address entry syntax.
Diffstat (limited to 'netconfig')
-rw-r--r-- | netconfig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -648,7 +648,7 @@ if [ "$LOOPBACK" = "no" -a ! "$USE_DHCP" = "yes" -a ! "$USE_SLAAC" = "yes" ]; th space delimited, IPv4 addresses with netmasks in the format: \Z1<IP address>/<CIDR netmask>\Zn For example: - 111.112.113.114/24 + 111.112.113.114/24 or 111.112.113.114/24 10.0.1.114/8 Old style netmask 255.255.255.0 is equilivant of 24 in CIDR style. If a netmask is not specified a default of 24 will be used. @@ -744,7 +744,7 @@ Enter IPv4 gateway address:" 14 69 "$GATEWAY" 2> $TMP/SeTgateway4 space delimited, IPv6 addresses with their prefixes in the format: \Z1<IP address>/<prefix>\Zn For example: - 11a:11b:11c:11d::abc/64 + 1a:1b:1c:1d::abc/64 or 1a:1b:1c:1d::abc/64 fe80::2:3:4:abc/64 If a prefix is not specified a default of 64 will be used. If you do not want to configure a static IPv6 address or don't |