source: genesis/nodes/HybridRichard/wleiden.yaml@ 10894

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

changed the dhcp client range, since the ip of the interface was changed

File size: 1.0 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 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 status : "up"
35
36
37iface_sis0:
38 comment : "Link naar Router"
39 ip : "192.168.84.11/24"
40 sdesc : "uplink"
41 type : "eth"
42 dhcp : False
43 status : "up"
44
45
46iface_sis1:
47 comment : "Bullet"
48 ip : "172.16.6.129/28"
49 sdesc : "downlink"
50 type : "eth"
51 dhcp : "130-131"
52 status : "up"
53
54
Note: See TracBrowser for help on using the repository browser.