Changes between Version 14 and Version 15 of Tutorials/Optical/Tutorial1
- Timestamp:
- May 11, 2020, 1:20:27 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Optical/Tutorial1
v14 v15 302 302 1. Install net-tools: 303 303 304 {{{ 304 {{{#!shell-session 305 305 sudo apt install net-tools 306 306 }}} … … 308 308 2. Configure interfaces eo1 and assign IP addresses: 309 309 310 {{{ 310 {{{#!shell-session 311 311 native@srv1-lg1:~$ sudo ifconfig eno1 192.168.1.1 netmask 255.255.255.0 312 312 native@srv2-lg1:~$ sudo ifconfig eno1 192.168.1.2 netmask 255.255.255.0 … … 321 321 2. Try Ping from Srv1 to Srv2: 322 322 323 {{{ 323 {{{#!shell-session 324 324 native@srv1-lg1:~$ ping 192.168.1.3 325 325 PING 192.168.1.3 (192.168.1.3) 56(84) bytes of data.