source: genesis/nodes/CNodeHMKerk2/wleiden.conf@ 8271

Last change on this file since 8271 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 
[2309]1#
2#
3#
4# Read by /usr/local/sbin/wireless-up.pl
5#
[3988]6# config Node Hoogmade Kerk ... CNodeHMKerk2
[6530]7$location="RK Kerk, Kerkstaat 59, 2355 AH, Hoogmade";
[2309]8$master_ip='172.25.64.1';
9$nodetype='CNode';
10$nodename='HMKerk2';
[4996]11$release="5.0-RELEASE";
12
[3988]13$status='up';
[2309]14
[4868]15$X='99782';
16$Y='464772';
[2309]17
18$AGGREGATE=22;
19
[8261]20$config{'sis0'}=sprintf <<ED0;
21COMMENT=eth port 0 HMkerk2
[2309]22TYPE=ethernet
[2888]23IP=172.25.64.65/29
[2309]24
25DESC=Ethernet naar Kerk
[3306]26SDESC=eth
[2309]27
28DHCP=no
29
30
31ED0
32
[8261]33$config{'sis1'}=sprintf <<ED1;
34COMMENT=eth port 1 naar HMkerk1
[2309]35TYPE=ethernet
[2314]36IP=172.16.1.142/30
[2309]37
[3988]38DESC=Ethernet naar HMKerk1
39SDESC=2hmkerk1
[2309]40
41DHCP=no
42
43
44
[3988]45ED1
[2309]46
[8261]47$config{'wi0'}=sprintf <<EW0;
48COMMENT=link naar Graficall Wireless Leiden
[2309]49TYPE=wireless
[3988]50IP=172.16.0.86/30
51DESC=Link naar Graficall
52SDESC=2graficall
[2309]53
54
55MODE=managed
[3988]56ESSID=il-n.graficall.wleiden.net
[2309]57
[3371]58
[2309]59DHCP=no
60
61EW0
62
[8261]63$config{'wi1'}=sprintf <<EW1;
64COMMENT=link naar Struyk Verwo Leimuiden.
[2309]65TYPE=wireless
[3988]66IP=172.16.1.185/30
67DESC=Link naar Struyk Verwo
[4749]68SDESC=2lmstruykverwo1
[2309]69
70
[3988]71MODE=master
72ESSID=il-no.hmkerk.wleiden.net
[2309]73
74
75DHCP=no
76
77EW1
[4587]78
[8261]79$config{'wi1:0'}=sprintf <<EW10;
80COMMENT=link naar HMgw2.
[4587]81TYPE=wireless
82IP=172.16.2.89/30
83DESC=Link naar HMgw2
84SDESC=2hmgw2
85
86DHCP=no
87
88EW10
89
90
91
92
[4870]93
Note: See TracBrowser for help on using the repository browser.