source: genesis/nodes/CNodeCeTIM1/wleiden.yaml@ 10885

Last change on this file since 10885 was 10885, checked in by rick, 13 years ago

Handmatig(!) opruimen van alle conflict keys.

Related-To: nodefactory:ticket:218

File size: 2.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.15797"
8location : "Hooglandse Kerk, Middelweg 2, 2312 KG, Leiden"
9longitude : "4.49423"
10masterip : "172.17.136.1"
11nodename : "CeTIM1"
12nodetype : "CNode"
13rdnap_x : 93895
14rdnap_y : 463687
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "AP CeTIM richting N en O"
21 interface : "ath0"
22 ip : "172.17.136.1/26"
23 sdesc : "ap-no"
24 mode : "ap"
25 type : "11b"
26 channel : "3"
27 ssid : "ap-WirelessLeiden-Cetim1"
28 dhcp : "10-60"
29 compass : "None"
30 status : "up"
31
32
33iface_ue0:
34 comment : "A-link Nanostation5 Zuid-Oost"
35 interface : "ue0"
36 ip : "172.16.16.81/29"
37 sdesc : "2roomburgh1"
38 mode : "station-wds"
39 type : "eth"
40 extra_type : "eth2wifibridge"
41 channel : "132"
42 ssid : "il-zo.cetim1.wleiden.net"
43 dhcp : False
44 compass : "zo"
45 ns_ip : "172.16.16.82/29"
46 ns_mac : "00:15:6d:f6:be:66"
47 status : "up"
48
49
50iface_vr0:
51 comment : "Ethernet naar proxy2"
52 interface : "vr0"
53 ip : "172.17.143.2/28"
54 sdesc : "2proxy2"
55 type : "eth"
56 dhcp : False
57 compass : "None"
58 status : "up"
59
60
61iface_vr1:
62 comment : "Ethernet naar CeTIM2"
63 interface : "vr1"
64 ip : "172.16.0.33/30"
65 sdesc : "2cetim2"
66 type : "eth"
67 dhcp : False
68 compass : "None"
69 status : "up"
70
71
72iface_vr2:
73 comment : "A-link Nanostation5 Noord-Oost"
74 interface : "vr2"
75 ip : "172.16.17.145/29"
76 sdesc : "houtmarkt"
77 mode : "ap-wds"
78 type : "eth"
79 extra_type : "eth2wifibridge"
80 channel : "120"
81 ssid : "il-no.cetim1.wleiden.net"
82 dhcp : False
83 compass : "no"
84 ns_ip : "172.16.17.146"
85 ns_mac : "00:15:6d:f6:be:e4"
86 status : "up"
87
88
89iface_vr2_alias0:
90 comment : "Tijdelijke Link naar Watertoren"
91 interface : "vr2:0"
92 ip : "172.16.16.97/29"
93 sdesc : "2watertoren"
94 type : "eth"
95 extra_type : "eth2wifibridge"
96 dhcp : False
97 compass : "None"
98 status : "up"
99
100
101iface_vr2_alias1:
102 comment : "(w)interlink naar Spoortje"
103 interface : "vr2:1"
104 ip : "172.16.4.17/29"
105 sdesc : "2spoortje"
106 type : "eth"
107 extra_type : "eth2wifibridge"
108 dhcp : False
109 compass : "None"
110 status : "up"
111
112
Note: See TracBrowser for help on using the repository browser.