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
|
---|
34 | TYPE=ethernet
|
---|
35 | IP=192.168.3.13/24
|
---|
36 |
|
---|
37 | DESC=Local home connection
|
---|
38 | SDESC=sis0
|
---|
39 | SPEED=10240000000
|
---|
40 |
|
---|
41 | #POINT_TO_POINT=172.19.128.66
|
---|
42 |
|
---|
43 | DHCP=no
|
---|
44 |
|
---|
45 |
|
---|
46 | OSPF_AREA=no
|
---|
47 | OSPF_BROADCAST=no
|
---|
48 | OSPF_NEIGHBORS=no
|
---|
49 |
|
---|
50 | SIS0
|
---|
51 |
|
---|
52 | $config{'sis1'}=sprintf <<SIS1; # Ethernet
|
---|
53 | TYPE=ethernet
|
---|
54 | IP=192.168.2.2/24
|
---|
55 | ROUTE=0.0.0.0/0 192.168.2.1
|
---|
56 |
|
---|
57 | DESC=Local adsl connection
|
---|
58 | SDESC=sis1
|
---|
59 | SPEED=10240000000
|
---|
60 |
|
---|
61 | #POINT_TO_POINT=172.19.128.66
|
---|
62 |
|
---|
63 | DHCP=no
|
---|
64 |
|
---|
65 |
|
---|
66 | OSPF_AREA=no
|
---|
67 | OSPF_BROADCAST=no
|
---|
68 | OSPF_NEIGHBORS=no
|
---|
69 |
|
---|
70 | SIS1
|
---|
71 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.