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

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

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