source: genesis/nodes/HybridWatertoren1/wleiden.yaml@ 10888

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

Cosmetics.

File size: 2.5 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 : "52.25493"
9location : "Watertoren, Kudelstaartseweg,1431 GA, Aalsmeer"
10longitude : "4.75742"
11masterip : "172.17.10.1"
12nodename : "Watertoren1"
13nodetype : "Hybrid"
14rdnap_x : 111998
15rdnap_y : 474286
16release : "8.2-RELEASE"
17remote_access: "92.66.227.162:22"
18service_accesspoint: True
19service_incoming_rdr: False
20service_proxy_ileiden: True
21service_proxy_normal: True
22status : "up"
23
24
25iface_ath0:
26 comment : "OMNI voor Wifi op de westeinder (MastX:PostX)"
27 interface : "ath0"
28 ip : "172.17.10.1/26"
29 sdesc : "ap-omni"
30 mode : "ap"
31 type : "11b"
32 channel : "8"
33 ssid : "ap-westeinder-watertoren1"
34 dhcp : "20-60"
35 compass : "None"
36 status : "up"
37
38
39iface_ue0:
40 comment : "Nanostation naar CNodeKempers1 (Mast2:Pos4)"
41 interface : "ue0"
42 ip : "172.16.16.137/29"
43 sdesc : "2kempers1"
44 mode : "station-wds"
45 type : "eth"
46 extra_type : "eth2wifibridge"
47 channel : "132"
48 ssid : "il-zzw.watertoren1.wleiden.net"
49 dhcp : False
50 compass : "zw"
51 ns_ip : "172.16.16.138/29"
52 ns_mac : "00:15:6d:70:4d:6c"
53 status : "up"
54
55
56iface_vr0:
57 comment : "Ethernet / Switchport: 2"
58 interface : "vr0"
59 ip : "172.25.90.65/29"
60 sdesc : "2proxy"
61 type : "eth"
62 dhcp : False
63 compass : "None"
64 status : "up"
65
66
67iface_vr0_alias0:
68 comment : "Uplink"
69 interface : "vr0"
70 ip : "92.66.227.162/29"
71 sdesc : "uplink"
72 type : "eth"
73 dhcp : False
74 compass : "None"
75 status : "up"
76
77
78iface_vr1:
79 comment : "Tijdelijke Link naar Cetim1 (Mast3:Pos2)"
80 interface : "vr1"
81 ip : "172.16.16.100/29"
82 sdesc : "2cetim1"
83 mode : "station-wds"
84 type : "eth"
85 extra_type : "eth2wifibridge"
86 ssid : "il-no.cetim1.wleiden.net"
87 dhcp : False
88 compass : "zw"
89 ns_ip : "172.16.16.99/29"
90 ns_mac : "00:15:6d:ec:81:f3"
91 status : "up"
92
93
94iface_vr2:
95 comment : "Nanostation naar CNodeDrijfhuis (Mast1:Pos3)"
96 interface : "vr2"
97 ip : "172.16.16.33/29"
98 sdesc : "2drijfhuis"
99 mode : "station-wds"
100 type : "eth"
101 extra_type : "eth2wifibridge"
102 channel : "132"
103 ssid : "il-nw.watertoren1.wleiden.net"
104 dhcp : False
105 compass : "nw"
106 ns_ip : "172.16.16.34/29"
107 ns_mac : "00:15:6d:70:4d:a5"
108 status : "up"
109
110
Note: See TracBrowser for help on using the repository browser.