Changeset 10701 in genesis for nodes/HybridHuub


Ignore:
Timestamp:
May 7, 2012, 6:30:59 AM (13 years ago)
Author:
rick
Message:

Cleanup and sync of the config files. Please do mind the
service_accesspoint=True always applies for now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nodes/HybridHuub/wleiden.yaml

    r10675 r10701  
    1111nodename  : "Huub"
    1212nodetype  : "Hybrid"
    13 rdnap_x   : 093348
     13rdnap_x   : "093348"
    1414rdnap_y   : 463569
    1515release   : "9.0-RELEASE"
    1616remote_access: "huubs.xs4all.nl:1022"
     17service_accesspoint: True
    1718service_proxy_ileiden: False
    1819service_proxy_normal: True
    1920status    : "up"
     21
    2022
    2123iface_ath0:
     
    3335  status     : "up"
    3436
     37
     38iface_ue0:
     39  comment    : "link naar Vosko2"
     40  interface  : "ue0"
     41  ip         : "172.16.4.124/29"
     42  desc       : "Link naar Vosko2"
     43  sdesc      : "2vosko2"
     44  mode       : "station-wds"
     45  type       : "eth"
     46  extra_type : "eth2wifibridge"
     47  channel    : "64"
     48  ssid       : "il-w.vosko2.wleiden.net"
     49  dhcp       : False
     50  compass    : "w"
     51  ns_ip      : "172.16.4.123/29"
     52  ns_mac     : "00:15:6d:ec:82:4c"
     53  status     : "up"
     54
     55
     56iface_ue1:
     57  comment    : "Local ethernet naar extra ap"
     58  interface  : "ue1"
     59  ip         : "172.17.16.129/26"
     60  desc       : "Local Ethernet to AP2"
     61  sdesc      : "2ap2"
     62  mode       : "ap"
     63  type       : "eth"
     64  dhcp       : "140-180"
     65  compass    : "None"
     66  ns_ip      : "172.17.16.130/26"
     67  ns_mac     : "00:15:6d:d4:f8:24"
     68  status     : "up"
     69
     70
    3571iface_vr0:
    3672  comment    : "Link to external interface"
     
    4480  dhcpclient : True
    4581  status     : "up"
     82
    4683
    4784iface_vr1:
     
    6299  status     : "up"
    63100
     101
    64102iface_vr2:
    65103  comment    : "link naar Cetim2"
     
    79117  status     : "up"
    80118
    81 iface_ue0:
    82   comment    : "link naar Vosko2"
    83   interface  : "ue0"
    84   ip         : "172.16.4.124/29"
    85   desc       : "Link naar Vosko2"
    86   sdesc      : "2vosko2"
    87   mode       : "station-wds"
    88   type       : "eth"
    89   extra_type : "eth2wifibridge"
    90   channel    : "64"
    91   ssid       : "il-w.vosko2.wleiden.net"
    92   dhcp       : False
    93   compass    : "w"
    94   ns_ip      : "172.16.4.123/29"
    95   ns_mac     : "00:15:6d:ec:82:4c"
    96   status     : "up"
    97119
    98 iface_ue1:
    99   comment    : "Local ethernet naar extra ap"
    100   interface  : "ue1"
    101   ip         : "172.17.16.129/26"
    102   desc       : "Local Ethernet to AP2"
    103   sdesc      : "2ap2"
    104   mode       : "ap"
    105   type       : "eth"
    106   dhcp       : "140-180"
    107   compass    : "None"
    108   ns_ip      : "172.17.16.130/26"
    109   ns_mac     : "00:15:6d:d4:f8:24"
    110   status     : "up"
    111 
    112 
Note: See TracChangeset for help on using the changeset viewer.