source: genesis/nodes/HybridLUMC/wleiden.yaml@ 11322

Last change on this file since 11322 was 11322, checked in by rick, 12 years ago

All cosmetic fixes.

File size: 2.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.16593"
8location : "LUMC, Albinusdreef 2, 2333 ZA, Leiden"
9longitude : "4.47881"
10masterip : "172.19.130.1"
11nodename : "LUMC"
12nodetype : "Hybrid"
13rdnap_x : "092851"
14rdnap_y : 464586
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"
25 ip : "172.19.130.1/24"
26 sdesc : "ap"
27 mode : "ap"
28 type : "11b"
29 channel : "8"
30 ssid : "ap-WirelessLeiden-Lumc"
31 dhcp : "10-250"
32 status : "up"
33
34
35iface_ue0:
36 comment : "Interlink zuidwest"
37 ip : "172.16.4.105/29"
38 sdesc : "2zuidwest"
39 mode : "ap-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "116"
43 ssid : "il-zw.lumc.wleiden.net"
44 dhcp : False
45 compass : "sw"
46 ns_ip : "172.16.4.106/29"
47 ns_mac : "00:15:6d:bd:69:00"
48 bridge_type: "NanoStation5"
49 status : "down"
50
51
52iface_vr0:
53 comment : "Interlink west"
54 ip : "172.16.4.84/29"
55 sdesc : "2unigor1"
56 mode : "station-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "128"
60 ssid : "il-zo.unigor.wleiden.net"
61 dhcp : False
62 compass : "w"
63 ns_ip : "172.16.4.83/29"
64 ns_mac : "00:15:6d:70:54:c9"
65 bridge_type: "NanoStation5"
66 status : "up"
67
68
69iface_vr1:
70 comment : "Link zuidoost naar CeTIM2"
71 ip : "172.16.4.97/29"
72 sdesc : "2cetim2"
73 mode : "ap-wds"
74 type : "eth"
75 extra_type : "eth2wifibridge"
76 channel : "136"
77 ssid : "il-z.lumc.wleiden.net"
78 dhcp : False
79 compass : "zo"
80 ns_ip : "172.16.4.98/29"
81 ns_mac : "00:15:6d:70:53:6d"
82 bridge_type: "NanoStation5"
83 status : "up"
84
85
86iface_vr1_alias0:
87 comment : "Link zuidoost naar Lebkov"
88 ip : "172.16.4.161/29"
89 sdesc : "2lebkov"
90 type : "eth"
91 extra_type : "eth2wifibridge"
92 dhcp : False
93 status : "up"
94
95
96iface_vr2:
97 comment : "Ethernet naar webcam"
98 ip : "172.16.3.21/30"
99 sdesc : "2webcam"
100 type : "eth"
101 dhcp : False
102 status : "up"
103
104
Note: See TracBrowser for help on using the repository browser.