Last change
on this file since 10294 was 10294, checked in by richardvm, 13 years ago |
add jail subnet (needed for running jails on sunfire)
|
File size:
2.6 KB
|
Line | |
---|
1 | # Genesis config yaml style
|
---|
2 | # vim:ts=2:et:sw=2:ai
|
---|
3 | #
|
---|
4 | comment : "None"
|
---|
5 | ileiden : True
|
---|
6 | interfaces: "ath0,vr2,vr0,vr1"
|
---|
7 | latitude : "4.45961"
|
---|
8 | location : "Gorleus Lab Universiteit Leiden, Einsteinweg 55, 2333 CC, Leiden"
|
---|
9 | longitude : "52.16782"
|
---|
10 | masterip : "172.17.35.1"
|
---|
11 | nodename : "UniGor1"
|
---|
12 | nodetype : "CNode"
|
---|
13 | rdnap_x : 91540
|
---|
14 | rdnap_y : 464813
|
---|
15 | release : "8.2-RELEASE"
|
---|
16 | status : "up"
|
---|
17 |
|
---|
18 |
|
---|
19 | iface_ath0:
|
---|
20 | comment : "AP Richting oost"
|
---|
21 | interface : "ath0"
|
---|
22 | ip : "172.17.35.1/24"
|
---|
23 | desc : "AP Richting O"
|
---|
24 | sdesc : "ap-o"
|
---|
25 | mode : "ap-wds"
|
---|
26 | type : "11b"
|
---|
27 | channel : "2"
|
---|
28 | ssid : "ap-WirelessLeiden-Unigor-oost"
|
---|
29 | dhcp : "10-250"
|
---|
30 | compass : "None"
|
---|
31 | status : "up"
|
---|
32 |
|
---|
33 |
|
---|
34 | iface_vr0:
|
---|
35 | comment : "Ethernet"
|
---|
36 | interface : "vr0"
|
---|
37 | ip : "172.19.128.65/28"
|
---|
38 | desc : "Ethernet naar server en Gorlaeus nodes"
|
---|
39 | sdesc : "eth"
|
---|
40 | type : "eth"
|
---|
41 | dhcp : "no"
|
---|
42 | compass : "None"
|
---|
43 | status : "up"
|
---|
44 |
|
---|
45 | iface_vr0_alias0:
|
---|
46 | comment : "Ethernet"
|
---|
47 | interface : "vr0"
|
---|
48 | ip : "172.17.0.17/28"
|
---|
49 | desc : "Ethernet naar server en Gorlaeus nodes (jails)"
|
---|
50 | sdesc : "eth"
|
---|
51 | type : "eth"
|
---|
52 | dhcp : "no"
|
---|
53 | compass : "None"
|
---|
54 | status : "up"
|
---|
55 |
|
---|
56 | iface_vr1:
|
---|
57 | comment : "A link naar Cope via nanostation 1"
|
---|
58 | interface : "vr1"
|
---|
59 | ip : "172.16.3.185/29"
|
---|
60 | desc : "A Link naar Cope"
|
---|
61 | sdesc : "2cope"
|
---|
62 | mode : "station-wds"
|
---|
63 | type : "eth"
|
---|
64 | extra_type : "eth2wifibridge"
|
---|
65 | channel : "128"
|
---|
66 | ssid : "il-zo.unigor1.wleiden.net"
|
---|
67 | dhcp : "no"
|
---|
68 | compass : "se"
|
---|
69 | ns_ip : "172.16.3.186/29"
|
---|
70 | ns_mac : "00:15:6d:f2:38:a0"
|
---|
71 | status : "up"
|
---|
72 |
|
---|
73 |
|
---|
74 | iface_vr1_alias0:
|
---|
75 | comment : "A link naar LUMC"
|
---|
76 | interface : "vr1:0"
|
---|
77 | ip : "172.16.4.81/29"
|
---|
78 | desc : "A Link naar LUMC"
|
---|
79 | sdesc : "2lumc"
|
---|
80 | type : "eth"
|
---|
81 | dhcp : "no"
|
---|
82 | compass : "None"
|
---|
83 | status : "up"
|
---|
84 |
|
---|
85 |
|
---|
86 | iface_vr2:
|
---|
87 | comment : "A link naar Robijn via nanostation 2"
|
---|
88 | interface : "vr2"
|
---|
89 | ip : "172.16.4.37/30"
|
---|
90 | desc : "Link naar Robijn"
|
---|
91 | sdesc : "2robijn"
|
---|
92 | mode : "station-wds"
|
---|
93 | type : "eth"
|
---|
94 | extra_type : "eth2wifibridge"
|
---|
95 | channel : "104"
|
---|
96 | ssid : "il-z.unigor1.wleiden.net"
|
---|
97 | dhcp : "no"
|
---|
98 | compass : "s"
|
---|
99 | ns_ip : "172.16.5.218/29"
|
---|
100 | ns_mac : "00:15:6d:f2:38:bd"
|
---|
101 | status : "up"
|
---|
102 |
|
---|
103 |
|
---|
104 | iface_vr2_alias0:
|
---|
105 | comment : "A Link naar Zwaluwak via nanostation 2"
|
---|
106 | interface : "vr2:0"
|
---|
107 | ip : "172.16.3.69/30"
|
---|
108 | desc : "Link naar Zwaluwak"
|
---|
109 | sdesc : "2zwaluwak"
|
---|
110 | type : "eth"
|
---|
111 | dhcp : "False"
|
---|
112 | compass : "None"
|
---|
113 | status : "up"
|
---|
114 |
|
---|
115 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.