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

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

Nog een paar vergeten.

Related-To: nodefactory:ticket:218

File size: 1.2 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 sdesc : "ap"
30 mode : "ap-wds"
31 type : "11b"
32 channel : "7"
33 ssid : "ap-WirelessLeiden-Richard"
34 dhcp : "10-60"
35 compass : "None"
36 status : "up"
37
38
39iface_sis0:
40 comment : "Link naar Router"
41 interface : "sis0"
42 ip : "192.168.84.11/24"
43 sdesc : "uplink"
44 type : "eth"
45 dhcp : False
46 compass : "None"
47 status : "up"
48
49
50iface_sis1:
51 comment : "Bullet"
52 interface : "sis1"
53 ip : "172.17.0.65/28"
54 sdesc : "downlink"
55 type : "eth"
56 dhcp : "70-71"
57 compass : "None"
58 status : "up"
59
60
Note: See TracBrowser for help on using the repository browser.