source: genesis/nodes/CNodeLMstruykverwo2/wleiden.conf@ 8478

Last change on this file since 8478 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.0 KB
RevLine 
[2844]1#
2#
3#
4# Read by /usr/local/sbin/wireless-up.pl
5#
[3438]6# config CNodeLMstruykverwo2
[6530]7$location="Struyk Verwo Infra, Westerdijk 18-B, 2452 VA, Leimuiden";
8
[3375]9$master_ip='172.25.74.1';
[2844]10$nodetype='CNode';
[3990]11$nodename='LMStruykVerwo2';
[7268]12$release="7.2-RELEASE";
[4996]13
[2844]14
[3292]15$status='up';
[2844]16
[4868]17$X='104462';
[7268]18$Y='469879';
[2947]19
[2844]20$AGGREGATE=22;
21
[8261]22$config{'sis0'}=sprintf <<ED0;
23COMMENT=ethernet poort 0 StruykVerwo2
[2844]24TYPE=ethernet
[2893]25IP=172.25.74.65/29
[2844]26
[3990]27DESC=Ethernet poort StuykVerwo2
[3306]28SDESC=eth
[2844]29
30DHCP=no
31
32
33ED0
34
[8261]35$config{'sis1'}=sprintf <<ED1;
36COMMENT=Ethernet naar LMStruykVerwo1
[2844]37TYPE=ethernet
[2893]38IP=172.16.1.182/30
[2844]39
[4752]40DESC=Ethernet naar LMStruykVerwo1
41SDESC=2lmstruykverwo1
[2844]42
43DHCP=no
44
45
46ED1
47
[8261]48$config{'wi0'}=sprintf <<EW0;
49COMMENT=interlink struykverwo kaag
[2844]50TYPE=wireless
[3297]51IP=172.16.1.197/30
[2893]52DESC=interlink naar kaag
53SDESC=2kaag
[2844]54
[2893]55MODE=master
[2999]56ESSID=il-w.strkvw.wleiden.net
[2893]57CHANNEL=11
[2844]58
59
60EW0
61
[8261]62$config{'wi1'}=sprintf <<EW1;
63COMMENT=Interlink kempers - struykverwo
[2844]64TYPE=wireless
[4116]65IP=172.16.1.206/30
[2893]66DESC=Link naar kempers
[4750]67SDESC=2lmkempers1
[2844]68
[3008]69MODE=managed
70ESSID=il-zw.kmprs.wleiden.net
[8261]71CHANNEL=1
[2844]72
73
74DHCP=no
75
76EW1
Note: See TracBrowser for help on using the repository browser.