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

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

more up2date hybrid conf

File size: 1.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "UNKNOWN"
5comment : "None"
6gateway : "192.168.84.1"
7ileiden : False
8latitude : "52.06651"
9location : " Richard, Terschelling 244, 3524az Utrecht"
10longitude : "5.13854"
11masterip : "172.17.65.1"
12nodename : "Richard"
13nodetype : "Hybrid"
14rdnap_x : 137949
15rdnap_y : 453165
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_incoming_rdr: True
19service_proxy_ileiden: True
20service_proxy_normal: True
21service_vpn_server: True
22status : "up"
23vpnif : "tap0"
24
25
26iface_ath0:
27 comment : "Ap"
28 ip : "172.17.65.1/26"
29 sdesc : "ap"
30 mode : "ap-wds"
31 type : "11b"
32 channel : "7"
33 ssid : "ap-WirelessLeiden-Richard"
34 dhcp : "10-60"
35 status : "up"
36
37
38iface_sis0:
39 comment : "Link naar Router"
40 ip : "192.168.84.11/24"
41 sdesc : "uplink"
42 type : "eth"
43 dhcp : False
44 status : "up"
45
46
47iface_sis1:
48 comment : "Bullet"
49 ip : "172.16.6.129/28"
50 sdesc : "downlink"
51 type : "eth"
52 dhcp : "130-131"
53 status : "up"
54
55iface_tap0:
56 comment : "LokaalDev"
57 ip : "172.17.0.50/28"
58 sdesc : "vpn"
59 type : "eth"
60 dhcp : False
61 status : "up"
62
Note: See TracBrowser for help on using the repository browser.