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

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