source: genesis/nodes/HybridRobijn/wleiden.yaml@ 12302

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

correctie config robijn nu externalif expliciet toegevoegd

File size: 2.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5latitude : "52.15457"
6location : "Zorgcentrum Robijnhof, Robijnhof 1, 2332 KJ, Leiden"
7longitude : "4.46265"
8masterip : "172.20.8.1"
9gateway : "192.168.178.1"
10externalif: "ue0"
11monitoring_group: "wleiden"
12nodename : "Robijn"
13nodetype : "Hybrid"
14rdnap_x : 91729
15rdnap_y : 463336
16release : "9.0-RELEASE"
17remote_access: "83.86.137.210:22"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: True
22service_proxy_normal: True
23status : "up"
24
25
26iface_ath0:
27 comment : "Omni voor de buurt"
28 ip : "172.20.8.1/24"
29 sdesc : "omni"
30 mode : "ap"
31 type : "11g"
32 channel : 6
33 ssid : "ap-WirelessLeiden-Robijn"
34 dhcp : "10-250"
35 status : "up"
36
37
38iface_ue0:
39 comment : "Ethernet naar Robijn"
40 ip : "172.16.3.1/29"
41 sdesc : "2robijn2"
42 type : "eth"
43 dhcp : False
44 status : "up"
45
46iface_ue0_alias0:
47 comment : "Uplink"
48 ip : "192.168.178.10/24"
49 sdesc : "uplink"
50 type : "eth"
51 dhcp : False
52 status : "up"
53
54
55iface_vr0:
56 comment : "A link naar Vosko2 via nanostation"
57 ip : "172.16.4.84/29"
58 sdesc : "2vosko2"
59 mode : "station-wds"
60 type : "eth"
61 extra_type : "eth2wifibridge"
62 channel : "140"
63 ssid : "il-w.vosko.wleiden.net"
64 dhcp : False
65 compass : "o"
66 ns_ip : "172.16.4.83/29"
67 ns_mac : "00:15:6d:f2:39:3d"
68 bridge_type: "NanoStation5"
69 status : "up"
70
71
72iface_vr1:
73 comment : "A Link naar Unigor via nanostation"
74 ip : "172.16.5.220/29"
75 sdesc : "2unigorA"
76 mode : "station-wds"
77 type : "eth"
78 extra_type : "eth2wifibridge"
79 channel : "104"
80 ssid : "il-z.unigor1.wleiden.net"
81 dhcp : False
82 compass : "n"
83 ns_ip : "172.16.5.219/29"
84 ns_mac : "DC:9F:DB:E4:98:C9"
85 bridge_type: "NanoStationM5"
86 status : "up"
87
88
89iface_vr2:
90 comment : "A Link naar AJSoft1 via nanostation"
91 ip : "172.16.5.228/29"
92 sdesc : "2ajsoft"
93 mode : "station-wds"
94 type : "eth"
95 extra_type : "eth2wifibridge"
96 channel : "60"
97 ssid : "il-nw.ajsoft1.wleiden.net"
98 dhcp : False
99 compass : "z"
100 ns_ip : "172.16.5.227/29"
101 ns_mac : "00:15:6d:f2:38:07"
102 bridge_type: "NanoStation5"
103 status : "up"
104
105
Note: See TracBrowser for help on using the repository browser.