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

Last change on this file since 10074 was 10048, checked in by rick, 13 years ago

Remove and modify some more comment lines.

Related-To ticket:117

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