Yi Huang | 9a118b3 | 2014-04-22 15:17:51 -0700 | [diff] [blame] | 1 | # This is configuration for multiple hosts testing scenarios. |
| 2 | # Tests that involves multiple hosts should be run on host A from this topology: |
| 3 | # B[1]---| |
| 4 | # +---[1]A[2]---[1]R[2]---[1]D |
| 5 | # C[1]---| |
| 6 | # |
| 7 | # CTRL_* are used to ssh into other hosts. (eg. `ssh $CTRL_B` gets you a shell on B) |
| 8 | # IP4_* (and IP6_* if needed) are used to send experiment packets (eg. `nfdc create udp4://$IP4_C1` creates a tunnel). |
| 9 | # |
| 10 | # suggested subnet mask: |
| 11 | # IPv4: /24 |
| 12 | # IPv6: /64 |
| 13 | # |
Junxiao Shi | 2feae5b | 2014-06-19 02:40:22 -0600 | [diff] [blame] | 14 | CTRL_B=b.integ.ndn-routing.emulab.net |
| 15 | CTRL_C=c.integ.ndn-routing.emulab.net |
| 16 | CTRL_D=d.integ.ndn-routing.emulab.net |
| 17 | CTRL_R=r.integ.ndn-routing.emulab.net |
Yi Huang | 9a118b3 | 2014-04-22 15:17:51 -0700 | [diff] [blame] | 18 | IP4_A1=10.0.0.2 |
| 19 | IP4_B1=10.0.0.1 |
| 20 | IP4_C1=10.0.0.3 |
Junxiao Shi | 2feae5b | 2014-06-19 02:40:22 -0600 | [diff] [blame] | 21 | IP4_A2=10.1.0.1 |
| 22 | IP4_R1=10.1.0.2 |
| 23 | IP4_R2=10.2.0.1 |
| 24 | IP4_D1=10.2.0.2 |
Yi Huang | 9a118b3 | 2014-04-22 15:17:51 -0700 | [diff] [blame] | 25 | IP6_A1=fd8c:edca:0f3c:10f4::2 |
| 26 | IP6_B1=fd8c:edca:0f3c:10f4::1 |
| 27 | IP6_C1=fd8c:edca:0f3c:10f4::3 |
Junxiao Shi | 2feae5b | 2014-06-19 02:40:22 -0600 | [diff] [blame] | 28 | IP6_A2=fd8c:edca:0f3c:10f5::9 |
| 29 | IP6_R1=fd8c:edca:0f3c:10f5::a |
| 30 | IP6_R2=fd8c:edca:0f3c:10f6::11 |
| 31 | IP6_D1=fd8c:edca:0f3c:10f6::12 |
| 32 | |