source: genesis/nodes/CNodeOBLc/wleiden.conf@ 8687

Last change on this file since 8687 was 8493, checked in by richardvm, 14 years ago

Added status info

  • Property svn:eol-style set to native
File size: 775 bytes
RevLine 
[813]1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config CNodeOBLc
[6528]6$location="Centrale Bibliotheek, Nieuwstraat 4, 2312 KB, Leiden";
[835]7$master_ip='172.17.153.1';
[813]8$nodetype='CNode';
9$nodename='OBLc';
10
[2605]11$status='up';
[813]12
[4996]13$release="5.0-RELEASE";
14
[813]15
[4867]16# edugis x,y 93844,463741
17$X='93844';
18$Y='463741';
19
[8261]20$config{'xl0'}=sprintf <<XL0;
21COMMENT=Ethernet
[813]22TYPE=ethernet
[8493]23STATUS=up
[813]24IP=172.17.152.65/27
25
26DESC=Ethernet naar OBL
[3306]27SDESC=eth
[813]28
29DHCP=no
30
[830]31
[813]32
[835]33XL0
[813]34
[8261]35$config{'ep0'}=sprintf <<EP0;
36COMMENT=Ethernet
[813]37TYPE=ethernet
[8493]38STATUS=up
[7925]39IP=$master_ip/24
[813]40
41DESC=AP voor bieb
42SDESC=apples
43
[835]44DHCP=10-250
[813]45
46
[830]47
[813]48
[835]49EP0
[813]50
51
[8261]52$config{'wi0'}=sprintf <<EW1;
53COMMENT=link naar CeTIM3
[813]54TYPE=wireless
55IP=172.16.0.162/30
[4750]56DESC=Link naar CeTIM3
57SDESC=2cetim3
[813]58
59
60MODE=managed
61ESSID=il-nw.cetim3.wleiden.net
62CHANNEL=9
63
64
65DHCP=no
66
67EW1
68
[4870]69
Note: See TracBrowser for help on using the repository browser.