FreeBSD Bugzilla – Attachment 180515 Details for
Bug 217367
[handbook] 30.7. Link Aggregation and Failover: config from example 30.3 does not work after r287197
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
its Andriy's proposal wrapped as a patch
advanced-networking.example30.3.diff (text/plain), 2.44 KB, created by
Taras Korenko
on 2017-03-04 22:49:28 UTC
(
hide
)
Description:
its Andriy's proposal wrapped as a patch
Filename:
MIME Type:
Creator:
Taras Korenko
Created:
2017-03-04 22:49:28 UTC
Size:
2.44 KB
patch
obsolete
>Index: en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml >=================================================================== >--- en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml (revision 50035) >+++ en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml (working copy) >@@ -3699,16 +3699,13 @@ > <para>Replace <replaceable>bge0</replaceable> to match the > system's Ethernet interface name. The > <literal>ether</literal> line will contain the >- <acronym>MAC</acronym> address of the specified interface. >- Now, change the <acronym>MAC</acronym> address of the >- underlying wireless interface:</para> >+ <acronym>MAC</acronym> address of the specified interface.</para> > >- <screen>&prompt.root; <userinput>ifconfig <replaceable>iwn0</replaceable> ether <replaceable>00:21:70:da:ae:37</replaceable></userinput></screen> >- >- <para>Bring the wireless interface up, but do not set an >+ <para>Bring the wireless interface up, change its >+ <acronym>MAC</acronym> address, but do not set an > <acronym>IP</acronym> address:</para> > >- <screen>&prompt.root; <userinput>ifconfig <replaceable>wlan0</replaceable> create wlandev <replaceable>iwn0</replaceable> ssid <replaceable>my_router</replaceable> up</userinput></screen> >+ <screen>&prompt.root; <userinput>ifconfig <replaceable>wlan0</replaceable> create wlandev <replaceable>iwn0</replaceable> ether <replaceable>00:21:70:da:ae:37</replaceable> ssid <replaceable>my_router</replaceable> up</userinput></screen> > > <para>Make sure the <replaceable>bge0</replaceable> interface > is up, then create the &man.lagg.4; interface with >@@ -3741,12 +3738,11 @@ > following entries to > <filename>/etc/rc.conf</filename>:</para> > >- <programlisting>ifconfig_bge0="up" >-ifconfig_<replaceable>iwn0</replaceable>="<replaceable>ether 00:21:70:da:ae:37</replaceable>" >+ <programlisting>ifconfig_<replaceable>bge0</replaceable>="up" > wlans_<replaceable>iwn0</replaceable>="wlan0" >-ifconfig_wlan0="WPA" >+ifconfig_wlan0="ether <replaceable>00:21:70:da:ae:37</replaceable> WPA" > cloned_interfaces="<literal>lagg<replaceable>0</replaceable></literal>" >-ifconfig_<literal>lagg<replaceable>0</replaceable></literal>="laggproto failover laggport bge0 laggport wlan0 DHCP"</programlisting> >+ifconfig_<literal>lagg<replaceable>0</replaceable></literal>="laggproto failover laggport <replaceable>bge0</replaceable> laggport <replaceable>wlan0</replaceable> DHCP"</programlisting> > </example> > </sect2> > </sect1>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 217367
: 180515 |
180516