source: genesis/nodes/proxy8/wleiden.yaml@ 10214

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

gformat is case sensitive ....

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