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

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

interface: <iface>:<alias> is nu in de iface_<iface>_alias<alias>
gerepresenteerd.

Fixes beheer:ticket:221

File size: 1.1 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10436]4board : "UNKNOWN"
[10150]5comment : "Test voor hybrid"
[10321]6externalif: "sis0"
[10154]7gateway : "192.168.84.1"
[10165]8ileiden : True
[10243]9internalif: "tap0"
[10374]10latitude : "52.06651"
[10116]11location : " Richard, Terschelling 244, 3524az Utrecht"
[10374]12longitude : "5.13854"
[10159]13masterip : "172.17.65.1"
[10116]14nat : True
[10195]15nodename : "Hybrid8"
[10182]16nodetype : "Hybrid"
[10116]17proxyid : 8
[10059]18rdnap_x : 137949
19rdnap_y : 453165
[10154]20release : "9.0-RELEASE"
[10116]21status : "up"
[10164]22vpnif : "tap0"
[10116]23
24
[10156]25iface_ath0:
26 comment : "Ap"
27 ip : "172.17.65.1/26"
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
[10059]38iface_sis0:
[10116]39 comment : "Link naar Router"
[10154]40 ip : "192.168.84.11/24"
[10116]41 sdesc : "uplink"
42 type : "eth"
[10454]43 dhcp : False
[10116]44 compass : "None"
45 status : "up"
[10059]46
[10436]47
[10403]48iface_sis1:
49 comment : "Bullet"
50 ip : "172.17.0.65/28"
51 sdesc : "downlink"
52 type : "eth"
53 dhcp : "70-71"
54 compass : "None"
55 status : "up"
[10116]56
[10436]57
Note: See TracBrowser for help on using the repository browser.