source: genesis/nodes/CNodeWatertoren1/wleiden.yaml@ 10074

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

Which bridge type do we configure?

Requested-By: richardvm

File size: 2.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6interfaces: "ue0,ath0,vr2,vr0,vr1"
7latitude : "4.75742"
8location : "Watertoren, Kudelstaartseweg,1431 GA, Aalsmeer"
9longitude : "52.25493"
10masterip : "172.17.10.1"
11nodename : "Watertoren1"
12nodetype : "CNode"
13rdnap_x : 111998
14rdnap_y : 474286
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 interface : "ath0"
21 ip : "172.17.10.1/26"
22 desc : "OMNI voor Wifi op de westeinder (MastX:PostX)"
23 sdesc : "ap-omni"
24 mode : "ap-wds"
25 type : "11b"
26 channel : "8"
27 ssid : "ap-westeinder-watertoren1"
28 dhcp : "20-60"
29 compass : "None"
30 status : "up"
31
32
33iface_ue0:
34 interface : "ue0"
35 ip : "172.16.16.137/29"
36 desc : "Nanostation naar CNodeKempers1 (Mast2:Pos4)"
37 sdesc : "2kempers1"
38 mode : "station-wds"
39 type : "eth"
40 extra_type : "eth2wifibridge"
41 channel : "132"
42 ssid : "il-zzw.watertoren1.wleiden.net"
43 dhcp : "no"
44 bridge_type: "NanoStation5"
45 compass : "ssw"
46 ns_ip : "172.16.16.138/29"
47 ns_mac : "00:15:6d:70:4d:6c"
48 status : "up"
49
50
51iface_vr0:
52 comment : "ethernet / Switchport: 2"
53 interface : "vr0"
54 ip : "172.25.90.65/29"
55 desc : "Ethernet naar proxy"
56 sdesc : "2proxy"
57 type : "eth"
58 dhcp : "no"
59 compass : "None"
60 status : "up"
61
62
63iface_vr1:
64 interface : "vr1"
65 ip : "172.16.16.100/29"
66 desc : "Tijdelijke Link naar Cetim1 (Mast3:Pos2)"
67 sdesc : "2cetim1"
68 mode : "station-wds"
69 type : "eth"
70 extra_type : "eth2wifibridge"
71 ssid : "il-no.cetim1.wleiden.net"
72 dhcp : "no"
73 compass : "ne"
74 ns_ip : "172.16.16.99/29"
75 ns_mac : "00:15:6d:ec:81:f3"
76 status : "up"
77
78
79iface_vr2:
80 interface : "vr2"
81 ip : "172.16.16.33/29"
82 desc : "Nanostation naar CNodeDrijfhuis (Mast1:Pos3)"
83 sdesc : "2drijfhuis"
84 mode : "station-wds"
85 type : "eth"
86 extra_type : "eth2wifibridge"
87 channel : "132"
88 ssid : "il-nw.watertoren1.wleiden.net"
89 dhcp : "no"
90 bridge_type: "NanoStation5"
91 compass : "nw"
92 ns_ip : "172.16.16.34/29"
93 ns_mac : "00:15:6d:70:4d:a5"
94 status : "up"
95
96
Note: See TracBrowser for help on using the repository browser.