Skip to content

Commit 067281e

Browse files
cscarpittaThe ROSE project
authored andcommitted
Add DNS solution (hosts file) to 8routers-isis-ipv6, 8r-1c-out-band-isis and 8routers topologies
1 parent fc6ca4b commit 067281e

File tree

3 files changed

+109
-0
lines changed

3 files changed

+109
-0
lines changed

nets/8r-1c-out-band-isis/etc-hosts

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
127.0.0.1 localhost
2+
127.0.1.1 rose-srv6
3+
4+
# The following lines are desirable for IPv6 capable hosts
5+
::1 ip6-localhost ip6-loopback
6+
fe00::0 ip6-localnet
7+
ff00::0 ip6-mcastprefix
8+
ff02::1 ip6-allnodes
9+
ff02::2 ip6-allrouters
10+
11+
# Mininet hosts
12+
fcff:1::1 r1
13+
fcff:2::1 r2
14+
fcff:3::1 r3
15+
fcff:4::1 r4
16+
fcff:5::1 r5
17+
fcff:6::1 r6
18+
fcff:7::1 r7
19+
fcff:8::1 r8
20+
fd00:0:11::2 h11
21+
fd00:0:12::2 h12
22+
fd00:0:13::2 h13
23+
fd00:0:31::2 h31
24+
fd00:0:32::2 h32
25+
fd00:0:33::2 h33
26+
fd00:0:51::2 h51
27+
fd00:0:52::2 h52
28+
fd00:0:53::2 h53
29+
fd00:0:81::2 h81
30+
fd00:0:82::2 h82
31+
fd00:0:83::2 h83
32+
fcff:2:1::2 hdc1
33+
fcff:8:1::2 hdc2
34+
fcff:5:1::2 hdc3
35+
36+
fcfd:0:0:fd::1 controller.m
37+
fcfd:0:0:1::1 r1.m
38+
fcfd:0:0:2::1 r2.m
39+
fcfd:0:0:3::1 r3.m
40+
fcfd:0:0:4::1 r4.m
41+
fcfd:0:0:5::1 r5.m
42+
fcfd:0:0:6::1 r6.m
43+
fcfd:0:0:7::1 r7.m
44+
fcfd:0:0:8::1 r8.m

nets/8routers-isis-ipv6/etc-hosts

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
127.0.0.1 localhost
2+
127.0.1.1 rose-srv6
3+
4+
# The following lines are desirable for IPv6 capable hosts
5+
::1 ip6-localhost ip6-loopback
6+
fe00::0 ip6-localnet
7+
ff00::0 ip6-mcastprefix
8+
ff02::1 ip6-allnodes
9+
ff02::2 ip6-allrouters
10+
11+
# Mininet hosts
12+
fcff:1::1 r1
13+
fcff:2::1 r2
14+
fcff:3::1 r3
15+
fcff:4::1 r4
16+
fcff:5::1 r5
17+
fcff:6::1 r6
18+
fcff:7::1 r7
19+
fcff:8::1 r8
20+
fd00:0:11::2 h11
21+
fd00:0:12::2 h12
22+
fd00:0:13::2 h13
23+
fd00:0:31::2 h31
24+
fd00:0:32::2 h32
25+
fd00:0:33::2 h33
26+
fd00:0:51::2 h51
27+
fd00:0:52::2 h52
28+
fd00:0:53::2 h53
29+
fd00:0:81::2 h81
30+
fd00:0:82::2 h82
31+
fd00:0:83::2 h83
32+
fcff:2:1::2 hdc1
33+
fcff:8:1::2 hdc2
34+
fcff:5:1::2 hdc3

nets/8routers/etc-hosts

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
127.0.0.1 localhost
2+
127.0.1.1 rose-srv6
3+
4+
# The following lines are desirable for IPv6 capable hosts
5+
::1 ip6-localhost ip6-loopback
6+
fe00::0 ip6-localnet
7+
ff00::0 ip6-mcastprefix
8+
ff02::1 ip6-allnodes
9+
ff02::2 ip6-allrouters
10+
11+
# Mininet hosts
12+
fcff:1::1 r1
13+
fcff:2::1 r2
14+
fcff:3::1 r3
15+
fcff:4::1 r4
16+
fcff:5::1 r5
17+
fcff:6::1 r6
18+
fcff:7::1 r7
19+
fcff:8::1 r8
20+
fd00:0:11::2 h11
21+
fd00:0:12::2 h12
22+
fd00:0:13::2 h13
23+
fd00:0:31::2 h31
24+
fd00:0:32::2 h32
25+
fd00:0:33::2 h33
26+
fd00:0:51::2 h51
27+
fd00:0:52::2 h52
28+
fd00:0:53::2 h53
29+
fd00:0:81::2 h81
30+
fd00:0:82::2 h82
31+
fd00:0:83::2 h83

0 commit comments

Comments
 (0)