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

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

Verschuif waar mogelijk de desc naar comment, als deze gelijk zijn of er nog
geen comment gezet is.

Related-To: beheer:ticket:218

File size: 2.6 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 desc : "Ethernet naar proxy"
61 sdesc : "2proxy"
62 type : "eth"
63 dhcp : False
64 compass : "None"
65 status : "up"
66
67
68iface_vr0_alias0:
69 comment : "internet"
70 interface : "vr0"
71 ip : "92.66.227.162/29"
72 desc : "uplink"
73 sdesc : "uplink"
74 type : "eth"
75 dhcp : False
76 compass : "None"
77 status : "up"
78
79
80iface_vr1:
81 comment : "Tijdelijke Link naar Cetim1 (Mast3:Pos2)"
82 interface : "vr1"
83 ip : "172.16.16.100/29"
84 sdesc : "2cetim1"
85 mode : "station-wds"
86 type : "eth"
87 extra_type : "eth2wifibridge"
88 ssid : "il-no.cetim1.wleiden.net"
89 dhcp : False
90 compass : "zw"
91 ns_ip : "172.16.16.99/29"
92 ns_mac : "00:15:6d:ec:81:f3"
93 status : "up"
94
95
96iface_vr2:
97 comment : "Nanostation naar CNodeDrijfhuis (Mast1:Pos3)"
98 interface : "vr2"
99 ip : "172.16.16.33/29"
100 sdesc : "2drijfhuis"
101 mode : "station-wds"
102 type : "eth"
103 extra_type : "eth2wifibridge"
104 channel : "132"
105 ssid : "il-nw.watertoren1.wleiden.net"
106 dhcp : False
107 compass : "nw"
108 ns_ip : "172.16.16.34/29"
109 ns_mac : "00:15:6d:70:4d:a5"
110 status : "up"
111
112
Note: See TracBrowser for help on using the repository browser.