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

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

Also the commented variables are waving bye,bye

  • Property svn:eol-style set to native
File size: 742 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
[835]20$config{'xl0'}=sprintf <<XL0; # Ethernet
[813]21TYPE=ethernet
22IP=172.17.152.65/27
23
24DESC=Ethernet naar OBL
[3306]25SDESC=eth
[813]26
27DHCP=no
28
[830]29
[813]30
[835]31XL0
[813]32
[835]33$config{'ep0'}=sprintf <<EP0; # Ethernet
[813]34TYPE=ethernet
[835]35IP=172.17.153.1/24
[813]36
37DESC=AP voor bieb
38SDESC=apples
39
[835]40DHCP=10-250
[813]41
42
[830]43
[813]44
[835]45EP0
[813]46
47
[4750]48$config{'wi0'}=sprintf <<EW1; # link naar CeTIM3
[813]49TYPE=wireless
50IP=172.16.0.162/30
[4750]51DESC=Link naar CeTIM3
52SDESC=2cetim3
[813]53
54
55MODE=managed
56ESSID=il-nw.cetim3.wleiden.net
57CHANNEL=9
58
59
60DHCP=no
61
62EW1
63
[4870]64
Note: See TracBrowser for help on using the repository browser.