source: genesis/nodes/HybridLivingLab/wleiden.yaml@ 10689

Last change on this file since 10689 was 10689, checked in by huub, 13 years ago

hybrid config voor LivingLab met internet gateway en proxy

File size: 2.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : False
7latitude : "52.14490"
8location : "Pergolesipad 95, 2324 DG, Leiden"
9longitude : "4.46733"
10masterip : "172.20.140.1"
11nodename : "LivingLab"
12nodetype : "Hybrid"
13rdnap_x : 92036
14rdnap_y : 462256
15release : "9.0-RELEASE"
16remote_access: "82.215.32.97/23:22"
17service_proxy_ileiden: True
18service_proxy_normal: True
19status : "up"
20
21iface_ath0:
22 comment : "Ap voor buurt"
23 interface : "ath0"
24 ip : "172.20.140.1/24"
25 desc : "AP voor de buurt"
26 sdesc : "ap"
27 mode : "ap-wds"
28 type : "11b"
29 channel : "4"
30 ssid : "ap-WirelessLeiden-Livinglab"
31 dhcp : "10-250"
32 compass : "None"
33 status : "up"
34
35iface_ue0:
36 comment : "Link naar Roomburgh2"
37 interface : "ue0"
38 ip : "172.16.4.60/29"
39 desc : "link naar Roomburgh2"
40 sdesc : "2Roomburgh2"
41 mode : "station-wds"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "116"
45 ssid : "il-zw.roomburgh2.wleiden.net"
46 dhcp : False
47 compass : "sw"
48 ns_ip : "172.16.4.59/29"
49 ns_mac : "00:15:6d:70:51:f5"
50 status : "up"
51
52iface_vr0:
53 interface : "vr0"
54 ip : "0.0.0.0/30"
55 desc : "External Link"
56 sdesc : "2external"
57 type : "eth"
58 dhcp : False
59 compass : "None"
60 dhcpclient : True
61 status : "up"
62
63iface_vr1:
64 interface : "vr1"
65 ip : "172.16.17.105/29"
66 desc : "link naar AJSoft2"
67 sdesc : "2AJSoft2"
68 mode : "station-wds"
69 type : "eth"
70 extra_type : "eth2wifibridge"
71 channel : "36"
72 ssid : "il-n.livinglab.wleiden.net"
73 dhcp : False
74 compass : "n"
75 ns_ip : "172.16.17.106/29"
76 ns_mac : "00:15:6d:70:52:60"
77 status : "up"
78
79iface_vr2:
80 interface : "vr2"
81 ip : "172.16.17.113/29"
82 desc : "Ethernet naar Haagwijk"
83 sdesc : "2Haagwijk"
84 mode : "station-wds"
85 type : "eth"
86 extra_type : "eth2wifibridge"
87 channel : "44"
88 ssid : "il-zo.livinglab.wleiden.net"
89 dhcp : False
90 compass : "se"
91 ns_ip : "172.16.17.114"
92 ns_mac : "00:15:6d:70:51:e9"
93 status : "up"
94
Note: See TracBrowser for help on using the repository browser.