source: genesis/nodes/CNodeLorentzhof/wleiden.conf@ 8316

Last change on this file since 8316 was 8261, checked in by rick, 15 years ago
  • Commented variables are kind of useless as no program will be able to parse them. So made them 'active'
  • The text behind the $config proves to be a more usefull description than the normal DESC field, pushed them into a variable called COMMENT so we can finally start using them.
  • Commented code is in general bad stuff with a revision control system as it clutters the view, made the non active interface just 'idle' active.
  • Property svn:eol-style set to native
File size: 1.3 KB
RevLine 
[2945]1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config CNodeLorentzhof
[6528]6$location="Zorgcentrum Lorentzhof, Lorentzhof 1, 2313 GA, Leiden";
[2945]7$master_ip='172.18.64.1';
[3582]8$nodetype='CNode';
[2945]9$nodename='Lorentzhof';
10
11$status='up';
12
[4996]13$release="5.0-RELEASE";
14
[2945]15
[4867]16# edugis x,y 94028,463030
17$X='94028';
18$Y='463030';
[4804]19
[2945]20$LOKATIE='Lorentzhof 1, 2313 GA, Leiden';
21
[8261]22$config{'sis0'}=sprintf <<ED0;
23COMMENT=Ethernet
[2945]24TYPE=ethernet
25IP=172.18.64.65/28
26
27DESC=Ethernet naar Lorentzhof
[3306]28SDESC=eth
[2945]29
30DHCP=no
31
32
33ED0
34
35
36
[8261]37$config{'wi0'}=sprintf <<EW0;
38COMMENT=omni
[2945]39TYPE=wireless
40IP=$master_ip/26
41
42DESC=omni 8Dbi
43SDESC=no
44
45DHCP=10-60
46
47
48MODE=master
49ESSID=ap-omni.lorentzhof.wleiden.net
[6095]50CHANNEL=8
[2945]51
52
53EW0
54
[3772]55$config{'wi1'}=sprintf <<EW1;
[2945]56TYPE=wireless
[6543]57IP=172.16.1.10/30
58DESC=Link naar Roomburgh2
59SDESC=2roomburgh2
[2945]60
[3772]61MODE=managed
[6543]62ESSID=il-zw.roomburgh2.wleiden.net
[2945]63
64HEIGHT=13
65DHCP=no
[8261]66CHANNEL 2
[2945]67EW1
68
[3021]69
[8261]70$config{'wi2'}=sprintf <<EW2;
71COMMENT=Link naar Plantsoen
[2945]72TYPE=wireless
[3016]73IP=172.16.1.225/30
[3013]74DESC=Link naar Plantsoen
75SDESC=2plantsoen
[2945]76
77
[3013]78MODE=master
79ESSID=il-n.lorentzhof.wleiden.net
[3016]80CHANNEL=4
[2945]81
82HEIGHT=13
83DHCP=no
84
85EW2
86
[8261]87$config{'wi3'}=sprintf <<EW3;
88COMMENT=Link Haagwijk
[3016]89
90TYPE=wireless
[3021]91IP=172.16.1.229/30
92DESC=Link naar Haagwijk
93SDESC=2haagwijk
[3016]94
95
[3021]96MODE=managed
97ESSID=il-o.haagwijk.wleiden.net
[3016]98
[8261]99CHANNEL=1
[3021]100
[3016]101HEIGHT=13
102DHCP=no
103
[3018]104EW3
[3016]105
[3018]106
[3021]107
[4870]108
Note: See TracBrowser for help on using the repository browser.