source:
genesis/nodes/proxy8/wleiden.yaml@
10301
Last change on this file since 10301 was 10301, checked in by , 13 years ago | |
---|---|
File size: 1.3 KB |
Rev | Line | |
---|---|---|
[10059] | 1 | # Genesis config yaml style |
2 | # vim:ts=2:et:sw=2:ai | |
3 | # | |
[10150] | 4 | comment : "Test voor hybrid" |
[10240] | 5 | externalif: "sis0" |
[10154] | 6 | gateway : "192.168.84.1" |
[10240] | 7 | ileiden : False |
[10213] | 8 | interfaces: "sis0 sis1" |
9 | internalif: "sis1" | |
[10240] | 10 | internalroute: "172.17.16.65" |
[10116] | 11 | latitude : "5.13854" |
12 | location : " Richard, Terschelling 244, 3524az Utrecht" | |
13 | longitude : "52.06651" | |
[10159] | 14 | masterip : "172.17.65.1" |
[10116] | 15 | nat : True |
16 | nodename : "Proxy8" | |
[10214] | 17 | nodetype : "Proxy" |
[10116] | 18 | proxyid : 8 |
[10059] | 19 | rdnap_x : 137949 |
20 | rdnap_y : 453165 | |
[10154] | 21 | release : "9.0-RELEASE" |
[10301] | 22 | status : "down" |
[10116] | 23 | |
24 | ||
[10156] | 25 | iface_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 | ||
[10059] | 40 | iface_sis0: |
[10116] | 41 | comment : "Link naar Router" |
42 | interface : "sis0" | |
[10154] | 43 | ip : "192.168.84.11/24" |
[10116] | 44 | desc : "Link naar Router" |
45 | sdesc : "uplink" | |
46 | type : "eth" | |
47 | dhcp : "no" | |
48 | compass : "None" | |
49 | status : "up" | |
[10059] | 50 | |
[10240] | 51 | |
[10213] | 52 | iface_sis1: |
53 | comment : "Link naar Node" | |
54 | interface : "sis1" | |
[10233] | 55 | ip : "172.16.6.89/29" |
[10213] | 56 | desc : "Link naar Node" |
57 | sdesc : "downlink" | |
58 | type : "eth" | |
59 | dhcp : "no" | |
60 | compass : "None" | |
61 | status : "up" | |
[10240] | 62 | |
63 |
Note:
See TracBrowser
for help on using the repository browser.