Use a 192.0.2.0/24 address in example per RFC 3330. Suggested by tron@.
This commit is contained in:
parent
2ded04cde2
commit
d1a2dd9a18
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: postinstall,v 1.70 2008/09/26 12:42:48 tsutsui Exp $
|
||||
.\" $NetBSD: postinstall,v 1.71 2008/09/27 01:26:28 tsutsui Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -198,7 +198,7 @@ For example:
|
|||
.if \n[x68k] .ds IFname ne0
|
||||
.if \n[xen] .ds IFname xennet0
|
||||
.
|
||||
.Dl ifconfig_\*[IFname]="inet 192.168.123.45 netmask 255.255.255.0"
|
||||
.Dl ifconfig_\*[IFname]="inet 192.0.2.123 netmask 255.255.255.0"
|
||||
.Pp
|
||||
or, if you have
|
||||
.Ar myname.my.dom
|
||||
|
|
Loading…
Reference in New Issue