source: genesis/nodes/CNodePPFortis/wleiden.conf@ 7654

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

$OS variable is not used anymore

  • Property svn:eol-style set to native
File size: 1.3 KB
Line 
1#
2#
3#
4# Read by /usr/local/sbin/wireless-up.pl
5#
6$location="PolderPeil, 2408 RD, Alphen aan den Rijn";
7$master_ip='172.28.138.1';
8$gw_open='closed';
9$nodetype='CNode';
10$nodename='PPFortis';
11$release="5.0-RELEASE";
12$node_config_version="1";
13$genesis_control="YES";
14
15$DISK='FLASH';
16
17$status='up';
18
19# edugis x,y 104920,458730
20$X='104920';
21$Y='458730';
22
23#$AGGREGATE=22;
24
25$config{'sis0'}=sprintf <<SIS0; # Ethernet IP's 65 - 70 /248
26TYPE=ethernet
27IP=172.28.138.65/29
28
29DESC=Naar_binnen
30SDESC=eth
31
32DHCP=no
33
34
35SIS0
36
37
38#$config{'sis1'}=sprintf <<SIS1; # Ethernet
39#TYPE=ethernet
40#IP=172.28.138.73/29
41#
42#DESC=Ethernet naar ......
43#SDESC=eth
44#SPEED=10240000000
45#
46#DHCP=no
47#
48#OSPF_BROADCAST=no
49#OSPF_NEIGHBORS=no
50#
51#SIS1
52
53
54$config{'wi0'}=sprintf <<EW0; # OMNI
55TYPE=wireless
56IP=$master_ip/26
57
58DESC=omni voor de buurt
59SDESC=ap-omni
60
61DHCP=10-60
62
63
64MODE=master
65ESSID=ap-omni.PPFortis.walphen.net
66CHANNEL=8
67
68HEIGHT=16
69
70EW0
71
72
73$config{'wi1'}=sprintf <<EW1; # Planned interlink Richting Leiden
74TYPE=wireless
75IP=172.16.28.1/30
76
77
78DESC=Link_naar_Graphicall
79SDESC=2Leiden
80
81MODE=master
82ESSID=il-w.ppfortis.walphen.net
83CHANNEL=5
84
85
86DHCP=no
87
88EW1
89
90
91$config{'wi2'}=sprintf <<EW2; # interlink naar Stadhuis
92TYPE=wireless
93IP=172.28.1.137/30
94DESC=Link_naar_SHFortis
95SDESC=2SHFortis
96
97
98MODE=managed
99ESSID=il-o.shfortis.walphen.net
100CHANNEL=3
101
102
103DHCP=no
104
105EW2
Note: See TracBrowser for help on using the repository browser.