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

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

gateway toegevoegd aan config LivingLab

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