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

Last change on this file since 8316 was 8261, checked in by rick, 14 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.1 KB
RevLine 
[2897]1#
2#
3#
4# Read by /usr/local/sbin/wireless-up.pl
5#
[6530]6$location="Stadhuisplein 1, 2405 SH, Alphen aan den Rijn";
[2897]7$master_ip='172.28.136.1';
8$nodetype='CNode';
[3306]9$nodename='SHFortis';
[4996]10$release="5.0-RELEASE";
11
[2897]12
[4838]13$status='up';
[2897]14
[4867]15# edugis x,y 105150,460400
[4838]16$X='105150';
17$Y='460400';
[2897]18
19#$AGGREGATE=22;
20
[8261]21$config{'sis0'}=sprintf <<ED0;
22COMMENT=eth
[2897]23TYPE=ethernet
24IP=172.28.136.65/29
25
[3306]26DESC=2vloer
27SDESC=eth
[2897]28
[8261]29DHCP=68-70
[2897]30DHCP=no
31
32
33
34
35ED0
36
[8261]37$config{'wi0'}=sprintf <<EW0;
38COMMENT=OMNI
[2897]39TYPE=wireless
[3521]40IP=$master_ip/26
41
42DESC=omni voor de buurt
43SDESC=ap-omni
44
45DHCP=10-60
46
47
48MODE=master
49ESSID=ap-omni.shfortis.walphen.net
50CHANNEL=8
51
52HEIGHT=16
53
54EW0
55
56
[8261]57$config{'wi1'}=sprintf <<EW1;
58COMMENT=link naar Koster
[3521]59TYPE=wireless
[2897]60IP=172.28.1.130/30
[4539]61DESC=Link naar Koster
[4750]62SDESC=2Koster
[2897]63
64
65
[3551]66MODE=master
[3471]67ESSID=il-w.shfortis.walphen.net
[3551]68CHANNEL=11
[2897]69
70
71DHCP=no
72
73EW1
74
75
[8261]76$config{'wi2'}=sprintf <<EW2;
77COMMENT=link naar PPFortis
[2897]78TYPE=wireless
79IP=172.28.1.138/30
[4539]80DESC=Link naar PPFortis
81SDESC=2PPFortis
[2897]82
83
[4539]84MODE=master
[4558]85ESSID=il-o.shfortis.walphen.net
[3471]86CHANNEL=3
[2897]87
88
89DHCP=no
90
[3521]91EW2
[2897]92
[4870]93
Note: See TracBrowser for help on using the repository browser.