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

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

ip address klopt niet meer

File size: 1.3 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"
7externalif : "sis0"
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
56iface_tap0:
57 comment : "LokaalDev"
58 ip : "172.17.0.50/28"
59 sdesc : "vpn"
60 type : "eth"
61 dhcp : False
62 status : "up"
63
Note: See TracBrowser for help on using the repository browser.