Changes between Version 12 and Version 13 of Workshops/Sig Comm2022/Mininet Optical
- Timestamp:
- Aug 19, 2022, 1:14:33 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Workshops/Sig Comm2022/Mininet Optical
v12 v13 449 449 }}} 450 450 451 3. Configure Ethernet interfaces and assign IP addresses:451 3. [=#point3]Configure Ethernet interfaces and assign IP addresses: 452 452 453 453 {{{#!bash … … 498 498 499 499 1. Open another terminal window and login to the node; using the same steps you used to open a new terminal window previously. Jump to the section on opening another terminal window [#point1 here] 500 2. Now, `~/mininet/util/m` can be used to 'log in' to any one of the servers much as you would with `ssh`. So you can ping any two servers. Let's try to ping srv1-lg1 from srv1-co1 like below. Note that we have assigned the address 192.168.1.2 to srv1-lg1 in the `config-sigcommtutorial.sh` file. 500 2. Now, `~/mininet/util/m` can be used to 'log in' to any one of the servers much as you would with `ssh`. So you can ping any two servers. [[BR]] 501 Let's try to ping srv1-lg1 from srv1-co1 like below. Note that we previously assigned the address 192.168.1.2 to srv1-lg1 in the `config-sigcommtutorial.sh` file [#point3 here] 501 502 {{{#!shell-session 502 503 root@<node>:~/mininet-optical# ~/mininet/util/m srv1-co1 ping 192.168.1.2