source: genesis/nodes/HybridJorisdeWitte/wleiden.yaml@ 12544

Last change on this file since 12544 was 12544, checked in by huub, 11 years ago

gateway ip van joris toegevoegd

File size: 1.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "213.124.17.161"
7latitude : "52.194384"
8location : "Chr. Basisschool Joris de Witte, Jan Wolkerslaan 18, 2343BK, Oegstgeest"
9longitude : "4.478062"
10masterip : "172.17.39.1"
11monitoring_group: "Oegstgeest"
12nodename : "JorisdeWitte"
13nodetype : "Hybrid"
14rdnap_x : 928390
15rdnap_y : 467752
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: True
21service_proxy_normal: True
22status : "up"
23
24iface_ath0:
25 comment : "Omni voor de buurt"
26 ip : "172.17.39.1/24"
27 sdesc : "omni"
28 mode : "ap"
29 type : "11g"
30 channel : "1"
31 ssid : "ap-WirelessLeiden-JorisdeWitte"
32 dhcp : "10-250"
33 status : "up"
34
35iface_vr0:
36 comment : "Ethernet naar JorisdeWitte"
37 ip : "213.124.17.164/29"
38 sdesc : "2joris"
39 type : "eth"
40 dhcp : False
41 status : "up"
42
43iface_vr1:
44 comment : "interlink naar Som1"
45 ip : "172.16.7.12/29"
46 sdesc : "2som1"
47 mode : "station"
48 type : "eth"
49 extra_type : "eth2wifibridge"
50 channel : ""
51 ssid : "il-nnw.som1.wleiden.net"
52 dhcp : False
53 compass : "nnw"
54 ns_ip : "172.16.7.11"
55 ns_mac : "DC:9F:DB:F2:0E:5D"
56 bridge_type: "NanoBridge25 M5"
57 status : "up"
58
59iface_vr2:
60 comment : "interlink naar VanderLuyt"
61 ip : "172.16.7.17/29"
62 sdesc : "2vdl"
63 mode : "ap"
64 type : "eth"
65 extra_type : "eth2wifibridge"
66 channel : "36"
67 ssid : "il-nno.jorisdewitte.wleiden.net"
68 dhcp : False
69 compass : "nno"
70 ns_ip : "172.16.7.18"
71 ns_mac : "00:15:6D:F2:43:83"
72 bridge_type: "NanoStation M5"
73 status : "down"
Note: See TracBrowser for help on using the repository browser.