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 | # |
Eric Newberry | e69cb69 | 2015-07-08 22:46:01 -0700 | [diff] [blame] | 14 | CTRL_B=192.168.1.2 |
| 15 | CTRL_C=192.168.1.4 |
| 16 | CTRL_D=192.168.3.3 |
| 17 | CTRL_R=192.168.2.3 |
| 18 | IP4_A1=192.168.1.3 |
| 19 | IP4_B1=192.168.1.2 |
| 20 | IP4_C1=192.168.1.4 |
| 21 | IP4_A2=192.168.2.2 |
| 22 | IP4_R1=192.168.2.3 |
| 23 | IP4_R2=192.168.3.2 |
| 24 | IP4_D1=192.168.3.3 |
| 25 | IP6_A1=fd01::3 |
| 26 | IP6_B1=fd01::2 |
| 27 | IP6_C1=fd01::4 |
| 28 | IP6_A2=fd02::2 |
| 29 | IP6_R1=fd02::3 |
| 30 | IP6_R2=fd03::2 |
| 31 | IP6_D1=fd03::3 |