source: genesis/nodes/Rick/wleiden.yaml@ 14348

Last change on this file since 14348 was 14342, checked in by rick, 6 years ago

Migrate interface to USB dongle for debugging

File size: 3.2 KB
RevLine 
[13610]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
[13844]6gateway : "80.127.152.25"
[13610]7ileiden : True
8latitude : "52.145"
9location : "Rick van der Zwet, Polderpeil 1, 2382 BW, Zoeterwoude"
10longitude : "4.517"
11masterip : "172.17.34.1"
12monitoring_group: "wzoeterwoude"
13nodename : "Rick"
14nodetype : "Hybrid"
15portal_sponsor: "Free-WiFi Zoeterwoude"
16portal_url: "http://www.wirelessleiden.nl/"
17rdnap_x : 95421
18rdnap_y : 462103
[13621]19rdr_host : "80.127.152.27"
[13615]20release : "9.0-RELEASE"
[13610]21service_accesspoint: True
22service_concentrator: False
[13615]23service_incoming_rdr: True
[13844]24service_proxy_ileiden: True
[13615]25service_proxy_normal: True
[13844]26serviceid : "172.31.254.9"
[13615]27status : "up"
[14206]28publicnat : ['http', 'https', 'submission', 'imaps', 'pop3s']
[13610]29
[13844]30
31iface_ath0:
32 comment : "Ap binnen"
33 parent : "bridge0"
34 sdesc : "apbinnen"
35 mode : "ap"
36 type : "11g"
37 channel : 6
[14205]38 ssid : "WIFI4NL"
[13844]39 status : "up"
40
41
[14341]42iface_ue0:
[14342]43 comment : "Link naar Rick2"
44 ip : "172.16.6.124/29"
45 sdesc : "2rick2"
[14341]46 type : "eth"
[14342]47 dhcp : False
[14341]48 status : "up"
49
50
[13703]51iface_bridge0:
52 comment : "Access Points"
[13844]53 ip : "172.17.34.1/24"
[13703]54 type : "eth"
55 dhcp : "10-240"
[13904]56 status : "up"
[13610]57
[13903]58iface_vr0:
59 comment : "Uplink XS4ALL FTTH (VAS)"
60 ip : "80.127.152.27/29"
61 sdesc : "2external"
62 type : "eth"
63 dhcp : False
64 status : "up"
[13844]65
[13903]66iface_vr1_102:
67 comment : "Link naar JVC"
68 ip : "172.16.6.116/29"
69 sdesc : "2jvc"
70 mode : "station-wds"
[13844]71 type : "eth"
[13903]72 extra_type : "eth2wifibridge"
73 channel : "36"
74 ssid : "il-no.jvc.wleiden.net"
[13844]75 dhcp : False
[13903]76 compass : "zw"
77 ns_ip : "172.16.6.115/29"
78 ns_mac : "00:27:22:11:fd:ed"
79 bridge_type: "NanoStation M5"
[13703]80 status : "up"
81
[13903]82iface_vr1_103:
[13610]83 comment : "Link naar Meerburgkerk"
84 ip : "172.16.3.100/29"
85 sdesc : "2meerburgkerk"
86 mode : "station-wds"
87 type : "eth"
88 extra_type : "eth2wifibridge"
89 channel : "116"
90 ssid : "il-wzw.mbkerk.wleiden.net"
91 dhcp : False
92 compass : "o"
93 ns_ip : "172.16.3.99/29"
94 ns_mac : "24:a4:3c:72:01:95"
95 bridge_type: "NanoStation M5"
96 status : "up"
[13616]97
[13903]98iface_vr1_104:
[13904]99 comment : "Loco tegen het raam"
100 parent : "bridge0"
101 sdesc : "2buiten"
102 mode : "ap-wds"
103 type : "eth"
104 channel : 1
[14205]105 ssid : "WIFI4NL"
[13904]106 ns_ip : "172.17.34.2/24"
107 ns_mac : "dc:9f:db:3e:19:a1"
108 ns_type : "ns2"
109 bridge_type: "NanoStationLocoM2"
110 status : "up"
111
[13616]112iface_vr2:
[13903]113 comment : "Link to Server"
114 ip : "172.17.107.1/24"
115 sdesc : "2druif"
[13616]116 type : "eth"
[13905]117 dhcp : False
[13903]118 status : "up"
119
[14247]120iface_vr2_alias0:
121 comment : "Claim IP range for old sunny server"
122 ip : "172.16.4.45/30"
123 sdesc : "2unused"
124 type : "eth"
125 status : "up"
126
[13903]127iface_vr2_extra0:
128 comment : "UniFi Cloud Key"
129 ip : "172.17.107.10/24"
130 sdesc : "2unifi"
131 type : "eth"
[13616]132 dhcp : False
133 status : "up"
[13745]134
[13903]135iface_vr2_extra1:
136 comment : "Access from private network Zwet"
137 ip : "172.17.107.20/24"
138 sdesc : "2routerZW"
[13745]139 type : "eth"
140 dhcp : False
141 status : "up"
142
[13838]143
Note: See TracBrowser for help on using the repository browser.