source: genesis/nodes/vpnbox.test/wleiden.conf@ 4996

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

Add flags to specific OS release, wether a node is under genesis control and what version of the node config script should be used.

  • Property svn:eol-style set to native
File size: 916 bytes
Line 
1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config vpnbox.test
6# to be used as a WirelessLeiden client, and to provide adsl/wl/homenet connections
7# hugo@meiland.nl , www.wirelessleiden.nl
8
9$master_ip='192.168.3.13';
10$gw_open='open';
11$nodetype='CNode';
12$nodename='vpnbox';
13$labelpos='left';
14
15
16$release="5.0-RELEASE";
17$node_config_version="1"
18$genesis_control="YES"
19
20$OS='FreeBSD';
21
22
23
24
25
26
27$X='';
28$Y='';
29$N='';
30$E='';
31
32
33$config{'sis0'}=sprintf <<SIS0; # Ethernet
34TYPE=ethernet
35IP=192.168.3.13/24
36
37DESC=Local home connection
38SDESC=sis0
39SPEED=10240000000
40
41#POINT_TO_POINT=172.19.128.66
42
43DHCP=no
44
45
46OSPF_AREA=no
47OSPF_BROADCAST=no
48OSPF_NEIGHBORS=no
49
50SIS0
51
52$config{'sis1'}=sprintf <<SIS1; # Ethernet
53TYPE=ethernet
54IP=192.168.2.2/24
55ROUTE=0.0.0.0/0 192.168.2.1
56
57DESC=Local adsl connection
58SDESC=sis1
59SPEED=10240000000
60
61#POINT_TO_POINT=172.19.128.66
62
63DHCP=no
64
65
66OSPF_AREA=no
67OSPF_BROADCAST=no
68OSPF_NEIGHBORS=no
69
70SIS1
71
Note: See TracBrowser for help on using the repository browser.