source: genesis/nodes/Plantsoen/wleiden.yaml@ 14147

Last change on this file since 14147 was 13869, checked in by rick, 8 years ago

References of public IP.

Keeping track of public IPs, makes its the mapping <node>.gw.wleiden.net
available. Which is on it's turn usefull for remote SSH logins.

File size: 2.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.178.1"
7latitude : "52.15395"
8location : "CeTIM office, Plantsoen 97, 2311 KL, Leiden"
9longitude : "4.49646"
10masterip : "172.17.169.1"
11monitoring_group: "wleiden"
12nodename : "Plantsoen"
13nodetype : "Hybrid"
14rdnap_x : 94042
15rdnap_y : 463238
16rdr_host : "217.63.250.212"
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: True
22service_proxy_normal: True
23serviceid : "172.31.254.8"
24status : "up"
25
26
27iface_ath0:
28 comment : "AP voor de buurt"
29 ip : "172.17.169.1/24"
30 sdesc : "ap"
31 mode : "ap"
32 type : "11g"
33 channel : 11
34 ssid : "WiFi-Leiden"
35 wlan_mac : "00:0b:6b:81:1a:a0"
36 dhcp : "10-250"
37 compass : "omni"
38 status : "up"
39
40
41iface_ue0:
42 comment : "Link naar ROC1"
43 ip : "172.16.5.12/29"
44 sdesc : "2roc1"
45 mode : "station-wds"
46 type : "eth"
47 extra_type : "eth2wifibridge"
48 channel : "132"
49 ssid : "il-n.roc1.wleiden.net"
50 dhcp : False
51 compass : "z"
52 ns_ip : "172.16.5.11/29"
53 ns_mac : "00:27:22:10:fd:a1"
54 bridge_type: "NanoStation5"
55 status : "up"
56
57
58iface_vr0:
59 comment : "Link naar router"
60 ip : "192.168.178.31/24"
61 sdesc : "uplink"
62 type : "eth"
63 dhcp : False
64 status : "up"
65
66
67iface_vr1:
68 comment : "Interlink north-north-west (Stadhuis)"
69 ip : "172.16.5.116/29"
70 sdesc : "2Stadhuis"
71 mode : "station-wds"
72 type : "eth"
73 extra_type : "eth2wifibridge"
74 channel : "44"
75 ssid : "il-zo.stadhuis.wleiden.net"
76 dhcp : False
77 compass : "nw"
78 distance : "0.5 km"
79 ns_ip : "172.16.5.115/29"
80 ns_mac : "00:15:6d:bd:67:e8"
81 bridge_type: "NanoStation5"
82 status : "up"
83
84
85iface_vr2:
86 comment : "Link to Vosko3"
87 ip : "172.16.5.92/29"
88 sdesc : "2vosko3"
89 mode : "station-wds"
90 type : "eth"
91 extra_type : "eth2wifibridge"
92 channel : "116"
93 ssid : "il-zo.vosko3.wleiden.net"
94 dhcp : False
95 compass : "nw"
96 distance : "0.7 km"
97 ns_ip : "172.16.5.91/29"
98 ns_mac : "00:15:6d:bd:67:ff"
99 bridge_type: "NanoStation5"
100 status : "up"
101
102
Note: See TracBrowser for help on using the repository browser.