source: genesis/nodes/HybridCeTIM1/wleiden.yaml@ 11270

Last change on this file since 11270 was 11270, checked in by huub, 12 years ago

nieuwe config externe if op cetim1

File size: 2.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "10.0.1.1"
7latitude : "52.15797"
8location : "Hooglandse Kerk, Middelweg 2, 2312 KG, Leiden"
9longitude : "4.49423"
10masterip : "172.17.136.1"
11nodename : "CeTIM1"
12nodetype : "Hybrid"
13rdnap_x : 93895
14rdnap_y : 463687
15service_accesspoint: True
16service_incoming_rdr: False
17service_proxy_ileiden: False
18service_proxy_normal: True
19status : "up"
20
21
22iface_ath0:
23 comment : "AP CeTIM richting N en O"
24 ip : "172.17.136.1/26"
25 sdesc : "ap-no"
26 mode : "ap"
27 type : "11b"
28 channel : "3"
29 ssid : "ap-WirelessLeiden-Cetim1"
30 dhcp : "10-60"
31 status : "up"
32
33
34iface_ue0:
35 comment : "A-link Nanostation5 Zuid-Oost"
36 ip : "172.16.16.81/29"
37 sdesc : "2roomburgh1"
38 mode : "station-wds"
39 type : "eth"
40 extra_type : "eth2wifibridge"
41 channel : "132"
42 ssid : "il-zo.cetim1.wleiden.net"
43 dhcp : False
44 compass : "zo"
45 ns_ip : "172.16.16.82/29"
46 ns_mac : "00:15:6d:f6:be:66"
47 bridge_type: "NanoStation5"
48 status : "up"
49
50iface_vr0:
51 comment : "External Link"
52 ip : "10.0.1.13/24"
53 sdesc : "2external"
54 type : "eth"
55 dhcp : False
56 status : "down"
57
58iface_vr1:
59 comment : "Ethernet naar CeTIM2"
60 ip : "172.16.0.33/30"
61 sdesc : "2cetim2"
62 type : "eth"
63 dhcp : False
64 status : "up"
65
66
67iface_vr2:
68 comment : "A-link Nanostation5 Noord-Oost"
69 ip : "172.16.17.145/29"
70 sdesc : "houtmarkt"
71 mode : "ap-wds"
72 type : "eth"
73 extra_type : "eth2wifibridge"
74 channel : "120"
75 ssid : "il-no.cetim1.wleiden.net"
76 dhcp : False
77 compass : "no"
78 ns_ip : "172.16.17.146"
79 ns_mac : "00:15:6d:f6:be:e4"
80 bridge_type: "NanoStation5"
81 status : "up"
82
83
84iface_vr2_alias0:
85 comment : "Tijdelijke Link naar Watertoren"
86 ip : "172.16.16.97/29"
87 sdesc : "2watertoren"
88 type : "eth"
89 extra_type : "eth2wifibridge"
90 dhcp : False
91 status : "up"
92
93
94iface_vr2_alias1:
95 comment : "(w)interlink naar Spoortje"
96 ip : "172.16.4.17/29"
97 sdesc : "2spoortje"
98 type : "eth"
99 extra_type : "eth2wifibridge"
100 dhcp : False
101 status : "up"
102
103
Note: See TracBrowser for help on using the repository browser.