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

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

Sync a bunch of meta data information.

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"
13nodename : "Richard"
14nodetype : "Hybrid"
15rdnap_x : 137949
16rdnap_y : 453165
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_incoming_rdr: True
20service_proxy_ileiden: True
21service_proxy_normal: True
22service_vpn_server: True
23status : "up"
24vpnif : "tap0"
25
26
27iface_ath0:
28 comment : "Ap"
29 ip : "172.17.65.1/26"
30 sdesc : "ap"
31 mode : "ap-wds"
32 type : "11b"
33 channel : "7"
34 ssid : "ap-WirelessLeiden-Richard"
35 dhcp : "10-60"
36 status : "up"
37
38
39iface_sis0:
40 comment : "Link naar Router"
41 ip : "192.168.84.11/24"
42 sdesc : "uplink"
43 type : "eth"
44 dhcp : False
45 status : "up"
46
47
48iface_sis1:
49 comment : "Bullet"
50 ip : "172.16.6.129/28"
51 sdesc : "downlink"
52 type : "eth"
53 dhcp : "130-131"
54 status : "up"
55
56
57iface_tap0:
58 comment : "LokaalDev"
59 ip : "172.17.0.50/28"
60 sdesc : "vpn"
61 type : "eth"
62 dhcp : False
63 status : "up"
64
65
Note: See TracBrowser for help on using the repository browser.