source: genesis/nodes/Ed2/wleiden.yaml@ 13869

Last change on this file since 13869 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: 1.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "10.20.30.1"
7latitude : "51.46017"
8location : "Ed Kikkert, Wittezeestraat 43 ,4388 GE, Oost-Souburg"
9longitude : "3.59544"
10masterip : "172.17.157.1"
11monitoring_group: "wleiden"
12nodename : "Ed2"
13nodetype : "Hybrid"
14rdnap_x : 30486
15rdnap_y : 387207
16release : "10.1-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: False
21service_proxy_normal: False
22status : "down"
23
24
25iface_ath0:
26 comment : "Internal Wireless"
27 ip : "172.17.157.1/24"
28 sdesc : "binnen"
29 mode : "ap"
30 type : "11g"
31 channel : 11
32 ssid : "ap-WirelessLeiden-TEST"
33 dhcp : "10-60"
34 status : "up"
35
36
37iface_re0:
38 comment : "Link naar Ed"
39 ip : "172.16.3.66/29"
40 sdesc : "ethernet"
41 type : "eth"
42 dhcp : False
43 status : "up"
44
45
46iface_re1:
47 comment : "Link naar wleiden.net"
48 ip : "172.16.10.41/29"
49 sdesc : "2wleiden"
50 mode : "ap-wds"
51 type : "eth"
52 extra_type : "eth2wifibridge"
53 channel : "120"
54 ssid : "il.test.wleiden.net"
55 dhcp : False
56 compass : "z"
57 ns_ip : "172.16.10.42/29"
58 ns_mac : "00:15:6d:8e:dd:84"
59 bridge_type: "NanoStation M5"
60 status : "up"
61
62
63iface_re2:
64 comment : "Lokaal Dev Netwerk"
65 ip : "192.168.10.11/24"
66 sdesc : "2dev"
67 type : "eth"
68 dhcp : "11-20"
69 status : "up"
70
71
Note: See TracBrowser for help on using the repository browser.