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

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

Allow more easier and reliable finding of any possible remote access of the WL network.

FYI: don't believe in security by knowledge hiding.

  • Property svn:eol-style set to native
File size: 1.3 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
29SPEED=10240000000
30
31DHCP=10-60
32
33ED1
34
35
36$config{'sis1'}=sprintf <<ED0; # Ethernet
37TYPE=ethernet
38IP=172.27.129.65/28
39
40DESC=Link to duivenhok - unused
41SDESC=2hok
42SPEED=10240000000
43
44ED0
45
46
47$config{'wi0'}=sprintf <<EW0; # Link naar JVC
48TYPE=wireless
49IP=172.16.1.162/30
50
51DESC=Link naar JVC
52SDESC=2jvc
53SPEED=11534336
54
55POINT_TO_POINT=172.16.1.161
56
57MODE=managed
58ESSID=il-o.jvc.wleiden.net
59
60DHCP=no
61
62POLAR=Hor
63ANTENNA=SD15
64GAIN=13dBi
65DIRECTION=130
66BEAMWIDTH=40
67CABLE=2
68HEIGTH=2
69
70EW0
71
72$config{'wi1'}=sprintf <<EW1;
73TYPE=wireless
74IP=172.16.1.74/30
75
76DESC=Link naar SOM
77SDESC=2som
78SPEED=11534336
79
80POINT_TO_POINT=172.16.1.73
81
82MODE=managed
83ESSID=il-z.som.wleiden.net
84
85DHCP=no
86
87POLAR=Hor
88ANTENNA=SD19
89GAIN=19dBi
90DIRECTION=130
91BEAMWIDTH=40
92CABLE=4
93HEIGTH=2
94
95EW1
96
Note: See TracBrowser for help on using the repository browser.