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

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

set dhcp for eduroam Setup

File size: 1.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "Test voor hybrid"
5externalif: "sis0"
6gateway : "192.168.84.1"
7ileiden : True
8internalif: "tap0"
9latitude : "52.06651"
10location : " Richard, Terschelling 244, 3524az Utrecht"
11longitude : "5.13854"
12masterip : "172.17.65.1"
13nat : True
14nodename : "Hybrid8"
15nodetype : "Hybrid"
16proxyid : 8
17rdnap_x : 137949
18rdnap_y : 453165
19release : "9.0-RELEASE"
20status : "up"
21vpnif : "tap0"
22
23
24iface_ath0:
25 comment : "Ap"
26 interface : "ath0"
27 ip : "172.17.65.1/26"
28 desc : "AP"
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 desc : "Link naar Router"
44 sdesc : "uplink"
45 type : "eth"
46 dhcp : "no"
47 compass : "None"
48 status : "up"
49
50iface_sis1:
51 comment : "Bullet"
52 interface : "sis1"
53 ip : "172.17.0.65/28"
54 desc : "Link naar EduroamBullet"
55 sdesc : "downlink"
56 type : "eth"
57 dhcp : "70-71"
58 compass : "None"
59 status : "up"
60
Note: See TracBrowser for help on using the repository browser.