source: genesis/nodes/HuygensN2/wleiden.yaml@ 14388

Last change on this file since 14388 was 14247, checked in by rick, 6 years ago

Fix /tools/wl-config not able to find correct servers

Make sure old sunny IP is not used at device, since it confuses
/tools/wl-config as this IP is hard-coded and previously used as backup server.

Fixes support#731

File size: 2.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.168554"
7location : "Huygens Lab Universiteit Leiden, Niels Bohrweg 2, 2333 CA, Leiden"
8longitude : "4.457789"
9masterip : "172.22.8.1"
10monitoring_group: "wleiden"
11nodename : "HuygensN2"
12nodetype : "Hybrid"
13rdnap_x : 91417
14rdnap_y : 464896
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23
24iface_ath0:
25 comment : "AP"
26 ip : "172.22.8.1/24"
27 sdesc : "apHuygensN2"
28 mode : "ap"
29 type : "11g"
30 channel : 11
31 ssid : "WiFi-Leiden"
32 wlan_mac : ""
33 dhcp : "10-250"
34 compass : "n"
35 status : "up"
36
37
38iface_ue0:
39 comment : "Link naar Lijtweg2 kabel 5"
40 ip : "172.16.3.116/29"
41 sdesc : "2hofwijck"
42 mode : "station"
43 type : "eth"
44 channel : "132"
45 ssid : "il-z.lijweg2.wleiden.net"
46 dhcp : False
47 compass : "24"
48 ns_ip : "172.16.3.115/29"
49 ns_mac : "04:18:d6:ca:fe:35"
50 bridge_type: "NanoStationM5"
51 status : "up"
52
53
54iface_vr0:
55 comment : "Link naar HuygensN1 via switch port 5"
56 ip : "172.19.128.69/28"
57 sdesc : "2HuygensN1"
58 type : "eth"
59 dhcp : False
60 status : "up"
61
62
63iface_vr1:
64 comment : "Link naar Kaag2 kabel 6"
65 ip : "172.16.17.73/29"
66 sdesc : "2kaag2"
67 mode : "ap-wds"
68 type : "eth"
69 extra_type : "eth2wifibridge"
70 channel : "52"
71 ssid : "il-50.huygensn2.wleiden.net"
72 dhcp : False
73 compass : "50"
74 ns_ip : "172.16.17.74/29"
75 ns_mac : "dc:9f:db:f2:0b:c9"
76 bridge_type: "NanoStationBridgeM5"
77 status : "up"
78
79
80iface_vr1_alias0:
81 comment : "Tijdelijke link BSP-OV Project"
82 ip : "172.16.6.169/29"
83 sdesc : "2bspov"
84 type : "eth"
85 status : "up"
86
87iface_vr2:
88 comment : "A Link naar Psycho kabel 7"
89 ip : "172.16.16.105/29"
90 sdesc : "2Psycho"
91 mode : "ap-wds"
92 type : "eth"
93 channel : "116"
94 ssid : "il-83.huygensn2.wleiden.net"
95 dhcp : False
96 compass : "83"
97 ns_ip : "172.16.16.106/29"
98 ns_mac : "04:18:d6:ca:fe:25"
99 bridge_type: "NanoStationM5"
100 status : "up"
101
102
Note: See TracBrowser for help on using the repository browser.