source: genesis/nodes/HybridHuub/wleiden.yaml@ 12312

Last change on this file since 12312 was 12312, checked in by huub, 11 years ago

aanpassing gateway van HybridHuub

File size: 2.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6externalif: "vr3"
7ileiden : True
8latitude : "52.15685"
9location : "Huub, Rapenburg 62, 2311 EZ, Leiden"
10longitude : "4.48626"
11masterip : "172.17.16.1"
12gateway : "172.16.3.86"
13monitoring_group: "wleiden"
14nodename : "Huub"
15nodetype : "Hybrid"
16rdnap_x : "093348"
17rdnap_y : 463569
18release : "9.0-RELEASE"
19remote_access: "huubs.xs4all.nl:1022"
20service_accesspoint: True
21service_concentrator: False
22service_incoming_rdr: False
23service_proxy_ileiden: True
24service_proxy_normal: True
25status : "up"
26
27
28iface_ath0:
29 comment : "Ap"
30 ip : "172.17.16.1/26"
31 sdesc : "ap"
32 mode : "ap"
33 type : "11g"
34 channel : 6
35 ssid : "ap-WirelessLeiden-Huub"
36 dhcp : "10-60"
37 status : "up"
38
39
40iface_sis0:
41 comment : "Local ethernet naar extra ap2"
42 ip : "172.17.16.129/26"
43 sdesc : "2ap2"
44 mode : "ap"
45 type : "eth"
46 dhcp : "140-180"
47 ns_ip : "172.17.16.130/26"
48 ns_mac : "00:15:6d:d4:f8:24"
49 bridge_type: "Bullet2"
50 status : "up"
51
52
53iface_sis1:
54 comment : "Local ethernet naar extra ap3"
55 ip : "172.17.65.1/24"
56 sdesc : "2ap3"
57 mode : "ap"
58 type : "eth"
59 dhcp : "10-250"
60 ns_ip : "172.17.65.2/24"
61 ns_mac : "00:15:6d:e8:f9:c0"
62 bridge_type: "Bullet2"
63 status : "up"
64
65
66iface_ue0:
67 comment : "Link naaar Huub2"
68 ip : "172.16.3.21/30"
69 sdesc : "2huub2"
70 type : "eth"
71 dhcp : False
72 status : "down"
73
74
75iface_vr0:
76 comment : "Local Link"
77 ip : "0.0.0.0/24"
78 sdesc : "2local"
79 type : "eth"
80 dhcp : "client"
81 status : "up"
82
83
84iface_vr1:
85 comment : "Link naar Vosko2"
86 ip : "172.16.4.124/29"
87 sdesc : "2vosko2"
88 mode : "station-wds"
89 type : "eth"
90 extra_type : "eth2wifibridge"
91 channel : "64"
92 ssid : "il-w.vosko2.wleiden.net"
93 dhcp : False
94 compass : "no"
95 ns_ip : "172.16.4.123/29"
96 ns_mac : "00:15:6d:d6:33:35"
97 bridge_type: "NanoStation5"
98 status : "up"
99
100
101iface_vr2:
102 comment : "Link naar Cetim2"
103 ip : "172.16.4.28/29"
104 sdesc : "2cetim2"
105 mode : "station-wds"
106 type : "eth"
107 extra_type : "eth2wifibridge"
108 channel : "36"
109 ssid : "il-zw.cetim2.wleiden.net"
110 dhcp : False
111 compass : "o"
112 ns_ip : "172.16.4.27/29"
113 ns_mac : "00:15:6d:f2:1f:7f"
114 bridge_type: "NanoStation5"
115 status : "up"
116
117
118iface_vr3:
119 comment : "External Link"
120 ip : "172.16.3.85/30"
121 sdesc : "2external"
122 type : "eth"
123 dhcp : False
124 status : "up"
125
126
Note: See TracBrowser for help on using the repository browser.