Changes between Version 7 and Version 8 of tutorials/mf-exp1
- Timestamp:
- May 4, 2020, 12:40:04 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
tutorials/mf-exp1
v7 v8 69 69 10. Run ./copy_hostconf.sh to copy host stack configuration files to the respective hosts 70 70 * Before copying host config file, make sure you edit these mfstack files present in conf folder. 71 * Inside {{{ mfstack1.conf}}} and {{{mfstack4.conf}}}, configure GUID and also the interfaces with the respective next hop IP and MAC address of the router.71 * Inside {{{vim mfstack1.conf}}} and {{{vim mfstack4.conf}}}, configure GUID and also the interfaces with the respective next hop IP and MAC address of the router. 72 72 {{{ 73 73 # Required. … … 96 96 console:~/cosmos_tutorial/exp1$./start_hosts.sh 97 97 }}} 98 Use {{{root@node1-3:~# tail -f /var/log/mfhost1.log}}} and {{{root@node1-6:~# tail -f /var/log/mfhost4.log}}} to read the logs/status of host with id 1 and id 4 respectively.98 Use the command {{{root@node1-3:~# tail -f /var/log/mfhost1.log}}} and {{{root@node1-6:~# tail -f /var/log/mfhost4.log}}} to read the logs/status of host with id 1 and id 4 respectively. 99 99 100 100 === Running MFPING ===