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

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

SPEED is not used anywhere

  • 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
[7587]12$remote_access='proxy1.network.wirelessleiden.nl:22';
13
[6530]14$location = "Cope, Rapenburg 8, 2311 EV,Leiden";
[2605]15$status='up';
[813]16
[4996]17$release="5.0-RELEASE";
[4998]18$node_config_version="1";
19$genesis_control="YES";
[4996]20
[813]21$OS='FreeBSD';
22
[4835]23# edugis x,y 93280,463889
[4867]24$X='93280';
25$Y='463889';
[4835]26
[975]27$config{'xl0'}=sprintf <<XL0; # Ethernet
[813]28TYPE=ethernet
29IP=192.168.1.2/24
[1011]30ROUTE=0.0.0.0/0 192.168.1.1
31
[975]32DESC=Demon DSL lijn
33SDESC=2dsl
[813]34
35DHCP=no
36
37
[975]38XL0
[813]39
[975]40$config{'xl1'}=sprintf <<XL1; # Ethernet
[813]41TYPE=ethernet
[4742]42IP=$master_ip/27
[813]43
[1011]44ROUTE=172.16.0.0/12 172.17.8.65
45
[975]46DESC=Link naar Cope
47SDESC=2cope
[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]60
61DHCP=no
62
63
[975]64XL10
65
[4870]66
Note: See TracBrowser for help on using the repository browser.