source: genesis/nodes/CNodeLvLn/wleiden.conf@ 8341

Last change on this file since 8341 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 
[813]1#
2#
3#
4# Read by /usr/local/sbin/wireless-up.pl
5#
[6528]6# config CNodeLvLn (Lucas van Leyden Noord)
[6530]7$location="Basisschool Lucas van Leyden, Ursulasteeg 28, 2312 XA, Leiden";
[813]8$master_ip='172.17.144.1';
9$nodetype='CNode';
10$nodename='LvLn';
[4996]11$release="5.0-RELEASE";
12
[813]13
[2605]14$status='up';
[813]15
[4851]16# edugis x,y 93395,464130
[4867]17$X='93395';
18$Y='464130';
[4851]19
[8261]20$config{'ep0'}=sprintf <<ED0;
21COMMENT=eth
[813]22TYPE=ethernet
23IP=172.17.144.65/29
[4318]24# 172.17.144.66 lvln2
25# 172.17.144.67 vpn-router
[4320]26DESC=lvln backbone ethernet
[3306]27SDESC=eth
[4321]28DHCP=no
29ED0
[813]30
[4321]31
[8261]32$config{'ep0:0'}=sprintf <<ED00;
33COMMENT=link naar lvln2 via ethernet
[4321]34TYPE=ethernet
35IP=172.16.0.25/30
36DESC=link naar lvln2
37SDESC=2lvln2
[813]38DHCP=no
[4321]39ED00
[813]40
41
[8261]42$config{'wi0'}=sprintf <<EW0;
43COMMENT=OMNI
[813]44TYPE=wireless
45IP=$master_ip/26
46
47DESC=Omni voor de buurt
48SDESC=omni
49DHCP=10-60
50
51MODE=master
52ESSID=omni.lvln0.wleiden.net
[4320]53CHANNEL=10
[813]54
55
56EW0
57
[8261]58$config{'wi1'}=sprintf <<EW1;
59COMMENT=link naar cope
[813]60TYPE=wireless
61IP=172.16.0.70/30
62DESC=Link naar cope
63SDESC=2cope
64
65MODE=managed
66ESSID=omni.cope0.wleiden.net
67CHANNEL=5
68
69
70DHCP=no
71
72EW1
73
[8261]74$config{'wi2'}=sprintf <<EW2;
75COMMENT=link naar CeTIM (HLK)
[813]76TYPE=wireless
77IP=172.16.0.74/30
[4752]78DESC=Link naar CeTIM3
79SDESC=2cetim3
[813]80
81
[830]82
83
[813]84
85MODE=managed
86ESSID=il-nw.cetim3.wleiden.net
87CHANNEL=9
88
[830]89
90
[813]91
92DHCP=no
93
94EW2
95
96
[4870]97
Note: See TracBrowser for help on using the repository browser.