source: genesis/nodes/proxy17/wleiden.conf@ 10103

Last change on this file since 10103 was 10103, checked in by richardvm, 13 years ago

more complete information

File size: 718 bytes
Line 
1$master_ip='172.17.0.36';
2$gateway='192.168.1.254';
3$internalroute='172.17.0.33';
4
5$internalif='vr1';
6$nodetype='Proxy';
7$nodename='Proxy17';
8$proxyid='17';
9$location="Somewhere in Aalsmeer (line of sight Watertoren)";
10$status='up';
11$release="8.2-RELEASE";
12$X='112000';
13$Y='475325';
14$nat='yes';
15
16$config{'vr0'}=sprintf <<EOT;
17COMMENT=link naar Router
18TYPE=ethernet
19IP=192.168.1.250/24
20DESC=Link naar router
21SDESC=uplink
22DHCP=yes
23EOT
24
25$config{'vr1'}=sprintf <<EOT;
26TYPE=ethernet
27STATUS=up
28IP=172.17.0.36/28
29COMMENT=Interlink naar de watertoren2
30DESC=Interlink naar de watertoren2
31SDESC=2watertoren2
32DHCP=no
33MODE=ap bridge
34ESSID=il-n.watertoren2.wleiden.net
35CHANNEL=44
36NS_MAC=00:15:6D:70:53:4F
37NS_IP=172.17.0.35/28
38EOT
39
Note: See TracBrowser for help on using the repository browser.