source: genesis/nodes/CNodeUniGor1/wleiden.yaml@ 11233

Last change on this file since 11233 was 10892, checked in by rick, 13 years ago

Doe een import van de bridge unit dmv een scan.

File size: 2.0 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.16782"
8location : "Gorleus Lab Universiteit Leiden, Einsteinweg 55, 2333 CC, Leiden"
9longitude : "4.45961"
10masterip : "172.17.35.1"
11nodename : "UniGor1"
12nodetype : "CNode"
13rdnap_x : 91540
14rdnap_y : 464813
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "AP Richting oost"
21 ip : "172.17.35.1/24"
22 sdesc : "ap-o"
23 mode : "ap"
24 type : "11b"
25 channel : "2"
26 ssid : "ap-WirelessLeiden-Unigor-oost"
27 dhcp : "10-250"
28 status : "up"
29
30
31iface_vr0:
32 comment : "Ethernet naar server en Gorlaeus nodes"
33 ip : "172.19.128.65/28"
34 sdesc : "eth"
35 type : "eth"
36 dhcp : False
37 status : "up"
38
39
40iface_vr1:
41 comment : "A link naar Cope via nanostation 1"
42 ip : "172.16.3.185/29"
43 sdesc : "2cope"
44 mode : "station-wds"
45 type : "eth"
46 extra_type : "eth2wifibridge"
47 channel : "128"
48 ssid : "il-zo.unigor1.wleiden.net"
49 dhcp : False
50 compass : "zo"
51 ns_ip : "172.16.3.186/29"
52 ns_mac : "00:15:6d:f2:38:a0"
53 bridge_type: "NanoStation5"
54 status : "up"
55
56
57iface_vr1_alias0:
58 comment : "A link naar LUMC"
59 ip : "172.16.4.81/29"
60 sdesc : "2lumc"
61 type : "eth"
62 dhcp : False
63 status : "up"
64
65
66iface_vr2:
67 comment : "A link naar Robijn via nanostation 2"
68 ip : "172.16.5.217/29"
69 sdesc : "2robijn"
70 mode : "station-wds"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 channel : "104"
74 ssid : "il-z.unigor1.wleiden.net"
75 dhcp : False
76 compass : "z"
77 ns_ip : "172.16.5.218/29"
78 ns_mac : "00:15:6d:f2:38:bd"
79 bridge_type: "NanoStation5"
80 status : "up"
81
82
83iface_vr2_alias0:
84 comment : "A Link naar Zwaluwak via nanostation 2"
85 ip : "172.16.3.69/30"
86 sdesc : "2zwaluwak"
87 type : "eth"
88 dhcp : False
89 status : "up"
90
91
Note: See TracBrowser for help on using the repository browser.