diff --git a/ConnectionSharing.txt b/ConnectionSharing.txt
index 5e35e64..606959d 100644
--- a/ConnectionSharing.txt
+++ b/ConnectionSharing.txt
@@ -11,6 +11,15 @@ Situations in which ICS may be necessary include:
* Wireless connection.
* When it is impractical (such as with distance) to run multiple network cables to each computer.
+== GUI Method via Netowork Manager (Ubuntu 14.04, 16.04) ==
+
+Assuming your Internet connection is on Wi-Fi, and you want to share via cable.
+On Ubuntu 14.04 open Network connections from the applet or via commandline {{{nm-connection-editor}}}, then {{{add}}} a connection, select type {{{ethernet}}}, {{{create}}}, then on tab IPv4 Settings select Method {{{Shared to other computers}}}. That should be all for connection sharing.
+
+Assuming you have a cable connection and want to create a hotspot for other Wi-Fi devices.
+For Wi-Fi you need to set an SSID and Method {{{Hotspot}}} on tab {{{Wi-Fi}}}, as well as Security {{{WPA}}} and a password on {{{Wi-Fi Security}}} tab.
+
+On 16.04 start the {{{nm-connection-editor}}} via commandline, configure as before, then the created connection appears and works from gnome3-shell network settings.
== GUI Method via Network Manager (Ubuntu 12.04) ==