svn commit: r188290 - stable/7/share/man/man5

Bjoern A. Zeeb bz at FreeBSD.org
Sat Feb 7 07:31:25 PST 2009


Author: bz
Date: Sat Feb  7 15:31:23 2009
New Revision: 188290
URL: http://svn.freebsd.org/changeset/base/188290

Log:
  MFC: r187668
  
    Change IP addresses/prefixes to be from "Test-Net" (IPv4 documentation
    prefix 192.0.2.0/24) rather than from private-use networks.

Modified:
  stable/7/share/man/man5/   (props changed)
  stable/7/share/man/man5/rc.conf.5

Modified: stable/7/share/man/man5/rc.conf.5
==============================================================================
--- stable/7/share/man/man5/rc.conf.5	Sat Feb  7 15:21:11 2009	(r188289)
+++ stable/7/share/man/man5/rc.conf.5	Sat Feb  7 15:31:23 2009	(r188290)
@@ -1085,9 +1085,9 @@ One can configure more than one IPv4 add
 variable.
 One or more IP addresses must be provided in Classless Inter-Domain
 Routing (CIDR) address notation, whose last byte can be a range like
-192.168.0.5-23/24.
-In this case the address 192.168.0.5 will be configured with the
-netmask /24 and the addresses 192.168.0.6 to 192.168.0.23 with
+192.0.2.5-23/24.
+In this case the address 192.0.2.5 will be configured with the
+netmask /24 and the addresses 192.0.2.6 to 192.0.2.23 with
 the non-conflicting netmask /32 as explained in the
 .Xr ifconfig 8
 alias section.
@@ -1095,7 +1095,7 @@ With the interface in question being
 .Li ed0 ,
 an example could look like:
 .Bd -literal
-ipv4_addrs_ed0="192.168.0.1/24 192.168.1.1-5/28"
+ipv4_addrs_ed0="192.0.2.129/27 192.0.2.1-5/28"
 .Ed
 .Pp
 It is also possible to add IP alias entries using
@@ -1205,7 +1205,7 @@ variable.
 It is also possible to rename interface by doing:
 .Bd -literal
 ifconfig_ed0_name="net0"
-ifconfig_net0="inet 10.0.0.1 netmask 0xffff0000"
+ifconfig_net0="inet 192.0.2.1 netmask 0xffffff00"
 .Ed
 .It Va ipv6_network_interfaces
 .Pq Vt str
@@ -3281,7 +3281,7 @@ Assuming that the jail in question was n
 you would have the following dependent variables:
 .Bd -literal
 jail_vjail_hostname="jail.example.com"
-jail_vjail_ip="192.168.1.100"
+jail_vjail_ip="192.0.2.100"
 jail_vjail_rootdir="/var/jails/vjail/root"
 .Ed
 .Pp


More information about the svn-src-stable mailing list