source: genesis/nodes/CNodeLMkempers1/wleiden.conf@ 8360

Last change on this file since 8360 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 
[2844]1#
2# Read by /usr/local/sbin/wireless-up.pl
3#
4# config CNodeLMkempers1
[6530]5$location="Jachthaven Kempers, Herenweg 100, 2451 VS, Leimuiden";
[8049]6$master_ip='172.25.80.65';
[2844]7$nodetype='CNode';
8$nodename='LMkempers1';
[7268]9$release="7.2-RELEASE";
[4996]10
[2844]11
[3292]12$status='up';
[2844]13
[6990]14$X='107020';
15$Y='471200';
[4867]16
[2844]17$AGGREGATE=22;
18
[8261]19$config{'sis0'}=sprintf <<ED0;
20COMMENT=ethernet poort 0 Soekris
[2844]21TYPE=ethernet
[7926]22IP=$master_ip/29
[2844]23
24DESC=Ethernet poort kempers1
[3306]25SDESC=eth
[2844]26
[3292]27DHCP=no
[2844]28
29
30ED0
31
[8261]32$config{'sis1'}=sprintf <<ED1;
33COMMENT=eth poort 1 naar node kempers2
[2844]34TYPE=ethernet
[2886]35IP=172.16.1.201/30
[2844]36
37DESC=Ethernet naar kempers2
[4749]38SDESC=2lmkempers2
[2844]39
40DHCP=no
41
42
43
44ED1
45
[8261]46$config{'wi0'}=sprintf <<EW0;
47COMMENT=Link naar LMDorp
[2844]48TYPE=wireless
[3376]49IP=172.16.1.193/30
[3371]50DESC=Link naar LMDorp
51SDESC=2lmdorp
[2844]52
[3371]53MODE=master
54ESSID=il-zw.kmprs.wleiden.net
55CHANNEL=1
[2844]56
57DHCP=no
58
59EW0
60
[8261]61$config{'wi0:0'}=sprintf <<EW00;
62COMMENT=link naar lmstruykverwo2
[3371]63TYPE=wireless
64IP=172.16.1.205/30
65
[4752]66DESC=Link naar lmstruykverwo2
67SDESC=2lmstruykverwo2
[3371]68
69
70
71DHCP=no
72
73EW00
74
[8261]75$config{'wi1'}=sprintf <<EW1;
76COMMENT=link kempers naar BDBoon
[7268]77TYPE=wireless
78IP=172.16.1.213/30
79DESC=Link naar BDBoon
80SDESC=2BDBoon
[2844]81
[4870]82
[7268]83MODE=master
84ESSID=il-zo.kmprs.wleiden.net
85CHANNEL=13
86
87DHCP=no
88
89EW1
Note: See TracBrowser for help on using the repository browser.