- correct syntax for carp 10 interfaces
PR: 210189 Reported by: andrew.hotlab@hotmail.com Reviewed by: smh@
This commit is contained in:
parent
2cdc1c7692
commit
2c039c1e96
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48922
1 changed files with 4 additions and 4 deletions
|
@ -5056,7 +5056,7 @@ route_hostD="192.168.173.4 hatm0 0 102 llc/snap ubr"</programlisting>
|
|||
|
||||
<programlisting>hostname="<replaceable>hosta.example.org</replaceable>"
|
||||
ifconfig_<replaceable>em0</replaceable>="inet <replaceable>192.168.1.3</replaceable> netmask <replaceable>255.255.255.0</replaceable>"
|
||||
ifconfig_<replaceable>em0</replaceable>_alias0="vhid <replaceable>1</replaceable> pass <replaceable>testpass</replaceable> alias <replaceable>192.168.1.50</replaceable>/32"</programlisting>
|
||||
ifconfig_<replaceable>em0</replaceable>_alias0="inet vhid <replaceable>1</replaceable> pass <replaceable>testpass</replaceable> alias <replaceable>192.168.1.50</replaceable>/32"</programlisting>
|
||||
|
||||
<para>The next set of entries are for
|
||||
<systemitem>hostb.example.org</systemitem>. Since it
|
||||
|
@ -5069,7 +5069,7 @@ ifconfig_<replaceable>em0</replaceable>_alias0="vhid <replaceable>1</replaceable
|
|||
|
||||
<programlisting>hostname="<replaceable>hostb.example.org</replaceable>"
|
||||
ifconfig_<replaceable>em0</replaceable>="inet <replaceable>192.168.1.4</replaceable> netmask <replaceable>255.255.255.0</replaceable>"
|
||||
ifconfig_<replaceable>em0</replaceable>_alias0="vhid <replaceable>2</replaceable> pass <replaceable>testpass</replaceable> alias <replaceable>192.168.1.51</replaceable>/32"</programlisting>
|
||||
ifconfig_<replaceable>em0</replaceable>_alias0="inet vhid <replaceable>2</replaceable> pass <replaceable>testpass</replaceable> alias <replaceable>192.168.1.51</replaceable>/32"</programlisting>
|
||||
|
||||
<para>The third machine,
|
||||
<systemitem>hostc.example.org</systemitem>, is configured to
|
||||
|
@ -5085,8 +5085,8 @@ ifconfig_<replaceable>em0</replaceable>_alias0="vhid <replaceable>2</replaceable
|
|||
|
||||
<programlisting>hostname="hostc.example.org"
|
||||
ifconfig_<replaceable>em0</replaceable>="inet <replaceable>192.168.1.5</replaceable> netmask <replaceable>255.255.255.0</replaceable>"
|
||||
ifconfig_<replaceable>em0</replaceable>_alias0="vhid <replaceable>1</replaceable> advskew <replaceable>100</replaceable> pass <replaceable>testpass</replaceable> alias <replaceable>192.168.1.50</replaceable>/32"
|
||||
ifconfig_<replaceable>em0</replaceable>_alias1="vhid <replaceable>2</replaceable> advskew <replaceable>100</replaceable> pass <replaceable>testpass</replaceable> alias <replaceable>192.168.1.51</replaceable>/32"</programlisting>
|
||||
ifconfig_<replaceable>em0</replaceable>_alias0="inet vhid <replaceable>1</replaceable> advskew <replaceable>100</replaceable> pass <replaceable>testpass</replaceable> alias <replaceable>192.168.1.50</replaceable>/32"
|
||||
ifconfig_<replaceable>em0</replaceable>_alias1="inet vhid <replaceable>2</replaceable> advskew <replaceable>100</replaceable> pass <replaceable>testpass</replaceable> alias <replaceable>192.168.1.51</replaceable>/32"</programlisting>
|
||||
|
||||
<para>Having two <acronym>CARP</acronym>
|
||||
<acronym>VHID</acronym>s configured means that
|
||||
|
|
Loading…
Reference in a new issue