source: genesis/nodes/CNodeMuiderkring/wleiden.yaml@ 10855

Last change on this file since 10855 was 10779, checked in by richardvm, 13 years ago

added gateway for hybrid nodes

File size: 1.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "4.47107"
8location : "Martijn, Muiderkring 152, 2332 BP, Leiden"
9longitude : "52.16352"
10masterip : "172.17.4.129"
11nodename : "Muiderkring"
12nodetype : "CNode"
13rdnap_x : 92318
14rdnap_y : 464324
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Lokaal accesspoint"
21 interface : "ath0"
22 ip : "172.17.4.129/26"
23 desc : "accesspoint voor de buurt"
24 sdesc : "omni"
25 mode : "ap"
26 type : "11b"
27 channel : "5"
28 ssid : "ap-WirelessLeiden-Muiderkring"
29 dhcp : "140-190"
30 compass : "None"
31 status : "up"
32
33
34iface_vr0:
35 comment : "eth"
36 interface : "vr0"
37 ip : "172.16.3.145/30"
38 desc : "Link naar proxy6"
39 sdesc : "eth"
40 type : "eth"
41 dhcp : False
42 compass : "None"
43 status : "up"
44
45
46iface_vr1:
47 comment : "Link naar AJSoft"
48 interface : "vr1"
49 ip : "172.16.6.52/29"
50 desc : "Link naar AJSoft"
51 sdesc : "2ajsoft"
52 mode : "station-wds"
53 type : "eth"
54 extra_type : "eth2wifibridge"
55 channel : "8"
56 ssid : "il-nno.ajsoft2.wleiden.net"
57 dhcp : False
58 compass : "z"
59 ns_ip : "172.16.6.51/29"
60 ns_mac : "00:15:6d:e8:e6:b1"
61 status : "up"
62
63
Note: See TracBrowser for help on using the repository browser.