Changeset 8489 in genesis


Ignore:
Timestamp:
Sep 23, 2010, 8:54:04 PM (14 years ago)
Author:
huub
Message:

ipdressen lokale subnet leythenrode veranderd om proxy7 bereikbaar te maken via lvrouted

Location:
nodes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • nodes/CNodeLeythenrode/wleiden.conf

    r8265 r8489  
    5252$config{'ue0'}=sprintf <<UE0;
    5353COMMENT=ethernet to local subnet with PoE
    54 IP=172.17.0.2/24
    55 DESC=local ethernet with proxy7 and local clients (multiple ap bridge)
     54IP=172.17.0.2/28
     55DESC=local ethernet with proxy7 and local ap bridges management interfaces
    5656SDESC=localsubnet
    5757DHCP=no
     
    5959UE0
    6060
     61$config{'ue0:0'}=sprintf <<UE00;
     62COMMENT=ethernet to local subnet with PoE
     63IP=172.17.7.2/24
     64DESC=local ethernet with proxy7 and local clients (multiple ap bridge)
     65SDESC=localsubnet
     66DHCP=10-250
     67TYPE=ethernet
     68UE00
    6169
    6270$config{'vr0'}=sprintf <<VR0;
  • nodes/proxy7/wleiden.conf

    r8261 r8489  
    3535COMMENT=Local 24-subnet to node and clients
    3636TYPE=ethernet
    37 IP=$master_ip/24
    38 DESC=naar NodeLeythenrode and clients
     37IP=$master_ip/28
     38DESC=naar NodeLeythenrode and ap bridges
    3939SDESC=Leythenrode_subnet
    40 DHCP=10-250
     40DHCP=no
    4141SIS1
     42
     43$config{'sis1:0'}=sprintf <<SIS10;
     44COMMENT=Local 24-subnet to node and clients
     45TYPE=ethernet
     46IP=172.17.7.1/24
     47DESC=naar NodeLeythenrode and local clients
     48SDESC=Leythenrode_subnet
     49DHCP=no
     50SIS10
     51
     52
Note: See TracChangeset for help on using the changeset viewer.