source: genesis/nodes/CNodeUniGorN/wleiden.yaml@ 10779

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

added gateway for hybrid nodes

File size: 3.4 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10435]4board : "ALIX2"
[10059]5comment : "None"
[10116]6ileiden : True
[10779]7latitude : "4.45966"
[10116]8location : "Gorleus Lab Universiteit Leiden, Einsteinweg 55, 2333 CC, Leiden"
[10779]9longitude : "52.16825"
[10116]10masterip : "172.19.135.1"
11nodename : "UniGorN"
12nodetype : "CNode"
[10059]13rdnap_x : 91544
14rdnap_y : 464861
[10350]15release : "9.0-RELEASE"
[10116]16status : "up"
17
18
19iface_ath0:
20 comment : "oegstgeest richting N"
21 interface : "ath0"
22 ip : "172.19.135.1/26"
23 desc : "AP Richting NW"
24 sdesc : "n"
[10703]25 mode : "ap"
[10116]26 type : "11b"
27 channel : "4"
28 ssid : "ap-n.unigorn.wleiden.net"
29 dhcp : "10-60"
30 compass : "n"
31 status : "up"
32
33
[10059]34iface_ue0:
[10116]35 comment : "link naar Kaag2"
36 interface : "ue0"
37 ip : "172.16.17.73/29"
38 desc : "Link naar kaag2"
39 sdesc : "2kaag2"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "140"
44 ssid : "il-no.unigorn.wleiden.net"
[10454]45 dhcp : False
[10729]46 compass : "no"
[10116]47 ns_ip : "172.16.17.74/29"
[10350]48 ns_mac : "00:27:22:10:FD:F8"
49 status : "up"
[10059]50
51
[10116]52iface_ue0_alias0:
53 comment : "A link Hofwijck"
54 interface : "ue0:0"
55 ip : "172.16.17.233/29"
56 desc : "A Link naar Hofwijck"
57 sdesc : "2hofwijck"
58 type : "eth"
[10454]59 dhcp : False
[10116]60 compass : "None"
61 status : "up"
62
63
64iface_vr0:
65 comment : "link to Aster"
66 interface : "vr0"
67 ip : "172.16.17.97/29"
68 desc : "A Link naar Aster"
69 sdesc : "2Aster"
70 mode : "station-wds"
71 type : "eth"
72 channel : "104"
73 ssid : "il-o.unigorn.wleiden.net"
[10463]74 dhcp : False
[10729]75 compass : "nw"
[10116]76 ns_ip : "172.16.17.98/29"
77 ns_mac : "00:15:6d:ea:f0:64"
78 status : "up"
79
80
[10059]81iface_vr0_alias0:
[10116]82 comment : "link to Psycho"
83 interface : "vr0:0"
84 ip : "172.16.16.105/29"
85 desc : "A Link naar Psycho"
86 sdesc : "2Psycho"
87 type : "eth"
[10463]88 dhcp : False
[10116]89 compass : "None"
90 status : "up"
[10059]91
92
[10116]93iface_vr1:
94 comment : "link naar Rustenborch"
95 interface : "vr1"
96 ip : "172.16.17.241/29"
97 desc : "Link naar Rustenborch"
98 sdesc : "2rustenborch"
99 mode : "station-wds"
100 type : "eth"
101 channel : "128"
102 ssid : "il-n.unigorn.wleiden.net"
[10454]103 dhcp : False
[10116]104 compass : "n"
105 ns_ip : "172.16.17.242/29"
106 ns_mac : "00:15:6d:f2:37:fa"
107 status : "up"
[10059]108
[10116]109
[10059]110iface_vr1_alias0:
[10116]111 comment : "link naar LIACS"
112 interface : "vr1:0"
113 ip : "172.16.4.45/30"
114 desc : "Link naar LIACS"
115 sdesc : "2liacs"
116 type : "eth"
[10454]117 dhcp : False
[10116]118 compass : "None"
119 status : "up"
[10059]120
121
[10116]122iface_vr2:
123 comment : "EthernetLink naar UniGor"
124 interface : "vr2"
125 ip : "172.19.128.67/28"
126 desc : "EthernetLink naar UniGor nodes"
127 sdesc : "2unigor"
128 type : "eth"
[10454]129 dhcp : False
[10116]130 compass : "None"
131 status : "up"
[10059]132
[10321]133
[10320]134iface_vr2_alias0:
[10294]135 comment : "Ethernet"
136 interface : "vr2"
137 ip : "172.17.0.19/28"
138 desc : "Ethernet naar server en Gorlaeus nodes (jails)"
139 sdesc : "eth"
140 type : "eth"
[10454]141 dhcp : False
[10294]142 compass : "None"
143 status : "up"
[10116]144
[10321]145
[10295]146iface_vr2_alias1:
147 comment : "Ethernet"
148 interface : "vr2"
149 ip : "172.17.0.51/28"
150 desc : "Ethernet naar server en Gorlaeus nodes (vpn)"
151 sdesc : "eth"
152 type : "eth"
[10454]153 dhcp : False
[10295]154 compass : "None"
155 status : "up"
156
[10321]157
Note: See TracBrowser for help on using the repository browser.