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

Last change on this file since 11554 was 11554, checked in by rick, 12 years ago

Cleanup actie.

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