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

Last change on this file since 8360 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.7 KB
RevLine 
[2301]1#
2#
3#
4# Read by /usr/local/sbin/wireless-up.pl
5#
6# config CNodeWBRotary1
[6528]7$location="NH Kerk, Comriekade 7, 2481 AD, Woubrugge";
[2301]8$master_ip='172.25.52.1';
9$nodetype='CNode';
10$nodename='WBRotary1';
[4996]11$release="5.0-RELEASE";
12
[2301]13
[2605]14$status='up';
15
[6990]16$X='103755';
17$Y='464588';
[2306]18
[2302]19$AGGREGATE=22;
[2301]20
[8261]21$config{'sis0'}=sprintf <<ED0;
22COMMENT=eth
[2301]23TYPE=ethernet
24IP=172.25.52.65/29
25
26DESC=Ethernet naar Rotary
[3306]27SDESC=eth
[2301]28
[8261]29DHCP=68-70
[2301]30DHCP=no
31
32
33
34ED0
35
[8261]36$config{'sis1'}=sprintf <<ED0;
37COMMENT=eth
[2301]38TYPE=ethernet
[2319]39IP=172.16.1.121/30
[2301]40
[4754]41DESC=Ethernet naar WBRotary2
42SDESC=2WBRotary2
[2301]43
[8261]44DHCP=68-70
[2301]45DHCP=no
46
47
48
49ED0
50
[8261]51$config{'wi0'}=sprintf <<EW0;
52COMMENT=link naar HMKerk1
[2301]53TYPE=wireless
[6752]54IP=172.16.2.29/30
[5477]55DESC=Link naar HMKerk1
56SDESC=2hmkerk
[2301]57
58
59
60MODE=managed
[6536]61ESSID=il-o.hmkerk.wleiden.net
[2301]62
63DHCP=no
64
65EW0
66
[8261]67$config{'wi1'}=sprintf <<EW1;
68COMMENT=OMNI
[2301]69TYPE=wireless
70IP=$master_ip/26
71
72DESC=AP-no voor de buurt
73SDESC=ap-no
74
75DHCP=10-60
76
77
78MODE=master
79ESSID=ap-no.WBRotary.wleiden.net
80CHANNEL=8
81
82
83EW1
84
85
[8261]86$config{'wi2'}=sprintf <<EW2;
87COMMENT=link naar Gerard
[4306]88
[2301]89TYPE=wireless
90IP=172.16.1.129/30
[4306]91DESC=Link naar Gerard
92SDESC=2gerard
[2301]93
94
95
96MODE=master
97ESSID=il-zw.wbrotary.wleiden.net
98CHANNEL=5
99
100
[2304]101
[2301]102DHCP=no
103
104EW2
105
[8261]106$config{'wi2:0'}=sprintf <<WI20;
107COMMENT=Link Zwet
[8202]108TYPE=ethernet
109IP=172.16.4.131/29
110
111DESC=Link to Zwet
112SDESC=2zwet
113
114WI20
115
[8261]116$config{'wi2:0'}=sprintf <<EW20;
117COMMENT=link naar Zoetermeer Aalstlaan
118TYPE=wireless
119IP=172.16.16.5/30
120DESC=Link naar zoetermeer aalstlaan
121SDESC=2aalstlaan.wlztm
122EW20
[4158]123
[8261]124$config{'wi2:1'}=sprintf <<EW21;
125COMMENT=link naar Koudekerk Trekkertrek
126TYPE=wireless
127IP=172.16.2.37/30
128DESC=Link naar Trekkertrek
129SDESC=2Trekkertrek
130EW21
[4568]131
132
133
[4870]134
Note: See TracBrowser for help on using the repository browser.