source: genesis/nodes/CNodeCeTIM2/wleiden.yaml@ 10927

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

Doe een import van de bridge unit dmv een scan.

File size: 2.5 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.137.1"
11nodename : "CeTIM2"
12nodetype : "CNode"
13rdnap_x : 93895
14rdnap_y : 463687
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "CeTIM AP richting Z en W"
21 ip : "172.17.137.1/26"
22 sdesc : "zw"
23 mode : "ap"
24 type : "11b"
25 channel : "9"
26 ssid : "ap-WirelessLeiden-Cetim2"
27 dhcp : "10-60"
28 status : "up"
29
30
31iface_ath0_alias1:
32 comment : "Link naar Burcht"
33 ip : "172.16.0.105/30"
34 sdesc : "2burcht"
35 mode : "ap"
36 type : "11b"
37 dhcp : False
38 status : "up"
39
40
41iface_ue0:
42 comment : "Ethernet naar lokaal AP"
43 ip : "172.17.139.1/26"
44 sdesc : "lokaalAP"
45 mode : "station-wds"
46 type : "eth"
47 extra_type : "eth2wifibridge"
48 channel : "6"
49 ssid : "ap-WirelessLeiden-Hooglandsekerk"
50 dhcp : "10-60"
51 ns_ip : "172.17.139.2/26"
52 ns_mac : "00:15:6d:fc:4d:60"
53 bridge_type: "NanoStation2"
54 status : "up"
55
56
57iface_vr0:
58 comment : "Ethernet naar CeTIM1"
59 ip : "172.16.0.34/30"
60 sdesc : "2cetim1"
61 type : "eth"
62 dhcp : False
63 status : "up"
64
65
66iface_vr1:
67 comment : "A-link Noord-West naar LUMC"
68 ip : "172.16.4.100/29"
69 sdesc : "2lumc"
70 mode : "station-wds"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 channel : "136"
74 ssid : "il-z.lumc.wleiden.net"
75 dhcp : False
76 compass : "nw"
77 ns_ip : "172.16.4.99/29"
78 ns_mac : "00:15:6d:f2:36:5d"
79 bridge_type: "NanoStation5"
80 status : "up"
81
82
83iface_vr2:
84 comment : "Link to IMI"
85 ip : "172.16.16.249/29"
86 sdesc : "2imi"
87 mode : "station-wds"
88 type : "eth"
89 extra_type : "eth2wifibridge"
90 channel : "36"
91 ssid : "il-zw.cetim2.wleiden.net"
92 dhcp : False
93 compass : "zw"
94 ns_ip : "172.16.16.250/29"
95 ns_mac : "00:15:6d:f2:37:bd"
96 bridge_type: "NanoStation5"
97 status : "up"
98
99
100iface_vr2_alias0:
101 comment : "Link naar Victoria"
102 ip : "172.16.17.201/29"
103 sdesc : "2victoria"
104 type : "eth"
105 dhcp : False
106 status : "up"
107
108
109iface_vr2_alias1:
110 comment : "Link naar Huub"
111 ip : "172.16.4.25/29"
112 sdesc : "2huub"
113 type : "eth"
114 dhcp : False
115 status : "up"
116
117
Note: See TracBrowser for help on using the repository browser.