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

Last change on this file since 7656 was 7656, checked in by rick, 15 years ago

$node_config_version is not used anymore

  • 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";
[4998]12$genesis_control="YES";
[4996]13
[813]14
[2605]15$status='up';
[813]16
[4851]17# edugis x,y 93395,464130
[4867]18$X='93395';
19$Y='464130';
[4851]20
[813]21$config{'ep0'}=sprintf <<ED0; # eth
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
32$config{'ep0:0'}=sprintf <<ED00; # link naar lvln2 via ethernet
33TYPE=ethernet
34IP=172.16.0.25/30
35DESC=link naar lvln2
36SDESC=2lvln2
[813]37DHCP=no
[4321]38ED00
[813]39
40
41$config{'wi0'}=sprintf <<EW0; # OMNI
42TYPE=wireless
43IP=$master_ip/26
44
45DESC=Omni voor de buurt
46SDESC=omni
[3457]47DHCP_STATIC= host wout{hardware ethernet 00:0C:41:BC:D8:69; fixed-address 172.17.144.10;}
[813]48DHCP=10-60
49
50MODE=master
51ESSID=omni.lvln0.wleiden.net
[4320]52CHANNEL=10
[813]53
54
55EW0
56
57$config{'wi1'}=sprintf <<EW1; # link naar cope
58TYPE=wireless
59IP=172.16.0.70/30
60DESC=Link naar cope
61SDESC=2cope
62
63MODE=managed
64ESSID=omni.cope0.wleiden.net
65CHANNEL=5
66
67
68DHCP=no
69
70EW1
71
72$config{'wi2'}=sprintf <<EW2; # link naar CeTIM (HLK)
73TYPE=wireless
74IP=172.16.0.74/30
[4752]75DESC=Link naar CeTIM3
76SDESC=2cetim3
[813]77
78
[830]79
80
[813]81
82MODE=managed
83ESSID=il-nw.cetim3.wleiden.net
84CHANNEL=9
85
[830]86
87
[813]88#CABLE=1
89
90DHCP=no
91
92EW2
93
94
[4870]95
Note: See TracBrowser for help on using the repository browser.