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