Changes between Version 14 and Version 15 of Tutorials/Optical/Tutorial1


Ignore:
Timestamp:
May 11, 2020, 1:20:27 AM (4 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Optical/Tutorial1

    v14 v15  
    3023021. Install net-tools:
    303303
    304 {{{
     304{{{#!shell-session
    305305sudo apt install net-tools
    306306}}}
     
    3083082. Configure interfaces eo1 and assign IP addresses:
    309309
    310 {{{
     310{{{#!shell-session
    311311native@srv1-lg1:~$ sudo ifconfig eno1 192.168.1.1 netmask 255.255.255.0
    312312native@srv2-lg1:~$ sudo ifconfig eno1 192.168.1.2 netmask 255.255.255.0
     
    3213212. Try Ping from Srv1 to Srv2:
    322322
    323 {{{
     323{{{#!shell-session
    324324native@srv1-lg1:~$ ping 192.168.1.3
    325325PING 192.168.1.3 (192.168.1.3) 56(84) bytes of data.