source: genesis/nodes/CNodeRick/wleiden.conf@ 8282

Last change on this file since 8282 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: 854 bytes
Line 
1#
2# config CNodeZwet
3$location="Rick van der Zwet, Brahmslaan 40, 2324 AN, Leiden";
4$master_ip='172.20.145.1';
5$nodetype='CNode';
6$nodename='Rick';
7
8$status='up';
9
10
11# edugis x,y
12$X='92434';
13$Y='461987';
14
15$config{'sis0'}=sprintf <<SIS0;
16COMMENT=Link to proxy interface
17TYPE=ethernet
18IP=172.16.3.97/30
19
20DESC=Proxy Link
21SDESC=2proxy
22SIS0
23
24
25$config{'ath0'}=sprintf <<ATH0;
26COMMENT=Internal Wireless
27TYPE=wireless
28MODE=master
29IP=$master_ip/26
30
31DHCP=10-60
32SDESC=binnen
33
34CHANNEL=1
35DESC=Internal Wireless
36ESSID=ap-WirelessLeiden-Rick-Binnen
37ATH0
38
39
40
41# Connected via NanoStation5
42# ESSID=il-zw.haagwijk.wleiden.net
43$config{'sis1'}=sprintf <<SIS1;
44COMMENT=Link naar Haagwijk
45TYPE=ethernet
46IP=172.16.4.148/29
47
48DESC=Link naar Haagwijk
49SDESC=2haagwijk
50MODE=bridge client wds
51ESSID=il-zw.haagwijk.wleiden.net
52NSMAC=
53NS_IP=172.16.4.147/29
54
55MODE=managed
56
57DHCP=no
58SIS1
Note: See TracBrowser for help on using the repository browser.