source:
genesis/nodes/proxy1/wleiden.conf@
7682
Last change on this file since 7682 was 7657, checked in by , 15 years ago | |
---|---|
|
|
File size: 944 bytes |
Rev | Line | |
---|---|---|
[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"; |
17 | ||
[813] | 18 | |
[4835] | 19 | # edugis x,y 93280,463889 |
[4867] | 20 | $X='93280'; |
21 | $Y='463889'; | |
[4835] | 22 | |
[975] | 23 | $config{'xl0'}=sprintf <<XL0; # Ethernet |
[813] | 24 | TYPE=ethernet |
25 | IP=192.168.1.2/24 | |
[1011] | 26 | ROUTE=0.0.0.0/0 192.168.1.1 |
27 | ||
[975] | 28 | DESC=Demon DSL lijn |
29 | SDESC=2dsl | |
[813] | 30 | |
31 | DHCP=no | |
32 | ||
33 | ||
[975] | 34 | XL0 |
[813] | 35 | |
[975] | 36 | $config{'xl1'}=sprintf <<XL1; # Ethernet |
[813] | 37 | TYPE=ethernet |
[4742] | 38 | IP=$master_ip/27 |
[813] | 39 | |
[1011] | 40 | ROUTE=172.16.0.0/12 172.17.8.65 |
41 | ||
[975] | 42 | DESC=Link naar Cope |
43 | SDESC=2cope | |
[830] | 44 | |
[975] | 45 | DHCP=no |
46 | ||
47 | ||
48 | XL1 | |
49 | ||
50 | $config{'xl1:0'}=sprintf <<XL10; # Ethernet | |
51 | TYPE=ethernet | |
[991] | 52 | IP=172.31.255.1/30 |
[975] | 53 | |
54 | DESC=Link naar Cope | |
55 | SDESC=link2cope | |
[813] | 56 | |
57 | DHCP=no | |
58 | ||
59 | ||
[975] | 60 | XL10 |
61 | ||
[4870] | 62 |
Note:
See TracBrowser
for help on using the repository browser.