source: genesis/nodes/HybridZwet/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.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.11836"
7location : "Fam van der Zwet, Nieuweweg 3, 2381 NW,Zoeterwoude "
8longitude : "4.50131"
9masterip : "172.27.129.1"
10nodename : "Zwet"
11nodetype : "Hybrid"
12rdnap_x : 94326
13rdnap_y : 459275
14release : "9.0-RELEASE"
15remote_access: "buzz.vanderzwet.net:2022"
16service_accesspoint: True
17service_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: True
20status : "up"
21
22
23iface_ath0:
24 comment : "Omni voor Buurt"
25 ip : "172.27.129.1/26"
26 sdesc : "2buurt"
27 mode : "ap"
28 type : "11b"
29 channel : "10"
30 ssid : "ap-WirelessLeiden-Zwet"
31 dhcp : "10-60"
32 status : "up"
33
34
35iface_ue0:
36 comment : "Link naar ROC2"
37 ip : "172.16.5.52/29"
38 sdesc : "2roc1"
39 mode : "station-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 ssid : "il-z.roc2.wleiden.net"
43 dhcp : False
44 compass : "n"
45 ns_ip : "172.16.5.51/29"
46 ns_mac : "00:27:22:10:fe:52"
47 bridge_type: "NanoStation5"
48 status : "up"
49
50
51iface_ue1:
52 comment : "Link naar JVC"
53 ip : "172.16.5.156/29"
54 sdesc : "2jvc"
55 mode : "station-wds"
56 type : "eth"
57 extra_type : "eth2wifibridge"
58 ssid : "il-z.jvc.wleiden.net"
59 dhcp : False
60 compass : "n"
61 ns_ip : "172.16.5.155/29"
62 ns_mac : "00:15:6d:ed:82:69"
63 status : "down"
64
65
66iface_vr0:
67 comment : "Link to house"
68 ip : "0.0.0.0/30"
69 sdesc : "2house"
70 type : "eth"
71 dhcp : "client"
72 status : "up"
73
74
75iface_vr1:
76 comment : "Tijdelijke Omni"
77 ip : "172.27.129.129/26"
78 sdesc : "2noord"
79 mode : "ap-wds"
80 type : "eth"
81 ssid : "ap-WirelessLeiden-Zwet-noord"
82 dhcp : "140-180"
83 ns_ip : "172.27.129.130/26"
84 ns_mac : "00:15:6d:30:d3:2f"
85 ns_type : "ns2"
86 bridge_type: "NanoStation2"
87 status : "up"
88
89
90iface_vr2:
91 comment : "Link to PVKerkDuif"
92 ip : "172.16.16.169/29"
93 sdesc : "2pvkerkduif"
94 type : "eth"
95 dhcp : False
96 status : "up"
97
98
Note: See TracBrowser for help on using the repository browser.