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

Last change on this file since 11283 was 11264, checked in by huub, 13 years ago

hybrids voor declercq lumc lebkov

File size: 2.2 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
22iface_ath0:
23 comment : "Ap"
24 ip : "172.19.130.1/24"
25 sdesc : "ap"
26 mode : "ap"
27 type : "11b"
28 channel : "8"
29 ssid : "ap-WirelessLeiden-Lumc"
30 dhcp : "10-250"
31 status : "up"
32
33
34iface_ue0:
35 comment : "interlink zuidwest"
36 ip : "172.16.4.105/29"
37 sdesc : "2zuidwest"
38 mode : "ap-wds"
39 type : "eth"
40 extra_type : "eth2wifibridge"
41 channel : "116"
42 ssid : "il-zw.lumc.wleiden.net"
43 dhcp : False
44 compass : "sw"
45 ns_ip : "172.16.4.106/29"
46 ns_mac : "00:15:6d:bd:69:00"
47 bridge_type: "NanoStation5"
48 status : "down"
49
50
51iface_vr0:
52 comment : "interlink west"
53 ip : "172.16.4.84/29"
54 sdesc : "2unigor1"
55 mode : "station-wds"
56 type : "eth"
57 extra_type : "eth2wifibridge"
58 channel : "128"
59 ssid : "il-zo.unigor.wleiden.net"
60 dhcp : False
61 compass : "w"
62 ns_ip : "172.16.4.83/29"
63 ns_mac : "00:15:6d:70:54:c9"
64 bridge_type: "NanoStation5"
65 status : "up"
66
67
68iface_vr1:
69 comment : "link zuidoost naar CeTIM2"
70 ip : "172.16.4.97/29"
71 sdesc : "2cetim2"
72 mode : "ap-wds"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 channel : "136"
76 ssid : "il-z.lumc.wleiden.net"
77 dhcp : False
78 compass : "zo"
79 ns_ip : "172.16.4.98/29"
80 ns_mac : "00:15:6d:70:53:6d"
81 bridge_type: "NanoStation5"
82 status : "up"
83
84
85iface_vr1_alias0:
86 comment : "link zuidoost naar Lebkov"
87 ip : "172.16.4.161/29"
88 sdesc : "2lebkov"
89 type : "eth"
90 extra_type : "eth2wifibridge"
91 dhcp : False
92 status : "up"
93
94
95iface_vr2:
96 comment : "Ethernet naar webcam"
97 ip : "172.16.3.21/30"
98 sdesc : "2webcam"
99 type : "eth"
100 dhcp : False
101 status : "up"
102
103
Note: See TracBrowser for help on using the repository browser.