source: genesis/nodes/CNodeSHFortis/wleiden.yaml@ 10779

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

added gateway for hybrid nodes

File size: 1.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "UNKNOWN"
5comment : "None"
6ileiden : False
7latitude : "4.65918"
8location : "Stadhuisplein 1, 2405 SH, Alphen aan den Rijn"
9longitude : "52.12956"
10masterip : "172.28.136.1"
11nodename : "SHFortis"
12nodetype : "CNode"
13rdnap_x : 105150
14rdnap_y : 460400
15release : "5.0-RELEASE"
16status : "up"
17
18
19iface_sis0:
20 comment : "eth"
21 interface : "sis0"
22 ip : "172.28.136.65/29"
23 desc : "2vloer"
24 sdesc : "eth"
25 type : "eth"
26 dhcp : False
27 compass : "None"
28 status : "up"
29
30
31iface_wi0:
32 comment : "OMNI"
33 interface : "wi0"
34 ip : "172.28.136.1/26"
35 desc : "omni voor de buurt"
36 sdesc : "ap-omni"
37 mode : "ap"
38 type : "11b"
39 channel : "8"
40 ssid : "ap-omni.shfortis.walphen.net"
41 dhcp : "10-60"
42 compass : "omni"
43 height : "16"
44 status : "up"
45
46
47iface_wi1:
48 comment : "link naar Koster"
49 interface : "wi1"
50 ip : "172.28.1.130/30"
51 desc : "Link naar Koster"
52 sdesc : "2Koster"
53 mode : "ap"
54 type : "11b"
55 channel : "11"
56 ssid : "il-w.shfortis.walphen.net"
57 dhcp : False
58 compass : "w"
59 status : "up"
60
61
62iface_wi2:
63 comment : "link naar PPFortis"
64 interface : "wi2"
65 ip : "172.28.1.138/30"
66 desc : "Link naar PPFortis"
67 sdesc : "2PPFortis"
68 mode : "ap"
69 type : "11b"
70 channel : "3"
71 ssid : "il-o.shfortis.walphen.net"
72 dhcp : False
73 compass : "e"
74 status : "up"
75
76
Note: See TracBrowser for help on using the repository browser.