source: genesis/nodes/HybridThomas/wleiden.yaml@ 11258

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

thomas en imi naar hybrid

File size: 1.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.15601"
7location : "Thomas, Rapenburg 118, 2311 GB, Leiden"
8longitude : "4.48864"
9masterip : "172.17.48.1"
10nodename : "Thomas"
11nodetype : "Hybrid"
12rdnap_x : 93510
13rdnap_y : 463474
14release : "9.0-RELEASE"
15service_accesspoint: True
16service_incoming_rdr: False
17service_proxy_ileiden: False
18service_proxy_normal: False
19status : "up"
20
21
22iface_ath0:
23 comment : "AP voor de buurt"
24 ip : "172.17.48.1/24"
25 sdesc : "ap"
26 mode : "ap"
27 type : "11b"
28 channel : "4"
29 ssid : "ap-WirelessLeiden-Thomas"
30 dhcp : "10-250"
31 status : "up"
32
33
34iface_vr0:
35 comment : "Ethernet naar Thomas"
36 ip : "172.17.48.65/29"
37 sdesc : "eth"
38 type : "eth"
39 dhcp : "67-70"
40 status : "down"
41
42
43iface_vr1:
44 comment : "Link naar Vosko1"
45 ip : "172.16.16.44/29"
46 sdesc : "2vosko1"
47 mode : "station-wds"
48 type : "eth"
49 extra_type : "eth2wifibridge"
50 channel : "64"
51 ssid : "il-zw.vosko1.wleiden.net"
52 dhcp : False
53 compass : "n"
54 ns_ip : "172.16.16.43/29"
55 ns_mac : "00:15:6d:70:54:a0"
56 bridge_type: "NanoStation5"
57 status : "up"
58
59
60iface_vr2:
61 comment : "Link naar IMI"
62 ip : "172.16.16.49/29"
63 sdesc : "2imi"
64 mode : "station-wds"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 channel : "112"
68 ssid : "il-zw.thomas.wleiden.net"
69 dhcp : False
70 compass : "zw"
71 ns_ip : "172.16.16.50/29"
72 ns_mac : "00:15:6d:70:52:5c"
73 bridge_type: "NanoStation5"
74 status : "up"
75
76
Note: See TracBrowser for help on using the repository browser.