Changeset 11519 in genesis for nodes/HybridHofland/wleiden.yaml


Ignore:
Timestamp:
Oct 1, 2012, 8:19:49 PM (12 years ago)
Author:
rick
Message:

Schoommaak ondersteuning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nodes/HybridHofland/wleiden.yaml

    r11499 r11519  
    1 #
    21# Genesis config yaml style
    32# vim:ts=2:et:sw=2:ai
    4 # 
     3#
    54board     : "SOEKRIS"
    65comment   : "None"
     
    2120status    : "down"
    2221
     22
     23iface_sis0:
     24  comment    : "Ethernet naar Alan"
     25  ip         : "172.16.3.65/29"
     26  sdesc      : "2alan"
     27  type       : "eth"
     28  dhcp       : False
     29  status     : "up"
     30
     31
     32iface_sis1:
     33  comment    : "Link naar AJSoft2"
     34  ip         : "172.16.6.44/29"
     35  sdesc      : "2psycho"
     36  mode       : "station-wds"
     37  type       : "eth"
     38  extra_type : "eth2wifibridge"
     39  channel    : "116"
     40  ssid       : "il-w.ajsoft2.wleiden.net"
     41  dhcp       : False
     42  compass    : "z"
     43  ns_ip      : "172.16.6.43/29"
     44  ns_mac     : "00:15:6D:70:53:4A"
     45  bridge_type: "NanoStation5"
     46  status     : "up"
     47
     48
    2349iface_wi0:
    2450  comment    : "Omni"
     
    3258  status     : "up"
    3359
    34 iface_sis0:
    35   comment    : "Ethernet naar Alan"
    36   ip         : "172.16.3.65/29"
    37   sdesc      : "2alan"
    38   type       : "eth"
    39   dhcp       : False
    40   status     : "up"
    4160
    42 iface_sis1:
    43   comment    : "Link naar AJSoft2"
    44   ip         : "172.16.6.44/29"
    45   sdesc      : "2psycho"
    46   mode       : "station-wds"
    47   type       : "eth"
    48   extra_type : "eth2wifibridge"
    49   channel    : "116"
    50   ssid       : "il-w.ajsoft2.wleiden.net"
    51   dhcp       : False
    52   compass    : "e"
    53   ns_ip      : "172.16.6.43/29"
    54   ns_mac     : "00:15:6D:70:53:4A"
    55   bridge_type: "NanoStation5"
    56   status     : "up"
    57 
Note: See TracChangeset for help on using the changeset viewer.