source: genesis/nodes/TestTienAlix3D/wleiden.yaml@ 13987

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