Adding high level overview of configuration for connecting a subsciber through the local E-CORD pod to internet

Change-Id: Iff8422c2f7df84c125c50a23dfe36fd8be2d8b0a
diff --git a/docs/installation_guide.md b/docs/installation_guide.md
index ac1356e..9b5f1b0 100644
--- a/docs/installation_guide.md
+++ b/docs/installation_guide.md
@@ -522,3 +522,15 @@
 
 ## Success: Ping!
 If everything works fine, the two hosts should be able to ping one each other.
+
+# Connecting to Internet
+A local E-CORD pod is also capable of connecting an enterprise to the public internet through the same CPE we leverage to setup the ELine. 
+In order to achive this connectivity you need to:
+* Generate Traffic with a different VLAN tag (c-tag) form the ones used in your Eline(s).
+* Install a rule in the MicroSemi EA1000 CPE to take the newly tagged traffic and push on it a different VLAN tag (s-tag) than the one used for ELine(s).
+* Configure the ip of interface of the leaf switch to which the upstream router is connected. The Ip of this interface needs to be on the same subnet as the upstream router.
+* Configure in the ONOS fabric a default route to the upstream router.
+* Configure a crossconnect into the fabric to make sure the traffic gets forwarded thowards the compute node where the vEG instances get spawned.
+* Create a subsciber. A an example of ho to run a test one is [here](https://guide.opencord.org/profiles/ecord/dev_guide.html#run-an-e-cord-test-subscriber). This subscriber creates an instance of the different services needed to connect to the public internet.
+
+At This point you should be able to connect from your laptop to the public internet when connected to your E-CORD local pod.
\ No newline at end of file