Changeset 4065 in genesis for nodes/CNodeBurcht


Ignore:
Timestamp:
Mar 15, 2005, 4:14:16 PM (20 years ago)
Author:
dirkx
Message:

Move Huub to il-zw.vosko1.wleiden.net

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nodes/CNodeBurcht/wleiden.conf

    r4040 r4065  
    1111$OS='FreeBSD';
    1212
    13 $status='planned';
     13$status='up';
    1414
    1515$X='093786';
     
    1717
    1818# Range which spans the two ethernet nic's to the
    19 # two AP's.
    20 $tproxy='172.17.184.64/25';
     19# two AP's (ep0, xl0)
     20#
     21$tproxy='172.17.184.64/26 172.17.184.128/26';
    2122
    2223$config{'ep0'}=sprintf <<EP0;
     
    2829SPEED=10240000000
    2930
    30 DHCP=66-126
     31# Keep one IP address (66) available for the
     32# Accesspoint itself. The topmost address
     33# (127) is broadcast.
     34DHCP=67-126
    3135
    3236OSPF_BROADCAST=no
     
    3943IP=$master_part.129/26
    4044
    41 
    4245DESC=Access Point 2 (kroeg)
    4346SDESC=apkroeg
     
    4750OSPF_NEIGHBORS=no
    4851
    49 DHCP=130-190
     52# Keep one IP addres for the AP (130)
     53# topmost 191 is the broadcast address.
     54#
     55DHCP=131-190
    5056
    5157EP1
     
    6571OSPF_BROADCAST=no
    6672OSPF_NEIGHBORS=172.16.0.145
    67 
    68 
    6973
    7074MODE=managed
Note: See TracChangeset for help on using the changeset viewer.