Changes between Version 3 and Version 4 of GEC15Agenda/AdvancedGENITopoOmni/Instructions/TopologyExperiment
- Timestamp:
- 10/21/12 22:43:33 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GEC15Agenda/AdvancedGENITopoOmni/Instructions/TopologyExperiment
v3 v4 76 76 }}} 77 77 78 ==== Test login ==== 79 For each one of the myPlc hosts, open a new terminal and login to each one of them. Substitute <pl_hostname> with the hostnames of pl nodes you were given on the paper slip. 80 {{{ 78 i. Login to your hosts. For each one of the myPlc hosts, open a new terminal and login to each one of them. Substitute <pl_hostname> with the hostnames of pl nodes you were given on the paper slip. 79 {{{ 81 80 ssh <pl_hostname> 82 81 }}} … … 89 88 First of all let's see how we can figure out the IP of the hosts we reserved : 90 89 91 *List all the interfaces on your host. You will see that there are many interfaces of the form eth1.XXXX90 i. List all the interfaces on your host. You will see that there are many interfaces of the form eth1.XXXX 92 91 {{{ 93 92 /sbin/ifconfig … … 104 103 }}} 105 104 106 *Figure out the last octet of the IP address of your hosts. The way these MyPLC hosts are setup, is that they have multiple subinterfaces, each configured to be part of a different IP subnet. Almost all subnets in the hosts are in the form of 10.42.Y.0/24. You will notice that for all these subnets, your host has the same last octet. In the example above all the subinterfaces of eth1, will have an IP address that will end in '''90''' (10.42.147.'''90''', 10.42.148.'''90''')105 i. Figure out the last octet of the IP address of your hosts. The way these MyPLC hosts are setup, is that they have multiple subinterfaces, each configured to be part of a different IP subnet. Almost all subnets in the hosts are in the form of 10.42.Y.0/24. You will notice that for all these subnets, your host has the same last octet. In the example above all the subinterfaces of eth1, will have an IP address that will end in '''90''' (10.42.147.'''90''', 10.42.148.'''90''') 107 106 108 *Ping over 3715. After logging in to your hosts, ping from host1 to host2. Assuming that host2 has a last octet of YYY you should:107 i. Ping over 3715. After logging in to your hosts, ping from host1 to host2. Assuming that host2 has a last octet of YYY you should: 109 108 {{{ 110 109 ping 10.42.112.YYY … … 112 111 Notice the RTT on the packets. 113 112 114 *Ping over 3716. After logging in to your hosts, ping from one host2 to host1. Assuming that host1 has XXX as it's last octet you should ping113 i. Ping over 3716. After logging in to your hosts, ping from one host2 to host1. Assuming that host1 has XXX as it's last octet you should ping 115 114 {{{ 116 115 ping 10.42.113.XXX 117 116 }}} 118 *Notice the RTT on the packets and compare it with the above ping.117 i. Notice the RTT on the packets and compare it with the above ping. 119 118 120 119 == 7. Clean up ==