source: genesis/nodes/hybrid8/wleiden.yaml@ 10734

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

Boolean values should be real boolean values.

File size: 1.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "UNKNOWN"
5comment : "Test voor hybrid"
6externalif: "sis0"
7gateway : "192.168.84.1"
8ileiden : True
9internalif: "tap0"
10latitude : "52.06651"
11location : " Richard, Terschelling 244, 3524az Utrecht"
12longitude : "5.13854"
13masterip : "172.17.65.1"
14nat : True
15nodename : "Hybrid8"
16nodetype : "Hybrid"
17proxyid : 8
18rdnap_x : 137949
19rdnap_y : 453165
20release : "9.0-RELEASE"
21status : "up"
22vpnif : "tap0"
23
24
25iface_ath0:
26 comment : "Ap"
27 interface : "ath0"
28 ip : "172.17.65.1/26"
29 desc : "AP"
30 sdesc : "ap"
31 mode : "ap-wds"
32 type : "11b"
33 channel : "7"
34 ssid : "ap-WirelessLeiden-Richard"
35 dhcp : "10-60"
36 compass : "None"
37 status : "up"
38
39
40iface_sis0:
41 comment : "Link naar Router"
42 interface : "sis0"
43 ip : "192.168.84.11/24"
44 desc : "Link naar Router"
45 sdesc : "uplink"
46 type : "eth"
47 dhcp : False
48 compass : "None"
49 status : "up"
50
51
52iface_sis1:
53 comment : "Bullet"
54 interface : "sis1"
55 ip : "172.17.0.65/28"
56 desc : "Link naar EduroamBullet"
57 sdesc : "downlink"
58 type : "eth"
59 dhcp : "70-71"
60 compass : "None"
61 status : "up"
62
63
Note: See TracBrowser for help on using the repository browser.