Repository : http://git.fedorahosted.org/cgit/docs/networking-guide.git
On branch : 21
>---------------------------------------------------------------
commit f786909858b4137f5eedb147fdfc8ceee3e3f9f5
Author: Stephen Wadeley <swadeley(a)redhat.com>
Date: Sun Mar 29 19:21:13 2015 +0200
VLAN name should correspond with VLAN id
>---------------------------------------------------------------
en-US/Configure_802_1Q_VLAN_Tagging.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/en-US/Configure_802_1Q_VLAN_Tagging.xml b/en-US/Configure_802_1Q_VLAN_Tagging.xml
index f09c7ad..6f0810c 100644
--- a/en-US/Configure_802_1Q_VLAN_Tagging.xml
+++ b/en-US/Configure_802_1Q_VLAN_Tagging.xml
@@ -363,16 +363,16 @@ GENERAL.STATE: activating
Further options for the VLAN command are listed in the VLAN section of the <filename>nmcli(1)</filename> man page. In the man pages the device on which the VLAN is created is referred to as the parent device. In the example above the device was specified by its interface name, <literal>eth0</literal>, it can also be specified by the connection UUID or MAC address.
</para>
<para>
- To create an 802.1Q VLAN connection profile with ingress priority mapping on Ethernet interface <replaceable>eth1</replaceable>, with name <interface>VLAN1</interface> and ID <literal>13</literal>, issue a command as follows:
- <screen>~]$ <command>nmcli con add type vlan con-name <replaceable>VLAN1</replaceable> dev <replaceable>eth2</replaceable> id 13 ingress "2:3,3:5"</command></screen>
+ To create an 802.1Q VLAN connection profile with ingress priority mapping on Ethernet interface <replaceable>eth1</replaceable>, with name <interface>VLAN13</interface> and ID <literal>13</literal>, issue a command as follows:
+ <screen>~]$ <command>nmcli con add type vlan con-name <replaceable>VLAN13</replaceable> dev <replaceable>eth2</replaceable> id 13 ingress "2:3,3:5"</command></screen>
</para>
<para>
To view all the parameters associated with the VLAN created above, issue a command as follows:
- <screen>~]$ <command>nmcli connection show <replaceable>vlan-VLAN10</replaceable></command></screen>
+ <screen>~]$ <command>nmcli connection show <replaceable>VLAN13</replaceable></command></screen>
</para>
<para>
To change the MTU, issue a command as follows:
- <screen>~]$ <command>nmcli connection modify <replaceable>vlan-VLAN10</replaceable> 802.mtu 1496</command></screen>
+ <screen>~]$ <command>nmcli connection modify <replaceable>VLAN13</replaceable> 802.mtu 1496</command></screen>
The MTU setting determines the maximum size of the network layer packet. The maximum size of the payload the link-layer frame can carry in turn limits the network layer MTU. For standard Ethernet frames this means an MTU of 1500 bytes. It should not be necessary to change the MTU when setting up a VLAN as the link-layer header is increased in size by 4 bytes to accommodate the 802.1Q tag.
</para>
<para>
Repository : http://git.fedorahosted.org/cgit/docs/networking-guide.git
On branch : 21
>---------------------------------------------------------------
commit f86f69663c2dc842a7c427a6193249ad8c7ac456
Author: Stephen Wadeley <swadeley(a)redhat.com>
Date: Thu Feb 26 22:18:21 2015 +0100
'less than' and 'greater than' were revered
>---------------------------------------------------------------
en-US/Configure_Networking.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/en-US/Configure_Networking.xml b/en-US/Configure_Networking.xml
index 8253a03..c8304bb 100644
--- a/en-US/Configure_Networking.xml
+++ b/en-US/Configure_Networking.xml
@@ -2166,7 +2166,7 @@ The use of the <option>-p, --pretty</option> option adds a title banner and sect
Adding a new '802-3-ethernet' connection
Type 'help' or '?' for available commands.
-Type 'describe [>setting<.>prop<]' for detailed property description.
+Type 'describe [<setting>.<prop>]' for detailed property description.
You may edit the following settings: connection, 802-3-ethernet (ethernet), 802-1x, ipv4, ipv6, dcb
nmcli> set ipv4.addresses 192.168.122.88/24
@@ -2258,7 +2258,7 @@ To configure a static route for an Ethernet connection using the interactive edi
Adding a new '802-3-ethernet' connection
Type 'help' or '?' for available commands.
-Type 'describe [>setting<.>prop<]' for detailed property description.
+Type 'describe [<setting>.<prop>]' for detailed property description.
You may edit the following settings: connection, 802-3-ethernet (ethernet), 802-1x, ipv4, ipv6, dcb
nmcli> set ipv4.routes 192.168.122.0/24 10.10.10.1
Repository : http://git.fedorahosted.org/cgit/docs/networking-guide.git
On branch : 21
>---------------------------------------------------------------
commit bb48d64e8297194a24189ffefb94c74d08304cef
Author: Stephen Wadeley <swadeley(a)redhat.com>
Date: Sat Mar 28 23:04:46 2015 +0100
Fix: Assigning Addresses to VLAN Interfaces
>---------------------------------------------------------------
en-US/Configure_802_1Q_VLAN_Tagging.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/en-US/Configure_802_1Q_VLAN_Tagging.xml b/en-US/Configure_802_1Q_VLAN_Tagging.xml
index dc5852c..f09c7ad 100644
--- a/en-US/Configure_802_1Q_VLAN_Tagging.xml
+++ b/en-US/Configure_802_1Q_VLAN_Tagging.xml
@@ -301,11 +301,11 @@ Connection 'VLAN12' (b796c16a-9f5f-441c-835c-f594d40e6533) successfully added.</
You can use the same <application>nmcli</application> commands to assign static and dynamic interface addresses as with any other interface.</para>
<para>
For example, a command to create a VLAN interface with a static <systemitem class="protocol">IPv4</systemitem> address and gateway is as follows:
- <screen>~]$ <command>nmcli con add type vlan con-name <replaceable>VLAN20</replaceable> ifname <replaceable>eth0</replaceable> ip4 10.10.10.10/24 \</command>
-<command>gw4 10.10.10.254</command></screen></para>
+ <screen>~]$ <command>nmcli con add type vlan con-name <replaceable>VLAN20</replaceable> ifname <replaceable>VLAN20</replaceable> id 20 \</command>
+<command>dev <replaceable>eth0</replaceable> ip4 10.10.10.10/24 gw4 10.10.10.254</command></screen></para>
<para>
To create a VLAN interface with dynamically assigned addressing, issue a command as follows:
- <screen>~]$ <command>nmcli con add type vlan con-name <replaceable>VLAN30</replaceable> ifname <replaceable>eth0</replaceable></command></screen>
+ <screen>~]$ <command>nmcli con add type vlan con-name <replaceable>VLAN30</replaceable> ifname <replaceable>VLAN30</replaceable> id 30 dev <replaceable>eth0</replaceable></command></screen>
</para>
<para>
See <xref linkend="sec-Connecting_to_a_Network_Using_nmcli" /> for examples of using <application>nmcli</application> commands to configure interfaces.
Repository : http://git.fedorahosted.org/cgit/docs/networking-guide.git
On branch : 21
>---------------------------------------------------------------
commit ef84feffc6153647085be7f10c100b2601b68e02
Author: Stephen Wadeley <swadeley(a)redhat.com>
Date: Thu Feb 26 22:52:47 2015 +0100
Modifying a Static Ethernet Connection
>---------------------------------------------------------------
en-US/Configure_Networking.xml | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/en-US/Configure_Networking.xml b/en-US/Configure_Networking.xml
index b3751da..d4e0bf5 100644
--- a/en-US/Configure_Networking.xml
+++ b/en-US/Configure_Networking.xml
@@ -2156,6 +2156,16 @@ connection.gateway-ping-timeout: 0
<lineannotation>[output truncated]</lineannotation></screen>
The use of the <option>-p, --pretty</option> option adds a title banner and section breaks to the output.</para>
+ <bridgehead id="Modifying_a_Static_Ethernet_Connection">Modifying a Static Ethernet Connection</bridgehead>
+
+<para>
+ To replace existing <systemitem class="protocol">IP</systemitem> addresses, enter a command as follows:
+ <screen>~]$ <command>nmcli con mod <replaceable>test-lab</replaceable> ipv4.addresses "192.168.112.112"</command></screen></para>
+ <para>
+ To add additional <systemitem class="protocol">IP</systemitem> addresses, use the <literal>+</literal> prefix as follows:
+ <screen>~]$ <command>nmcli con mod <replaceable>test-lab</replaceable> +ipv4.addresses "192.168.114.114"</command></screen></para>
+ <para>
+
<example id="ex-Configuring_a_Static_Ethernet_Connection_Using_the_Interactive_Editor">
<title>Configuring a Static Ethernet Connection Using the Interactive Editor</title>
Repository : http://git.fedorahosted.org/cgit/docs/networking-guide.git
On branch : 21
>---------------------------------------------------------------
commit 704e50f26c275f9ce5f56ed99062329d811bbeea
Author: Stephen Wadeley <swadeley(a)redhat.com>
Date: Thu Feb 26 22:20:37 2015 +0100
Improve spacing in screen section
>---------------------------------------------------------------
en-US/Configure_Networking.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/en-US/Configure_Networking.xml b/en-US/Configure_Networking.xml
index c8304bb..fca052f 100644
--- a/en-US/Configure_Networking.xml
+++ b/en-US/Configure_Networking.xml
@@ -2013,10 +2013,10 @@ Note that the NAME field in the output always denotes the connection ID (name).
Adding an Ethernet connection means creating a configuration profile which is then assigned to a device. Before creating a new profile, review the available devices
as follows:
<screen>~]$ <command>nmcli dev status</command>
-DEVICE TYPE STATE CONNECTION
-wlan0 wifi connected my-ssid
-eth0 ethernet unavailable --
-lo loopback unmanaged --</screen>
+DEVICE TYPE STATE CONNECTION
+wlan0 wifi connected my-ssid
+eth0 ethernet unavailable --
+lo loopback unmanaged --</screen>
</para>
<bridgehead id="Adding_a_Dynamic_Ethernet_Connection">Adding a Dynamic Ethernet Connection</bridgehead>
Repository : http://git.fedorahosted.org/cgit/docs/networking-guide.git
On branch : 21
>---------------------------------------------------------------
commit a2630ffc3f800d74d9fe870068313ba411953079
Author: Stephen Wadeley <swadeley(a)redhat.com>
Date: Thu Feb 26 22:56:44 2015 +0100
Remove stray para from previous commit
>---------------------------------------------------------------
en-US/Configure_Networking.xml | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/en-US/Configure_Networking.xml b/en-US/Configure_Networking.xml
index d4e0bf5..e795fbd 100644
--- a/en-US/Configure_Networking.xml
+++ b/en-US/Configure_Networking.xml
@@ -2164,7 +2164,6 @@ The use of the <option>-p, --pretty</option> option adds a title banner and sect
<para>
To add additional <systemitem class="protocol">IP</systemitem> addresses, use the <literal>+</literal> prefix as follows:
<screen>~]$ <command>nmcli con mod <replaceable>test-lab</replaceable> +ipv4.addresses "192.168.114.114"</command></screen></para>
- <para>
<example id="ex-Configuring_a_Static_Ethernet_Connection_Using_the_Interactive_Editor">
<title>Configuring a Static Ethernet Connection Using the Interactive Editor</title>