source: genesis/nodes/HybridRick2/wleiden.yaml@ 10701

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

Cleanup and sync of the config files. Please do mind the
service_accesspoint=True always applies for now.

File size: 1.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : False
7latitude : "52.13999"
8location : "Rick van der Zwet, Brahmslaan 40, 2324 AN, Leiden"
9longitude : "4.47100"
10masterip : "172.17.34.1"
11nodename : "Rick2"
12nodetype : "Hybrid"
13rdnap_x : 92280
14rdnap_y : 461707
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_proxy_ileiden: True
18service_proxy_normal: True
19status : "up"
20
21
22iface_ath0:
23 comment : "Internal Wireless"
24 interface : "ath0"
25 ip : "172.17.34.1/28"
26 desc : "Internal Wireless"
27 sdesc : "binnen"
28 mode : "ap-wds"
29 type : "11b"
30 channel : "1"
31 ssid : "ap-WirelessLeiden-Rick2"
32 dhcp : "10-60"
33 compass : "None"
34 status : "up"
35
36
37iface_vr0:
38 comment : "Link to external interface"
39 interface : "vr0"
40 ip : "0.0.0.0/30"
41 desc : "External Link"
42 sdesc : "2external"
43 type : "eth"
44 dhcp : False
45 compass : "None"
46 dhcpclient : True
47 status : "up"
48
49
50iface_vr1:
51 comment : "Link naar Rick"
52 interface : "vr1"
53 ip : "172.16.3.65/30"
54 desc : "Link naar Rick"
55 sdesc : "2rick"
56 type : "eth"
57 dhcp : False
58 compass : "None"
59 status : "up"
60
61
62iface_vr2:
63 comment : "Lokaal Dev Netwerk"
64 interface : "vr2"
65 ip : "172.17.36.1/24"
66 desc : "LokaalDev"
67 sdesc : "2dev"
68 type : "eth"
69 dhcp : "10-20"
70 compass : "None"
71 status : "up"
72
73
Note: See TracBrowser for help on using the repository browser.