Changeset 4065 in genesis


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

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

Location:
nodes
Files:
4 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
  • nodes/CNodeHuub/wleiden.conf

    r4011 r4065  
    6868IP=172.16.0.14/30
    6969
    70 DESC=Link naar Vosko2
    71 SDESC=2vosko2
     70DESC=Link naar Vosko1
     71SDESC=2vosko1
    7272SPEED=11534336
    7373POINT_TO_POINT=172.16.0.13
     
    7777
    7878MODE=managed
    79 ESSID=il-zo.vosko2.wleiden.net
     79ESSID=il-zw.vosko1.wleiden.net
    8080#CHANNEL=7
    8181
  • nodes/CNodeVosko1/wleiden.conf

    r4023 r4065  
    125125EW2
    126126
     127$config{'wi2:0'}=sprintf << "EOM";
     128TYPE=wireless
     129IP=172.16.0.13/30
     130DESC=Link naar Huub
     131SDESC=2huub
     132SPEED=11534336
     133POINT_TO_POINT=172.16.0.14
     134
     135DHCP=no
     136EOM
     137
     138
  • nodes/CNodeVosko2/wleiden.conf

    r4023 r4065  
    2424
    2525
    26 $config{'sis0'}=sprintf <<SIS0;  # Ethernet
     26$config{'sis0'}=sprintf << "EOM";  # Ethernet
    2727TYPE=ethernet
    2828IP=172.17.175.65/28
     
    4040OSPF_NEIGHBORS=no
    4141
    42 SIS0
     42EOM
    4343
    44 $config{'sis1'}=sprintf <<SIS1;  # Ethernet
     44$config{'sis1'}=sprintf << "EOM";  # Ethernet
    4545TYPE=ethernet
    4646IP=172.16.0.90/30
     
    5353POINT_TO_POINT=172.16.0.89
    5454
    55 SIS1
     55EOM
    5656
    57 $config{'wi0'}=sprintf <<EW0;
     57$config{'wi0'}=sprintf << "EOM";
    5858TYPE=wireless
    5959IP=172.16.0.205/30
     
    7878HEIGTH=45
    7979
    80 EW0
     80EOM
    8181
    82 $config{'wi0:0'}=sprintf <<EW00;
    83 TYPE=wireless
    84 IP=172.16.0.13/30
    85 DESC=Link naar Huub
    86 SDESC=2huub
    87 SPEED=11534336
    88 POINT_TO_POINT=172.16.0.14
    89 
    90 DHCP=no
    91 EW00
    92 
    93 
    94 
    95 $config{'wi1'}=sprintf <<EW1;
     82$config{'wi1'}=sprintf << "EOM";
    9683TYPE=wireless
    9784IP=172.16.3.1/30
     
    118105CABLE=6
    119106HEIGTH=45
     107EOM
    120108
    121 EW1
     109$config{'wi1:0'}=sprintf << "EOM";
     110TYPE=wireless
     111IP=IP=172.16.0.145/30
     112DESC=Link naar Node Burcht
     113SDESC=2burcht
     114SPEED=11534336
     115POINT_TO_POINT=IP=172.16.0.146
     116DHCP=no
    122117
    123 $config{'wi2'}=sprintf <<EW2;
     118EOM
     119
     120$config{'wi2'}=sprintf << "EOM";
    124121TYPE=wireless
    125122IP=172.16.0.174/30
     
    142139HEIGTH=45
    143140
     141EOM
    144142
    145 EW2
    146 
Note: See TracChangeset for help on using the changeset viewer.