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

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

$gw_open variable is not used anymore

  • Property svn:eol-style set to native
File size: 994 bytes
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';
[3583]8$nodetype='Proxy';
[3584]9$nodename='Proxy1';
[6530]10
[7587]11$remote_access='proxy1.network.wirelessleiden.nl:22';
12
[6530]13$location = "Cope, Rapenburg 8, 2311 EV,Leiden";
[2605]14$status='up';
[813]15
[4996]16$release="5.0-RELEASE";
[4998]17$node_config_version="1";
18$genesis_control="YES";
[4996]19
[813]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]32
33DHCP=no
34
35
[975]36XL0
[813]37
[975]38$config{'xl1'}=sprintf <<XL1; # Ethernet
[813]39TYPE=ethernet
[4742]40IP=$master_ip/27
[813]41
[1011]42ROUTE=172.16.0.0/12 172.17.8.65
43
[975]44DESC=Link naar Cope
45SDESC=2cope
[830]46
[975]47DHCP=no
48
49
50XL1
51
52$config{'xl1:0'}=sprintf <<XL10; # Ethernet
53TYPE=ethernet
[991]54IP=172.31.255.1/30
[975]55
56DESC=Link naar Cope
57SDESC=link2cope
[813]58
59DHCP=no
60
61
[975]62XL10
63
[4870]64
Note: See TracBrowser for help on using the repository browser.