source: genesis/nodes/CNodeLMkempers2/wleiden.conf@ 8453

Last change on this file since 8453 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: 979 bytes
RevLine 
[2844]1#
2# Read by /usr/local/sbin/wireless-up.pl
3#
4# config CNodeLMkempers2
[6530]5$location="Jachthaven Kempers, Herenweg 100, 2451 VS, Leimuiden";
6
[3298]7$master_ip='172.25.84.1';
[2844]8$nodetype='CNode';
9$nodename='LMkempers2';
[7268]10$release="7.2-RELEASE";
[4996]11
[2844]12
[3292]13$status='up';
[2844]14
[6990]15$X='107020';
16$Y='471200';
[2948]17
[8261]18$config{'sis0'}=sprintf <<ED0;
19COMMENT=eth poort 0 Kempers2
[2844]20TYPE=ethernet
[2885]21IP=172.25.84.65/29
[2844]22
23DESC=Ethernet naar Kempers2
[3306]24SDESC=eth
[2844]25
26DHCP=no
27
28ED0
29
[8261]30$config{'sis1'}=sprintf <<ED1;
31COMMENT=eth Link naar Kempers1
[2844]32TYPE=ethernet
[2885]33IP=172.16.1.202/30
[2844]34
[4752]35DESC=Ethernet naar lmkempers1
36SDESC=2lmkempers1
[2844]37
38DHCP=no
39
40
41ED1
42
[8261]43$config{'ath0'}=sprintf <<EW0;
44COMMENT=OMNI voor Westeinder
[2844]45TYPE=wireless
[2885]46IP=$master_ip/26
47
[7268]48DESC=APKempers voor Westeinder
[2885]49SDESC=apkempers
[2844]50
[2885]51DHCP=10-60
52
[2844]53MODE=master
[7268]54ESSID=ap.we.wleiden.net
[3054]55CHANNEL=5
[2844]56
57
58EW0
59
[8261]60$config{'wi0'}=sprintf <<EW1;
61COMMENT=Link naar AMWTR
[2844]62TYPE=wireless
[7268]63IP=172.16.1.209/30
64DESC=Link naar AMWTR
65SDESC=2amwtr
[2844]66
67MODE=master
[7268]68ESSID=il-no.kmprs.wleiden.net
69CHANNEL=5
[2844]70
71
72DHCP=no
73
[7272]74EW1
[7404]75
76
Note: See TracBrowser for help on using the repository browser.