Commit 2e5af5a9 authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

add network configuration

parent c5a3e404
...@@ -3,6 +3,14 @@ SynchREF UE (UE1) ...@@ -3,6 +3,14 @@ SynchREF UE (UE1)
UE1(eth0 - 10.10.10.1)--------UE2(eth0 - 10.10.10.2) 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: Prepare the environment:
- git clone https://gitlab.eurecom.fr/matzakos/LTE-D2D.git - git clone https://gitlab.eurecom.fr/matzakos/LTE-D2D.git
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment