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
RevLine 
[2423]1#
2# config CNodeZwet
[6588]3$location="Fam van der Zwet, Nieuweweg 3, 2381 NW,Zoeterwoude ";
[3804]4$master_ip='172.27.129.1';
[2423]5$nodetype='CNode';
6$nodename='Zwet';
[7587]7$remote_access='rvdzwet.xs4all.nl:23';
[2423]8
[2605]9$status='up';
10
[2423]11$OS='FreeBSD';
12
[7186]13# edugis x,y 94340,459330
14$X='94340';
15$Y='459330';
[4442]16
[7186]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
[2423]24TYPE=ethernet
[7253]25IP=$master_ip/26
[2423]26
[7186]27DESC=Link to house
28SDESC=2zwet
[2423]29
[7186]30DHCP=10-60
[2423]31
[7186]32ED1
[2423]33
[7186]34
35$config{'sis1'}=sprintf <<ED0; # Ethernet
[2423]36TYPE=ethernet
[6345]37IP=172.27.129.65/28
[2423]38
[7186]39DESC=Link to duivenhok - unused
40SDESC=2hok
[2423]41
[7186]42ED0
[2423]43
[3381]44
[7186]45$config{'wi0'}=sprintf <<EW0; # Link naar JVC
46TYPE=wireless
47IP=172.16.1.162/30
[2423]48
[7186]49DESC=Link naar JVC
50SDESC=2jvc
[4442]51
[7186]52POINT_TO_POINT=172.16.1.161
[4442]53
[7186]54MODE=managed
55ESSID=il-o.jvc.wleiden.net
56
[4442]57DHCP=no
58
[7186]59ANTENNA=SD15
60GAIN=13dBi
61DIRECTION=130
62BEAMWIDTH=40
63CABLE=2
64HEIGTH=2
[4442]65
[7186]66EW0
[4442]67
[7186]68$config{'wi1'}=sprintf <<EW1;
[2423]69TYPE=wireless
[7186]70IP=172.16.1.74/30
[2423]71
[7186]72DESC=Link naar SOM
73SDESC=2som
[2423]74
[7186]75POINT_TO_POINT=172.16.1.73
[2423]76
[7186]77MODE=managed
78ESSID=il-z.som.wleiden.net
[2423]79
[7186]80DHCP=no
[3381]81
[7186]82ANTENNA=SD19
83GAIN=19dBi
84DIRECTION=130
85BEAMWIDTH=40
86CABLE=4
87HEIGTH=2
[2423]88
[7186]89EW1
[3381]90
Note: See TracBrowser for help on using the repository browser.