source: genesis/nodes/proxy1/wleiden.conf@ 7587

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

Allow more easier and reliable finding of any possible remote access of the WL network.

FYI: don't believe in security by knowledge hiding.

  • Property svn:eol-style set to native
File size: 1.1 KB
Line 
1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config Proxy1 (Bij NodeCope";
6
7$master_ip='172.17.8.68';
8$gw_open='closed';
9$nodetype='Proxy';
10$nodename='Proxy1';
11
12$remote_access='proxy1.network.wirelessleiden.nl:22';
13
14$location = "Cope, Rapenburg 8, 2311 EV,Leiden";
15$status='up';
16
17$release="5.0-RELEASE";
18$node_config_version="1";
19$genesis_control="YES";
20
21$OS='FreeBSD';
22
23# edugis x,y 93280,463889
24$X='93280';
25$Y='463889';
26
27$config{'xl0'}=sprintf <<XL0; # Ethernet
28TYPE=ethernet
29IP=192.168.1.2/24
30ROUTE=0.0.0.0/0 192.168.1.1
31
32DESC=Demon DSL lijn
33SDESC=2dsl
34SPEED=10240000000
35
36DHCP=no
37
38
39XL0
40
41$config{'xl1'}=sprintf <<XL1; # Ethernet
42TYPE=ethernet
43IP=$master_ip/27
44
45ROUTE=172.16.0.0/12 172.17.8.65
46
47DESC=Link naar Cope
48SDESC=2cope
49SPEED=10240000000
50
51DHCP=no
52
53
54XL1
55
56$config{'xl1:0'}=sprintf <<XL10; # Ethernet
57TYPE=ethernet
58IP=172.31.255.1/30
59
60DESC=Link naar Cope
61SDESC=link2cope
62SPEED=10240000000
63
64DHCP=no
65
66
67XL10
68
69
Note: See TracBrowser for help on using the repository browser.