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

Last change on this file since 6285 was 4998, checked in by dirkx, 19 years ago

Fix missing semi colons

  • Property svn:eol-style set to native
File size: 1.1 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';
[2540]11$location='Bij node cope';
[2605]12$status='up';
[813]13
[4996]14$release="5.0-RELEASE";
[4998]15$node_config_version="1";
16$genesis_control="YES";
[4996]17
[813]18$OS='FreeBSD';
19
[4835]20# edugis x,y 93280,463889
[4867]21$X='93280';
22$Y='463889';
[4835]23
[975]24$config{'xl0'}=sprintf <<XL0; # Ethernet
[813]25TYPE=ethernet
26IP=192.168.1.2/24
[1011]27ROUTE=0.0.0.0/0 192.168.1.1
28
[975]29DESC=Demon DSL lijn
30SDESC=2dsl
[813]31SPEED=10240000000
32
33DHCP=no
34
[975]35OSPF_AREA=no
[813]36OSPF_BROADCAST=no
37OSPF_NEIGHBORS=no
38
[975]39XL0
[813]40
[975]41$config{'xl1'}=sprintf <<XL1; # Ethernet
[813]42TYPE=ethernet
[4742]43IP=$master_ip/27
[813]44
[1011]45ROUTE=172.16.0.0/12 172.17.8.65
46
[975]47DESC=Link naar Cope
48SDESC=2cope
49SPEED=10240000000
[830]50
[975]51DHCP=no
52
53OSPF_AREA=no
54OSPF_BROADCAST=no
55OSPF_NEIGHBORS=no
56
57XL1
58
59$config{'xl1:0'}=sprintf <<XL10; # Ethernet
60TYPE=ethernet
[991]61IP=172.31.255.1/30
[975]62
63DESC=Link naar Cope
64SDESC=link2cope
[813]65SPEED=10240000000
66
67DHCP=no
68
[975]69OSPF_AREA=no
[813]70OSPF_BROADCAST=no
71OSPF_NEIGHBORS=no
72
[975]73XL10
74
[4870]75
Note: See TracBrowser for help on using the repository browser.