source: genesis/nodes/CNodeUniGor2/wleiden.yaml@ 10876

Last change on this file since 10876 was 10876, checked in by richardvm, 13 years ago
  • mag geen jails draaien op sunfire :-)
  • sunfire krijgt lvrouted beheer#ticket#208
File size: 2.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "4.45961"
8location : "Gorleus Lab Universiteit Leiden, Einsteinweg 55, 2333 CC, Leiden"
9longitude : "52.16782"
10masterip : "172.22.8.1"
11nodename : "UniGor2"
12nodetype : "CNode"
13rdnap_x : 91540
14rdnap_y : 464813
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "AP Richting zuid"
21 interface : "ath0"
22 ip : "172.22.8.1/24"
23 desc : "AP Richting Zuid"
24 sdesc : "ap-zuid"
25 mode : "ap"
26 type : "11b"
27 channel : "7"
28 ssid : "ap-WirelessLeiden-Unigor-zuid"
29 dhcp : "10-250"
30 compass : "None"
31 status : "up"
32
33
34iface_vr0:
35 comment : "Ethernet"
36 interface : "vr0"
37 ip : "172.19.128.66/28"
38 desc : "Ethernet naar server en Gorlaeus nodes"
39 sdesc : "eth"
40 type : "eth"
41 dhcp : False
42 compass : "None"
43 status : "up"
44
45
46iface_vr1:
47 comment : "Link naar Brug"
48 interface : "vr1"
49 ip : "172.16.16.129/29"
50 desc : "Link naar Brug"
51 sdesc : "2brug"
52 mode : "station-wds"
53 type : "eth"
54 channel : "7"
55 ssid : "n-o.unigor.wleiden.net"
56 dhcp : False
57 compass : "e"
58 ns_ip : "172.16.16.130/29"
59 ns_mac : "00:15:6d:e8:e6:9b"
60 status : "down"
61
62
63iface_vr1_alias0:
64 comment : "Link naar AZC via bullet 2"
65 interface : "vr1:0"
66 ip : "172.16.0.165/30"
67 desc : "Link naar AZC"
68 sdesc : "2azc"
69 type : "eth"
70 extra_type : "eth2wifibridge"
71 dhcp : False
72 compass : "None"
73 status : "up"
74
75
76iface_vr2:
77 comment : "a-link Nanostation5 naar DirkLos2"
78 interface : "vr2"
79 ip : "172.16.4.1/29"
80 desc : "a-link naar DirkLos2"
81 sdesc : "2DirkLos2"
82 mode : "station-wds"
83 type : "eth"
84 extra_type : "eth2wifibridge"
85 channel : "149"
86 ssid : "il-o.unigor2.wleiden.net"
87 dhcp : False
88 compass : "o"
89 ns_ip : "172.16.4.2/29"
90 ns_mac : "00:15:6d:d0:14:75"
91 status : "up"
92
93
Note: See TracBrowser for help on using the repository browser.