Changeset 1011 in genesis


Ignore:
Timestamp:
Sep 27, 2003, 7:13:02 PM (21 years ago)
Author:
jasper
Message:

default gw + route 2WL op proxies.

Location:
nodes
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • nodes/CNodeRV/wleiden.conf

    r1004 r1011  
    4242$config{'ep1'}=sprintf <<ED1;  # Ethernet
    4343TYPE=ethernet
    44 #IP=172.31.255.2/30
    4544IP=172.20.128.97/29
    4645
     
    5554
    5655ED1
     56
     57#$config{'ep1:0'}=sprintf <<ED10;  # Ethernet
     58#TYPE=ethernet
     59#IP=172.31.255.2/30
     60#
     61#DESC=Ethernet naar proxy
     62#SDESC=link2proxy
     63#SPEED=10240000000
     64#
     65#DHCP=no
     66#
     67#OSPF_BROADCAST=no
     68#OSPF_NEIGHBORS=no
     69#
     70#ED10
    5771
    5872
  • nodes/proxy1/wleiden.conf

    r991 r1011  
    1818TYPE=ethernet
    1919IP=192.168.1.2/24
    20 
     20ROUTE=0.0.0.0/0 192.168.1.1
     21                                                                               
    2122DESC=Demon DSL lijn
    2223SDESC=2dsl
     
    3536IP=$master_ip
    3637
     38ROUTE=172.16.0.0/12 172.17.8.65
     39                                                                               
    3740DESC=Link naar Cope
    3841SDESC=2cope
  • nodes/proxy2/wleiden.conf

    r995 r1011  
    1818TYPE=ethernet
    1919IP=192.168.1.2/24
    20 
     20ROUTE=0.0.0.0/0 192.168.1.1
     21                                                                               
    2122DESC=Demon DSL lijn
    2223SDESC=2dsl
     
    3435TYPE=ethernet
    3536IP=$master_ip
    36 
     37ROUTE=172.16.0.0/12 172.17.143.2
     38                                                                               
    3739DESC=Link naar Hooglandse Kerk
    3840SDESC=2hlk
  • nodes/proxy3/wleiden.conf

    r995 r1011  
    55# config Proxy3 bij RV
    66
    7 $master_ip='172.20.128.67/29'; 
     7$master_ip='172.20.128.98/29'; 
    88$gw_open='closed';
    99$nodetype='proxy';
     
    1818TYPE=ethernet
    1919IP=192.168.1.2/24
    20 
     20ROUTE=0.0.0.0/0 192.168.1.1
     21                                                                               
    2122DESC=Demon DSL lijn
    2223SDESC=2dsl
     
    3435TYPE=ethernet
    3536IP=$master_ip
     37ROUTE=172.16.0.0/12 172.20.128.97
     38
    3639
    3740DESC=Link naar RV
Note: See TracChangeset for help on using the changeset viewer.