source: genesis/nodes/proxy8/wleiden.yaml@ 10165

Last change on this file since 10165 was 10165, checked in by richardvm, 13 years ago

vpn info

File size: 1.0 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10150]4comment : "Test voor hybrid"
[10154]5gateway : "192.168.84.1"
[10165]6ileiden : True
[10164]7interfaces: "sis0"
8internalif: "sis0"
[10150]9internalroute: "172.17.65.1/20"
[10116]10latitude : "5.13854"
11location : " Richard, Terschelling 244, 3524az Utrecht"
12longitude : "52.06651"
[10159]13masterip : "172.17.65.1"
[10116]14nat : True
15nodename : "Proxy8"
16nodetype : "Proxy"
17proxyid : 8
[10059]18rdnap_x : 137949
19rdnap_y : 453165
[10154]20release : "9.0-RELEASE"
[10116]21status : "up"
[10164]22vpnif : "tap0"
[10116]23
24
[10156]25iface_ath0:
26 comment : "Ap"
27 interface : "ath0"
28 ip : "172.17.65.1/26"
29 desc : "AP"
30 sdesc : "ap"
31 mode : "ap-wds"
32 type : "11b"
33 channel : "7"
34 ssid : "ap-WirelessLeiden-Richard"
35 dhcp : "10-60"
36 compass : "None"
37 status : "up"
38
39
[10059]40iface_sis0:
[10116]41 comment : "Link naar Router"
42 interface : "sis0"
[10154]43 ip : "192.168.84.11/24"
[10116]44 desc : "Link naar Router"
45 sdesc : "uplink"
46 type : "eth"
47 dhcp : "no"
48 compass : "None"
49 status : "up"
[10059]50
[10116]51
Note: See TracBrowser for help on using the repository browser.