source: genesis/nodes/CNodeZwet/wleiden.conf@ 7646

Last change on this file since 7646 was 7646, checked in by rick, 15 years ago

POLAR variable is not used anymore

  • Property svn:eol-style set to native
File size: 1.2 KB
Line 
1#
2# config CNodeZwet
3$location="Fam van der Zwet, Nieuweweg 3, 2381 NW,Zoeterwoude ";
4$master_ip='172.27.129.1';
5$nodetype='CNode';
6$nodename='Zwet';
7$remote_access='rvdzwet.xs4all.nl:23';
8
9$status='up';
10
11$OS='FreeBSD';
12
13# edugis x,y 94340,459330
14$X='94340';
15$Y='459330';
16
17# Wireless currently manually configured by the means of of a Bullet2 connected to sis1
18#TYPE=wireless
19#
20#MODE=master
21#ESSID=ap-omni.zwet.wleiden.net
22#CHANNEL=1
23$config{'sis0'}=sprintf <<ED1; # Public interface
24TYPE=ethernet
25IP=$master_ip/26
26
27DESC=Link to house
28SDESC=2zwet
29
30DHCP=10-60
31
32ED1
33
34
35$config{'sis1'}=sprintf <<ED0; # Ethernet
36TYPE=ethernet
37IP=172.27.129.65/28
38
39DESC=Link to duivenhok - unused
40SDESC=2hok
41
42ED0
43
44
45$config{'wi0'}=sprintf <<EW0; # Link naar JVC
46TYPE=wireless
47IP=172.16.1.162/30
48
49DESC=Link naar JVC
50SDESC=2jvc
51
52POINT_TO_POINT=172.16.1.161
53
54MODE=managed
55ESSID=il-o.jvc.wleiden.net
56
57DHCP=no
58
59ANTENNA=SD15
60GAIN=13dBi
61DIRECTION=130
62BEAMWIDTH=40
63CABLE=2
64HEIGTH=2
65
66EW0
67
68$config{'wi1'}=sprintf <<EW1;
69TYPE=wireless
70IP=172.16.1.74/30
71
72DESC=Link naar SOM
73SDESC=2som
74
75POINT_TO_POINT=172.16.1.73
76
77MODE=managed
78ESSID=il-z.som.wleiden.net
79
80DHCP=no
81
82ANTENNA=SD19
83GAIN=19dBi
84DIRECTION=130
85BEAMWIDTH=40
86CABLE=4
87HEIGTH=2
88
89EW1
90
Note: See TracBrowser for help on using the repository browser.