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