source: genesis/nodes/HybridSOM2/wleiden.yaml@ 10886

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

Handmatig(!) opruimen van alle conflict keys.

Related-To: nodefactory:ticket:218

File size: 2.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : False
7latitude : "52.16950"
8location : "Luba, Eschertoren 1A, 2316 ET, Leiden"
9longitude : "4.49378"
10masterip : "172.17.2.1"
11nodename : "SOM2"
12nodetype : "Hybrid"
13rdnap_x : 93880
14rdnap_y : 464970
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: False
20status : "up"
21
22
23iface_ath0:
24 comment : "Ap zuidoost"
25 interface : "ath0"
26 ip : "172.17.2.1/26"
27 sdesc : "ap-zo"
28 mode : "ap"
29 type : "11b"
30 channel : "3"
31 ssid : "ap-WirelessLeiden-Som2"
32 dhcp : "10-60"
33 compass : "None"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Ap via Bullet2"
39 interface : "ue0"
40 ip : "172.17.2.65/26"
41 sdesc : "ap3"
42 mode : "ap-wds"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "6"
46 ssid : "ap-WirelessLeiden-Som3"
47 dhcp : "70-120"
48 compass : "None"
49 ns_ip : "172.17.2.66/26"
50 ns_mac : "00:15:6d:e8:f9:b6"
51 status : "up"
52
53
54iface_vr0:
55 comment : "Ethernet naar SOM1"
56 interface : "vr0"
57 ip : "172.16.3.138/30"
58 sdesc : "2som1"
59 type : "eth"
60 dhcp : False
61 compass : "None"
62 status : "up"
63
64
65iface_vr1:
66 comment : "Link naar Rabo"
67 interface : "vr1"
68 ip : "172.16.16.17/29"
69 sdesc : "2Rabo"
70 mode : "station-wds"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 channel : "140"
74 ssid : "il-w.som2.wleiden.net"
75 dhcp : False
76 compass : "w"
77 ns_ip : "172.16.16.18/29"
78 ns_mac : "00:15:6d:ec:82:a8"
79 status : "up"
80
81
82iface_vr1_alias0:
83 comment : "Link naar Psycho"
84 interface : "vr1:0"
85 ip : "172.16.16.113/29"
86 sdesc : "2Psycho"
87 type : "eth"
88 extra_type : "eth2wifibridge"
89 dhcp : False
90 compass : "None"
91 status : "down"
92
93
94iface_vr2:
95 comment : "Link naar Leythenrode"
96 interface : "vr2"
97 ip : "172.16.17.185/29"
98 sdesc : "2leythenrode"
99 mode : "station-wds"
100 type : "eth"
101 extra_type : "eth2wifibridge"
102 channel : "36"
103 ssid : "il-zo.som2.wleiden.net"
104 dhcp : False
105 compass : "zo"
106 ns_ip : "172.16.17.186/29"
107 ns_mac : "00:15:6d:f2:38:cd"
108 status : "up"
109
110
111iface_vr2_alias0:
112 comment : "Link naar Spoortje"
113 interface : "vr2:0"
114 ip : "172.16.17.137/29"
115 sdesc : "2Spoortje"
116 type : "eth"
117 extra_type : "eth2wifibridge"
118 dhcp : False
119 compass : "None"
120 status : "up"
121
122
Note: See TracBrowser for help on using the repository browser.