Clarify that we mean /etc/rc.conf entries instead of just entries in
the Virtual Hosts part. [1] Update the programlisting that follows the previosly mentioned section and remove leading spaces (which changes the presentation on the site). [2] PR: docs/78132 Submitted by: Brad Davis <so14k at so14k dot com> [1] Siebrand Mazeland <s dot mazeland at xs4all dot nl> [2] Approved by: simon (mentor)
This commit is contained in:
parent
3c9d6665a3
commit
3de8cfcdf7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23922
1 changed files with 11 additions and 11 deletions
|
@ -1278,18 +1278,18 @@ round-trip min/avg/max/stddev = 0.700/0.729/0.766/0.025 ms</screen>
|
|||
<hostid role="ipaddr">202.0.75.20</hostid>) must be configured with a
|
||||
netmask of <hostid role="netmask">255.255.255.255</hostid>.</para>
|
||||
|
||||
<para>The following entries configure the adapter correctly for
|
||||
this arrangement:</para>
|
||||
<para>The following <filename>/etc/rc.conf</filename> entries
|
||||
configure the adapter correctly for this arrangement:</para>
|
||||
|
||||
<programlisting> ifconfig_fxp0="inet 10.1.1.1 netmask 255.255.255.0"
|
||||
ifconfig_fxp0_alias0="inet 10.1.1.2 netmask 255.255.255.255"
|
||||
ifconfig_fxp0_alias1="inet 10.1.1.3 netmask 255.255.255.255"
|
||||
ifconfig_fxp0_alias2="inet 10.1.1.4 netmask 255.255.255.255"
|
||||
ifconfig_fxp0_alias3="inet 10.1.1.5 netmask 255.255.255.255"
|
||||
ifconfig_fxp0_alias4="inet 202.0.75.17 netmask 255.255.255.240"
|
||||
ifconfig_fxp0_alias5="inet 202.0.75.18 netmask 255.255.255.255"
|
||||
ifconfig_fxp0_alias6="inet 202.0.75.19 netmask 255.255.255.255"
|
||||
ifconfig_fxp0_alias7="inet 202.0.75.20 netmask 255.255.255.255"</programlisting>
|
||||
<programlisting>ifconfig_fxp0="inet 10.1.1.1 netmask 255.255.255.0"
|
||||
ifconfig_fxp0_alias0="inet 10.1.1.2 netmask 255.255.255.255"
|
||||
ifconfig_fxp0_alias1="inet 10.1.1.3 netmask 255.255.255.255"
|
||||
ifconfig_fxp0_alias2="inet 10.1.1.4 netmask 255.255.255.255"
|
||||
ifconfig_fxp0_alias3="inet 10.1.1.5 netmask 255.255.255.255"
|
||||
ifconfig_fxp0_alias4="inet 202.0.75.17 netmask 255.255.255.240"
|
||||
ifconfig_fxp0_alias5="inet 202.0.75.18 netmask 255.255.255.255"
|
||||
ifconfig_fxp0_alias6="inet 202.0.75.19 netmask 255.255.255.255"
|
||||
ifconfig_fxp0_alias7="inet 202.0.75.20 netmask 255.255.255.255"</programlisting>
|
||||
|
||||
</sect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue