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

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

interface: <iface>:<alias> is nu in de iface_<iface>_alias<alias>
gerepresenteerd.

Fixes beheer:ticket:221

File size: 2.4 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 ip : "172.17.2.1/26"
26 sdesc : "ap-zo"
27 mode : "ap"
28 type : "11b"
29 channel : "3"
30 ssid : "ap-WirelessLeiden-Som2"
31 dhcp : "10-60"
32 compass : "None"
33 status : "up"
34
35
36iface_ue0:
37 comment : "Ap via Bullet2"
38 ip : "172.17.2.65/26"
39 sdesc : "ap3"
40 mode : "ap-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "6"
44 ssid : "ap-WirelessLeiden-Som3"
45 dhcp : "70-120"
46 compass : "None"
47 ns_ip : "172.17.2.66/26"
48 ns_mac : "00:15:6d:e8:f9:b6"
49 status : "up"
50
51
52iface_vr0:
53 comment : "Ethernet naar SOM1"
54 ip : "172.16.3.138/30"
55 sdesc : "2som1"
56 type : "eth"
57 dhcp : False
58 compass : "None"
59 status : "up"
60
61
62iface_vr1:
63 comment : "Link naar Rabo"
64 ip : "172.16.16.17/29"
65 sdesc : "2Rabo"
66 mode : "station-wds"
67 type : "eth"
68 extra_type : "eth2wifibridge"
69 channel : "140"
70 ssid : "il-w.som2.wleiden.net"
71 dhcp : False
72 compass : "w"
73 ns_ip : "172.16.16.18/29"
74 ns_mac : "00:15:6d:ec:82:a8"
75 status : "up"
76
77
78iface_vr1_alias0:
79 comment : "Link naar Psycho"
80 ip : "172.16.16.113/29"
81 sdesc : "2Psycho"
82 type : "eth"
83 extra_type : "eth2wifibridge"
84 dhcp : False
85 compass : "None"
86 status : "down"
87
88
89iface_vr2:
90 comment : "Link naar Leythenrode"
91 ip : "172.16.17.185/29"
92 sdesc : "2leythenrode"
93 mode : "station-wds"
94 type : "eth"
95 extra_type : "eth2wifibridge"
96 channel : "36"
97 ssid : "il-zo.som2.wleiden.net"
98 dhcp : False
99 compass : "zo"
100 ns_ip : "172.16.17.186/29"
101 ns_mac : "00:15:6d:f2:38:cd"
102 status : "up"
103
104
105iface_vr2_alias0:
106 comment : "Link naar Spoortje"
107 ip : "172.16.17.137/29"
108 sdesc : "2Spoortje"
109 type : "eth"
110 extra_type : "eth2wifibridge"
111 dhcp : False
112 compass : "None"
113 status : "up"
114
115
Note: See TracBrowser for help on using the repository browser.