source: genesis/nodes/CNodeHMKerk1/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.3 KB
RevLine 
[2309]1#
2#
3#
4# Read by /usr/local/sbin/wireless-up.pl
5#
[2869]6# config CNodeHMKerk1
[6530]7$location="RK Kerk, Kerkstaat 59, 2355 AH, Hoogmade";
[2309]8$master_ip='172.25.60.1';
9$nodetype='CNode';
10$nodename='HMKerk1';
[4996]11$release="5.0-RELEASE";
12
[2309]13
[3420]14$status='up';
[4867]15
[4868]16$X='99782';
17$Y='464772';
[2309]18
19$AGGREGATE=22;
20
[8261]21$config{'sis0'}=sprintf <<ED0;
22COMMENT=eth port 0 hmkerk1
[2309]23TYPE=ethernet
[2887]24IP=172.25.60.65/29
[2309]25
26DESC=Ethernet naar Kerk
[3306]27SDESC=eth
[2309]28
29DHCP=no
30
31
32ED0
33
[8261]34$config{'sis1'}=sprintf <<ED0;
35COMMENT=ethernet port 2 kerk2
[2309]36TYPE=ethernet
[2314]37IP=172.16.1.141/30
[2309]38
[2887]39DESC=Ethernet naar HMKerk2
[3987]40SDESC=2hmkerk2
[2309]41
42DHCP=no
43
44
45
46ED0
47
48
[8261]49$config{'wi0'}=sprintf <<EW0;
50COMMENT=OMNI voor de buurt ap-omni.hmkerk
[2309]51TYPE=wireless
52IP=$master_ip/26
53
54DESC=AP-omni voor de buurt
55SDESC=ap-omni
56
57DHCP=10-60
58
59
60MODE=master
[2869]61ESSID=ap-omni.HMkerk.wleiden.net
[2309]62CHANNEL=8
63
64
65EW0
66
67
[8261]68$config{'wi1'}=sprintf <<EW1;
69COMMENT=link naar Woubrugge WBrotary
[5476]70TYPE=wireless
71IP=172.16.2.28/30
72DESC=Link naar Wbrotary
73SDESC=2WBrotary
[2309]74
[4870]75
[5476]76MODE=master
77ESSID=il-o.hmkerk.wleiden.net
78CHANNEL=1
79
80
81
82DHCP=no
83
84EW1
85
86
Note: See TracBrowser for help on using the repository browser.