source: genesis/nodes/HybridWatertoren2/wleiden.yaml@ 10779

Last change on this file since 10779 was 10779, checked in by richardvm, 13 years ago

added gateway for hybrid nodes

File size: 2.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "92.66.227.161"
7ileiden : True
8latitude : "4.75742"
9location : "Watertoren, Kudelstaartseweg,1431 GA, Aalsmeer"
10longitude : "52.25493"
11masterip : "172.17.9.1"
12nodename : "Watertoren2"
13nodetype : "Hybrid"
14rdnap_x : 111998
15rdnap_y : 474286
16release : "9.0-RELEASE"
17remote_access: "92.66.227.163:22"
18service_accesspoint: True
19service_proxy_ileiden: True
20service_proxy_normal: True
21status : "up"
22
23
24iface_ath0:
25 interface : "ath0"
26 ip : "172.17.9.1/26"
27 desc : "OMNI voor Wifi op de westeinder (MastX:PosX)"
28 sdesc : "ap-omni"
29 mode : "ap"
30 type : "11b"
31 channel : "8"
32 ssid : "ap-westeinder-watertoren2"
33 dhcp : "20-60"
34 compass : "None"
35 status : "up"
36
37
38iface_vr0:
39 comment : "ethernet/ Switchport: 3"
40 interface : "vr0"
41 ip : "172.25.90.67/29"
42 desc : "uplink"
43 sdesc : "uplink"
44 type : "eth"
45 dhcp : False
46 compass : "None"
47 status : "up"
48
49
50iface_vr0_alias0:
51 comment : "internet"
52 interface : "vr0"
53 ip : "92.66.227.163/29"
54 desc : "uplink"
55 sdesc : "uplink"
56 type : "eth"
57 dhcp : False
58 compass : "None"
59 status : "up"
60
61
62iface_vr1:
63 interface : "vr1"
64 ip : "172.16.16.89/29"
65 desc : "Nanostation naar Schiphol (Mast1:Pos2) (UNUSED)"
66 sdesc : "2schiphol"
67 mode : "station-wds"
68 type : "eth"
69 channel : "36"
70 ssid : "il-nw.watertoren2.wleiden.net"
71 dhcp : False
72 compass : "nw"
73 ns_ip : "172.16.16.90/29"
74 ns_mac : "00:15:6d:70:54:a4"
75 status : "down"
76
77
78iface_vr2:
79 comment : "webcams ips 41 t/m 44 PC 37 NS Aalsmeer 35"
80 interface : "vr2"
81 ip : "172.17.0.33/28"
82 desc : "Naar switch met webcams en nanostation naar Aalsmeer"
83 sdesc : "2webcams"
84 mode : "station-wds"
85 type : "eth"
86 channel : "44"
87 ssid : "il-n.watertoren2.wleiden.net"
88 dhcp : False
89 compass : "n"
90 ns_ip : "172.17.0.34/28"
91 ns_mac : "00:15:6d:70:4e:7f"
92 status : "up"
93
94
Note: See TracBrowser for help on using the repository browser.