source: genesis/nodes/HybridWBRotary/wleiden.yaml@ 10875

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

Bouw een nieuwe (development) node voor bij Henk binnen.

File size: 3.0 KB
RevLine 
[10674]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6externalif: "vr1"
[10857]7gateway : "192.168.0.225"
[10674]8ileiden : True
[10779]9latitude : "4.63817"
[10674]10location : "NH Kerk, Comriekade 7, 2481 AD, Woubrugge"
[10779]11longitude : "52.16707"
[10674]12masterip : "172.25.52.1"
13nodename : "WBRotary"
14nodetype : "Hybrid"
15rdnap_x : 103755
16rdnap_y : 464588
[10729]17rdr_host : "94.209.113.8"
[10715]18rdr_rules :
[10815]19- ['tcp', 9080, '172.17.0.41', 80]
20- ['tcp', 9081, '172.17.0.42', 554]
21- ['tcp', 9082, '172.17.0.43', 554]
22- ['tcp', 9083, '172.17.0.44', 80]
[10729]23release : "9.0-RELEASE"
24remote_access: ""
25service_accesspoint: True
26service_proxy_ileiden: True
27service_proxy_normal: True
28status : "up"
[10674]29
30
31iface_ath0:
32 comment : "ap voor de buurt"
33 interface : "ath0"
34 ip : "172.25.52.1/24"
35 desc : "ap voor de buurt"
36 sdesc : "apnz"
37 mode : "ap"
38 type : "11b"
39 channel : "8"
40 ssid : "ap-woubrugge-rotarynz"
41 dhcp : "10-250"
42 compass : "None"
43 status : "up"
44
45
46iface_ue0:
47 comment : "link naar Alphen HW Fortis"
48 interface : "ue0"
49 ip : "172.16.18.25/29"
50 desc : "Link naar Alphen"
51 sdesc : "2hwfortis"
52 mode : "station-wds"
53 type : "eth"
54 extra_type : "eth2wifibridge"
55 channel : "44"
56 ssid : "il-zo.wbrotary.wleiden.net"
57 dhcp : False
58 compass : "se"
59 ns_ip : "172.16.18.26/29"
60 ns_mac : "00:15:6d:8e:dc:be"
61 status : "down"
62
63
64iface_vr0:
65 comment : "link naar Graficall"
66 interface : "vr0"
67 ip : "172.16.18.41/29"
68 desc : "Link naar Graficall, Leiderdorp"
69 sdesc : "2graficall"
70 mode : "station-wds"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 channel : "36"
74 ssid : "il-w.wbrotary.wleiden.net"
75 dhcp : False
76 compass : "w"
77 ns_ip : "172.16.18.42/29"
78 ns_mac : "00:27:22:10:34:c6"
79 status : "up"
80
81
82iface_vr1:
[10857]83 comment : "External GW is external site - via Bullet5 at 192.168.0.83"
[10674]84 interface : "vr1"
[10857]85 ip : "192.168.0.81/24"
[10674]86 desc : "Link naar Henk - external"
87 sdesc : "2external"
88 mode : "ap-wds"
89 type : "eth"
90 extra_type : "eth2wifibridge"
91 channel : "108"
92 ssid : "il-n.wbrotary.wleiden.net"
93 dhcp : False
[10729]94 compass : "w"
[10857]95 dhcpclient : False
96 ns_ip : "192.168.0.82/24"
[10674]97 ns_mac : "00:15:6d:8e:dd:81"
98 status : "up"
99
[10873]100iface_vr1_alias_0:
101 comment : "Link naar Henk"
102 interface : "vr1"
103 ip : "172.17.0.65/28"
104 desc : "Link naar henk"
105 sdesc : "2henk"
106 dhcp : false
107 type : "eth"
108 compass : "w"
109 status : "planned"
[10674]110
[10873]111
[10674]112iface_vr2:
113 comment : "ap voor de buurt"
114 interface : "vr2"
115 ip : "172.25.56.1/24"
116 desc : "ap voor de buurt"
117 sdesc : "apwo"
118 mode : "ap"
119 type : "eth"
120 extra_type : "eth2wifibridge"
121 channel : "3"
122 ssid : "ap-woubrugge-rotarywo"
123 dhcp : "10-250"
124 compass : "None"
125 ns_ip : "172.25.56.2"
126 ns_mac : "00:15:6d:30:2a:5d"
127 status : "up"
128
129
Note: See TracBrowser for help on using the repository browser.