source: genesis/nodes/CNodePlantsoen2/wleiden.conf@ 6387

Last change on this file since 6387 was 6387, checked in by rick, 16 years ago

Removed old accient OSPF records as they are long time not used anymore
svn/node-config/genesis $ for file in */*/wleiden.conf; do grep -v 'OSPF' $file > $file.new; mv $file.new $file; done

  • Property svn:eol-style set to native
File size: 1.0 KB
RevLine 
[4524]1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config CNodePlantsoen
6$location='Particulier dak Plantsoen 97, Link 802.11a';
7$master_ip='172.17.169.1';
8$gw_open='closed';
9$nodetype='CNode';
10$nodename='Plantsoen2';
[4525]11$status='planned';
[4996]12$release="5.0-RELEASE";
[4998]13$node_config_version="1";
14$genesis_control="YES";
[4996]15
[4524]16$OS='FreeBSD';
17$labelpos='right';
18
[4855]19# edugis x,y 94042,463238
[4867]20$X='94042';
21$Y='463238';
[4855]22
[4525]23$LOKATIE='Kastje aan antennemast, PoE vanuit zolderkamer en dakraaam. Toegang via belendend perceel.';
[4524]24
25$config{'sis0'}=sprintf <<sis0; # Ethernet
26TYPE=ethernet
27IP=172.17.169.65/28
28MEDIA=100baseT/UTP
[4817]29DESC=Ethernet naar CNodePlantsoen
[4524]30SDESC=2plantsoen
31SPEED=10240000000
32DHCP=no
33sis0
34
[4817]35$config{'ath0'}=sprintf <<ath0; # Stadhuis4
[4524]36TYPE=wireless
[4961]37IP=172.16.1.106/30
[4817]38DESC=11A link naar Stadhuis4
[4525]39SDESC=2stadhuis4
[4524]40SPEED=11534336
[4526]41
[4961]42POINT_TO_POINT=172.16.1.105
[4526]43
44
[4524]45MODE=managed
46ESSID=il-zo.stadhuis4.wleiden.net
[4525]47CHANNEL=36
[4524]48CARD_OPTION=mode 11a
[4526]49
[4524]50POLAR=Hor
51ANTENNA=pa4040/5
52GAIN=15dBi
53DIRECTION=270
54BEAMWIDTH=40
55CABLE=2
56HEIGTH=12
57DHCP=no
58
59ath0
[4817]60
[4870]61
Note: See TracBrowser for help on using the repository browser.