source: genesis/nodes/CNodeRoomburgh1/wleiden.conf@ 8399

Last change on this file since 8399 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.3 KB
RevLine 
[3772]1#
2#
3#
[7947]4$location="R.K. Zorgcentrum Roomburgh - noord, Hof van Roomburgh 46, 2314 ZC, Leiden";
[3783]5$master_ip='172.18.48.1';
[3740]6$nodetype='CNode';
7$nodename='Roomburgh1';
[7947]8$release="8.0-RELEASE";
[3773]9$status='up';
[4869]10$X='95180';
11$Y='462890';
[4802]12
[8261]13$config{'ath0'}=sprintf <<ATH0;
14COMMENT=ap noordzijde
[3740]15TYPE=wireless
16IP=$master_ip/26
[7947]17DESC=AP voor de Noordzijde
18SDESC=ap
[3740]19DHCP=10-60
20MODE=master
[7947]21ESSID=ap-WirelessLeiden-Roomburgh1
[6537]22CHANNEL=8
[7947]23ATH0
[3740]24
[8261]25$config{'vr0'}=sprintf <<VR0;
26COMMENT=link naar ROC
[7947]27TYPE=ethernet
[7956]28EXTRA_TYPE=eth2wifibridge
29IP=172.16.0.10/30
30DESC=Link naar ROCl
31SDESC=2rocl
32SDESC=2
33DHCP=no
[8261]34MODE=bridge ap
35ESSID=il-wzw.roomburgh2.wleiden.net
36CHANNEL=100
37NS_IP=192.168.1.20
38NSMAC=00:15:6D:EA:F0:38
[7947]39VR0
40
[8261]41$config{'vr1'}=sprintf <<VR1;
42COMMENT=link naar Cetim1
[7947]43TYPE=ethernet
44EXTRA_TYPE=eth2wifibridge
[5980]45IP=172.16.0.194/30
[7947]46DESC=link naar cetim1
47SDESC=2cetim1
[8098]48DHCP=no
[8261]49MODE=managed
50ESSID=il-zo.cetim1.wleiden.net
51CHANNEL=132
52NS_IP=192.168.1.21
53NSMAC=00:15:6D:EA:EF:87
[7947]54VR1
[3740]55
[8261]56$config{'vr2'}=sprintf <<VR2;
57COMMENT=link naar Rosmolen
[7947]58TYPE=ethernet
59EXTRA_TYPE=eth2wifibridge
[4438]60DESC=Link naar Rosmolen
61SDESC=2rosmolen
[8163]62IP=172.16.3.73/29
[4438]63DHCP=no
[8261]64MODE=bridge ap
65ESSID=il-nnw.roomburgh1.wleiden.net
66CHANNEL=124
[8166]67
[7947]68VR2
[7956]69
[8261]70$config{'ue0'}=sprintf <<UE0;
71COMMENT=Ethernet lokaal en Roomburgh2,3
[7956]72TYPE=ethernet
73IP=172.18.49.71/28
74DESC=Ethernet voor lounge room (beneden)
75SDESC=eth
76DHCP=74-78
77UE0
78
Note: See TracBrowser for help on using the repository browser.