source: genesis/nodes/HybridEd/wleiden.yaml@ 12808

Last change on this file since 12808 was 12808, checked in by ed, 11 years ago

Added virtual interlink via VPN to Rick2 and moved link noord to interface ue0

File size: 2.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "net4801"
5comment : "None"
6gateway : "10.20.30.1"
7externalif: "sis0"
8latitude : "51.46017"
9location : "Ed, Wittezeestraat 43, 4388 GE, Oost-Souburg"
10longitude : "3.59545"
11masterip : "172.17.76.1"
12monitoring_group: "wleiden"
13nodename : "Ed"
14nodetype : "Hybrid"
15rdnap_x : 30486
16rdnap_y : 387207
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: True
22service_proxy_normal: False
23status : "planned"
24
25
26iface_ath0:
27 comment : "Accesspoint voor de buurt"
28 ip : "172.17.76.1/24"
29 sdesc : "ap"
30 mode : "ap"
31 type : "11g"
32 channel : 1
33 ssid : "ap-VLI-Ed"
34 dhcp : "10-60"
35 status : "up"
36
37
38iface_sis0:
39 comment : "External Link"
40 ip : "10.20.30.220/24"
41 sdesc : "2external"
42 type : "eth"
43 dhcp : False
44 status : "up"
45
46
47iface_sis1:
48 comment : "Link naar het Zuiden"
49 ip : "172.17.0.49/29"
50 sdesc : "2zuiden"
51 mode : "station-wds"
52 type : "eth"
53 extra_type : "eth2wifibridge"
54 channel : "36"
55 ssid : "il-z.ed.wleiden.net"
56 dhcp : False
57 compass : "z"
58 ns_ip : "172.17.0.50/29"
59 ns_mac : "00:27:22:10:f5:a4"
60 bridge_type: "NanoStation M5"
61 status : "down"
62
63
64iface_sis2:
65 comment : "Link to vpn box"
66 ip : "172.17.36.22/24"
67 sdesc : "2vpn-ed"
68 type : "eth"
69 dhcp : False
70 status : "up"
71
72
73iface_sis2_alias0:
74 comment : "Link to Rick2"
75 ip : "172.17.2.249/29"
76 sdesc : "2rick2"
77 type : "eth"
78 dhcp : False
79 status : "up"
80
81iface_ue0:
82 comment : "Link naar het Noord"
83 ip : "172.17.0.57/29"
84 sdesc : "2noorden"
85 mode : "station-wds"
86 type : "eth"
87 extra_type : "eth2wifibridge"
88 channel : "100"
89 ssid : "il-z.ed.wleiden.net"
90 dhcp : False
91 compass : "n"
92 ns_ip : "172.17.0.58/29"
93 ns_mac : "00:27:22:10:f6:34"
94 bridge_type: "NanoStation M5"
95 status : "down"
96
Note: See TracBrowser for help on using the repository browser.