source: genesis/nodes/HybridLucasN/wleiden.yaml@ 11062

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

lokaal internet toegevoegd aan LucasN configuratie plus proxy set

File size: 2.0 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10869]4board : "ALIX2"
[10059]5comment : "None"
[10116]6ileiden : True
[10881]7latitude : "52.16189"
[10116]8location : "Basisschool Lucas van Leyden, Sint Ursulasteeg 28, 2312 XA, Leiden"
[10881]9longitude : "4.48684"
[10116]10masterip : "172.17.144.1"
11nodename : "LucasN"
[10869]12nodetype : "Hybrid"
[10059]13rdnap_x : 93395
14rdnap_y : 464130
[10869]15release : "9.0-RELEASE"
[10881]16service_accesspoint: True
17service_incoming_rdr: False
18service_proxy_ileiden: False
[11062]19service_proxy_normal: True
[11057]20status : "up"
[10116]21
22
[10059]23iface_ath0:
[10884]24 comment : "Ap"
[11044]25 ip : "172.17.144.1/24"
[10116]26 sdesc : "ap"
[10703]27 mode : "ap"
[10116]28 type : "11b"
29 channel : "5"
[10869]30 ssid : "ap-WirelessLeiden-LucasN"
[11044]31 dhcp : "10-250"
[10116]32 status : "up"
[10059]33
[11062]34iface_ue0:
35 comment : "Ethernet naar lokaal internet"
36 ip : "0.0.0.0/30"
37 sdesc : "2internet"
38 type : "eth"
39 dhcp : "client"
40 status : "up"
[10059]41
42iface_vr0:
[10884]43 comment : "A-link naar Rabo1"
[10116]44 ip : "172.16.3.25/29"
45 sdesc : "2rabo1"
[10869]46 mode : "ap-wds"
[10116]47 type : "eth"
48 extra_type : "eth2wifibridge"
49 channel : "60"
50 ssid : "il-n.lucasn.wleiden.net"
[10454]51 dhcp : False
[10116]52 compass : "n"
53 ns_ip : "172.16.3.26/29"
[11057]54 ns_mac : "00:15:6D:70:54:AE"
[10116]55 status : "down"
[10059]56
57iface_vr1:
[10884]58 comment : "A-link naar Stadhuis"
[10116]59 ip : "172.16.4.132/29"
60 sdesc : "2stadhuis"
61 mode : "station-wds"
62 type : "eth"
63 extra_type : "eth2wifibridge"
64 channel : "116"
65 ssid : "il-nw.stadhuis.wleiden.net"
[10454]66 dhcp : False
[10729]67 compass : "zo"
[10116]68 ns_ip : "172.16.4.131/29"
[11057]69 ns_mac : " 00:15:6D:70:54:53"
70 status : "up"
[10059]71
[10116]72iface_vr2:
[11044]73 comment : "Link naar Webster"
[10116]74 ip : "172.16.4.177/29"
[11044]75 sdesc : "2webster"
76 mode : "ap-wds"
[10116]77 type : "eth"
78 extra_type : "eth2wifibridge"
[11057]79 channel : "36"
[11044]80 ssid : "il-zw.lucasn.wleiden.net"
[10454]81 dhcp : False
[11044]82 compass : "zw"
83 ns_ip : "172.16.4.178/29"
[11057]84 ns_mac : "00:15:6D:70:54:D2"
85 status : "up"
[10116]86
87
Note: See TracBrowser for help on using the repository browser.