source: genesis/nodes/HybridSOM1/wleiden.yaml@ 11264

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

som1 naar hybrid

File size: 2.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.16950"
7location : "Luba, Eschertoren 1A, 2316 ET, Leiden"
8longitude : "4.49378"
9masterip : "172.21.160.1"
10nodename : "SOM1"
11nodetype : "Hybrid"
12rdnap_x : 93880
13rdnap_y : 464970
14release : "9.0-RELEASE"
15service_accesspoint: True
16service_incoming_rdr: False
17service_proxy_ileiden: False
18service_proxy_normal: False
19status : "up"
20
21
22iface_ath0:
23 comment : "Ap noord"
24 ip : "172.21.160.1/24"
25 sdesc : "ap-n"
26 mode : "ap"
27 type : "11b"
28 channel : "8"
29 ssid : "ap-WirelessLeiden-Som1"
30 dhcp : "10-250"
31 status : "up"
32
33
34iface_vr0:
35 comment : "Ethernet naar SOM2"
36 ip : "172.16.3.137/30"
37 sdesc : "2som2"
38 type : "eth"
39 dhcp : False
40 status : "up"
41
42
43iface_vr1:
44 comment : "Link naar Broekplein"
45 ip : "172.16.5.121/29"
46 sdesc : "2broekplein"
47 mode : "station-wds"
48 type : "eth"
49 extra_type : "eth2wifibridge"
50 channel : "132"
51 ssid : "il-n.som1.wleiden.net"
52 dhcp : False
53 compass : "no"
54 ns_ip : "172.16.5.122/29"
55 ns_mac : "00:15:6d:ec:7a:51"
56 bridge_type: "NanoStation5"
57 status : "up"
58
59
60iface_vr2:
61 comment : "Link naar Stadhuis"
62 ip : "172.16.3.169/29"
63 sdesc : "2Stadhuis"
64 mode : "station-wds"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 channel : "52"
68 ssid : "il-z.som1.wleiden.net"
69 dhcp : False
70 compass : "z"
71 ns_ip : "172.16.3.170/29"
72 ns_mac : "00:15:6d:ec:82:a9"
73 bridge_type: "NanoStation5"
74 status : "up"
75
76
77iface_vr2_alias0:
78 comment : "Link naar Houtmarkt"
79 ip : "172.16.17.217/29"
80 sdesc : "2Houtmarkt"
81 type : "eth"
82 extra_type : "eth2wifibridge"
83 dhcp : False
84 status : "up"
85
86
87iface_vr2_alias1:
88 comment : "Link naar Zijloever"
89 ip : "172.16.4.225/29"
90 sdesc : "2zijloever"
91 type : "eth"
92 extra_type : "eth2wifibridge"
93 dhcp : False
94 status : "up"
95
96
Note: See TracBrowser for help on using the repository browser.