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

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