Changes between Version 18 and Version 19 of GENILTE/LTEDeployment


Ignore:
Timestamp:
04/11/17 13:49:00 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENILTE/LTEDeployment

    v18 v19  
    177177The wiki OAI Repository has a wiki page that captures [https://gitlab.eurecom.fr/oai/openairinterface5g/wikis/HowToConnectCOTSUEwithOAIeNBNew How to Connect OAI ePC with COTS User Equipment]. Instruction on the page are followed as stated, with some minor deviations needed for the GENI hosts. Our installation will use:
    178178
    179 1. Hostnames {{{nano}}} and {{{hss}} will be defined and their  dommain-name is {{{orbit-lab.org}}}. To define:
    180 {{{
    181 # Append the following lines to /etc/hosts:
     179__Hostnames and domain-name configuration__
     180
     181Append the following lines to /etc/hosts:
     182{{{
    182183 127.0.1.1 nano.orbit-lab.org nano
    183184 127.0.1.1 hss.orbit-lab.org hss
    184 
    185 # Remove /etc/hostname file
     185}}}
     186
     187Remove /etc/hostname file
     188{{{
    186189 sudo rm /etc/hostname
    187 
    188 # Change the hostname
     190}}}
     191
     192Change the hostname:
     193{{{
    189194 sudo hostnamectl set-hostname nano
    190 
    191 # logout and login again to verify hostname.  After login and verify resolution:
    192 
     195}}}
     196Logout and login again to verify hostname change and verify name resolution:
     197{{{
    193198lnevers@nano:~$ sudo getent hosts nano
    194199127.0.1.1       nano.orbit-lab.org nano