blob: 66c9ed1588183934f03c5717f69fc9ff79353f80 [file] [log] [blame]
Yi Huang9a118b32014-04-22 15:17:51 -07001# 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#
14# Sample config:
15# CTRL_B=10.0.0.1
16# CTRL_C=10.0.0.3
17# CTRL_D=10.0.0.18
18# CTRL_R=10.0.0.10
19# IP4_A1=10.0.0.2
20# IP4_B1=10.0.0.1
21# IP4_C1=10.0.0.3
22# IP4_A2=10.1.0.1
23# IP4_R1=10.1.0.2
24# IP4_R2=10.2.0.1
25# IP4_D1=10.2.0.2
26# IP6_A1=fd8c:edca:0f3c:10f4::2
27# IP6_B1=fd8c:edca:0f3c:10f4::1
28# IP6_C1=fd8c:edca:0f3c:10f4::3
29# IP6_A2=fd8c:edca:0f3c:10f5::9
30# IP4_R1=fd8c:edca:0f3c:10f5::a
31# IP4_R2=fd8c:edca:0f3c:10f6::11
32# IP6_D1=fd8c:edca:0f3c:10f6::12
33CTRL_B=10.0.0.1
34CTRL_C=10.0.0.3
35CTRL_D=10.0.0.18
36CTRL_R=10.0.0.10
37IP4_A1=10.0.0.2
38IP4_B1=10.0.0.1
39IP4_C1=10.0.0.3
40IP4_A2=10.0.0.9
41IP4_R1=10.0.0.10
42IP4_R2=10.0.0.17
43IP4_D1=10.0.0.18
44IP6_A1=fd8c:edca:0f3c:10f4::2
45IP6_B1=fd8c:edca:0f3c:10f4::1
46IP6_C1=fd8c:edca:0f3c:10f4::3
47IP6_A2=fd8c:edca:0f3c:10f4::9
48IP4_R1=fd8c:edca:0f3c:10f4::a
49IP4_R2=fd8c:edca:0f3c:10f4::11
50IP6_D1=fd8c:edca:0f3c:10f4::12