Last change
on this file since 14316 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.2 KB
|
Line | |
---|
1 | # Genesis config yaml style
|
---|
2 | # vim:ts=2:et:sw=2:ai
|
---|
3 | #
|
---|
4 | board : "ALIX3D"
|
---|
5 | comment : "None"
|
---|
6 | gateway : "192.168.3.1"
|
---|
7 | latitude : "52.17062"
|
---|
8 | location : "Wouter thuis, Voorhout"
|
---|
9 | longitude : "4.63854"
|
---|
10 | masterip : "172.17.71.1"
|
---|
11 | monitoring_group: "wleiden"
|
---|
12 | nodename : "TestTienAlix3D"
|
---|
13 | nodetype : "Hybrid"
|
---|
14 | rdnap_x : 103784
|
---|
15 | rdnap_y : 464983
|
---|
16 | rdr_host : "0.0.0.0"
|
---|
17 | release : "10.2-RELEASE"
|
---|
18 | service_accesspoint: True
|
---|
19 | service_concentrator: False
|
---|
20 | service_incoming_rdr: False
|
---|
21 | service_proxy_ileiden: True
|
---|
22 | service_proxy_normal: True
|
---|
23 | serviceid : "172.31.254.15"
|
---|
24 | status : "down"
|
---|
25 |
|
---|
26 |
|
---|
27 | iface_ath0:
|
---|
28 | comment : "Internal Wireless"
|
---|
29 | ip : "172.17.71.1/24"
|
---|
30 | sdesc : "ap1"
|
---|
31 | mode : "ap"
|
---|
32 | type : "11g"
|
---|
33 | channel : 1
|
---|
34 | ssid : "WiFi-Teylingen-TEST-g"
|
---|
35 | dhcp : "10-60"
|
---|
36 | status : "up"
|
---|
37 |
|
---|
38 |
|
---|
39 | iface_ath1:
|
---|
40 | comment : "Internal Wireless"
|
---|
41 | ip : "172.17.72.1/24"
|
---|
42 | sdesc : "ap2"
|
---|
43 | mode : "ap"
|
---|
44 | type : "11a"
|
---|
45 | channel : 36
|
---|
46 | ssid : "WiFi-Teylingen-TEST-a"
|
---|
47 | dhcp : "10-60"
|
---|
48 | status : "up"
|
---|
49 |
|
---|
50 |
|
---|
51 | iface_vr0:
|
---|
52 | comment : "Link to external interface"
|
---|
53 | ip : "192.168.3.3/24"
|
---|
54 | sdesc : "2external"
|
---|
55 | type : "eth"
|
---|
56 | dhcp : False
|
---|
57 | status : "up"
|
---|
58 |
|
---|
59 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.