From 2e5af5a92d706500af8b118c78990e2af72983a6 Mon Sep 17 00:00:00 2001
From: Tien-Thinh Nguyen <tien-thinh.nguyen@eurecom.fr>
Date: Thu, 4 Jan 2018 15:50:36 +0100
Subject: [PATCH] add network configuration

---
 d2d_emulator_setup.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/d2d_emulator_setup.txt b/d2d_emulator_setup.txt
index 4e9f708c595..6fde29eff32 100644
--- a/d2d_emulator_setup.txt
+++ b/d2d_emulator_setup.txt
@@ -3,6 +3,14 @@ SynchREF UE (UE1)
 
 UE1(eth0 - 10.10.10.1)--------UE2(eth0 - 10.10.10.2)
 
+Here's an example of /etc/network/interfaces configuration for UE1
+auto eth0
+   iface eth0 inet static
+   address 10.10.10.1
+   netmask 255.255.255.0
+   gateway 10.10.10.1
+
+
 
 Prepare the environment:
  - git clone https://gitlab.eurecom.fr/matzakos/LTE-D2D.git
-- 
GitLab