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

Last change on this file since 7448 was 6530, checked in by huub, 16 years ago

locatiegegevens aangevuld

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