Changeset 13745 in genesis for nodes/Rick2


Ignore:
Timestamp:
Jan 20, 2017, 9:02:28 PM (8 years ago)
Author:
rick
Message:

Adding Rick2 which is a development/dummy node.

It will be connected used a switch to Rick/JVC links,
using aliased interfaces, this will ensure the path will be longer and no
production traffic will pass trough the node.

Will be used for development of captive portal, dns, etc...

Location:
nodes/Rick2
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • nodes/Rick2/wleiden.yaml

    r13704 r13745  
    88location  : "Rick van der Zwet, Polderpeil 1, 2382 BW, Zoeterwoude"
    99longitude : "4.517"
    10 masterip  : "172.17.34.1"
    11 gateway   : "80.127.152.25"
    12 serviceid : "172.31.254.9"
     10masterip  : "172.17.29.1"
    1311monitoring_group: "wzoeterwoude"
    14 nodename  : "Rick"
     12nodename  : "Rick2"
    1513nodetype  : "Hybrid"
    1614portal_sponsor: "Free-WiFi Zoeterwoude"
     
    1816rdnap_x   : 95421
    1917rdnap_y   : 462103
    20 rdr_host  : "80.127.152.27"
    21 rdr_rules :
    22 - ['tcp', 9080, '172.17.0.41', 80]
    23 - ['tcp', 9081, '172.17.0.42', 554]
    24 - ['tcp', 9082, '172.17.0.43', 554]
    25 - ['tcp', 9083, '172.17.0.44', 80]
    26 - ['tcp', 9084, '172.17.0.43', 80]
    27 - ['tcp', 9085, '172.17.0.42', 80]
    28 - ['tcp', 9086, '172.17.0.45', 21]
    29 - ['tcp', 9087, '172.17.0.45', 3389]
    30 - ['tcp', 9092, '172.17.51.5', 80]
    31 - ['tcp', 9096, '172.17.13.66', 88]
    32 release   : "9.0-RELEASE"
     18release   : "11.0-RELEASE"
    3319service_accesspoint: True
    3420service_concentrator: False
    35 service_incoming_rdr: True
    36 service_proxy_ileiden: True
    37 service_proxy_normal: True
    38 status    : "up"
     21service_incoming_rdr: False
     22service_proxy_ileiden: False
     23service_proxy_normal: False
     24status    : "down"
    3925
    4026iface_bridge0:
    4127  comment    : "Access Points"
    4228  type       : "eth"
    43   ip         : "172.17.34.1/24"
     29  ip         : "172.17.29.1/24"
    4430  dhcp       : "10-240"
    4531
    46 iface_ue0:
    47   comment    : "Loco tegen het raam"
    48   parent     : "bridge0"
    49   sdesc      : "2buiten"
    50   mode       : "ap-wds"
    51   type       : "eth"
    52   ssid       : "Wifi Zoeterwoude"
    53   channel    : 1
    54   ns_ip      : "172.17.34.2/24"
    55   ns_mac     : "dc:9f:db:3e:19:a1"
    56   ns_type    : "ns2"
    57   bridge_type: "NanoStationLocoM2"
    58   status     : "up"
    5932
    6033iface_ath0:
     
    6538  type       : "11g"
    6639  channel    : 6
    67   ssid       : "WiFi Zoeterwoude"
     40  ssid       : "WiFi Zoeterwoude Development"
    6841  status     : "up"
    6942
    7043iface_vr0:
    71   comment    : "Uplink XS4ALL FTTH (VAS)"
    72   ip         : "80.127.152.27/29"
    73   sdesc      : "2external"
     44  comment    : "Link naar Rick"
     45  ip         : "172.16.6.121/29"
     46  sdesc      : "2rick"
    7447  type       : "eth"
    7548  dhcp       : False
    7649  status     : "up"
    77  
     50
     51iface_vr0_alias0:
     52  comment    : "Link naar JVC"
     53  ip         : "172.16.7.129/29"
     54  sdesc      : "2rick"
     55  type       : "eth"
     56  dhcp       : False
     57  status     : "up"
    7858
    7959iface_vr1:
    80   comment    : "Link naar Meerburgkerk"
    81   ip         : "172.16.3.100/29"
    82   sdesc      : "2meerburgkerk"
    83   mode       : "station-wds"
     60  comment    : "Development AP Ethernet Interface"
     61  parent     : "bridge0"
     62  sdesc      : "2ap"
    8463  type       : "eth"
    85   extra_type : "eth2wifibridge"
    86   channel    : "116"
    87   ssid       : "il-wzw.mbkerk.wleiden.net"
    88   dhcp       : False
    89   compass    : "o"
    90   ns_ip      : "172.16.3.99/29"
    91   ns_mac     : "24:a4:3c:72:01:95"
    92   bridge_type: "NanoStation M5"
    9364  status     : "up"
    9465
    9566iface_vr2:
    96   comment    : "Link naar JVC"
    97   ip         : "172.16.6.116/29"
    98   sdesc      : "2jvc"
    99   mode       : "station-wds"
     67  comment    : "Development Interlink Interface"
     68  ip         : "172.16.6.118/29"
     69  sdesc      : "2unused"
    10070  type       : "eth"
    101   extra_type : "eth2wifibridge"
    102   channel    : "36"
    103   ssid       : "il-no.jvc.wleiden.net"
    10471  dhcp       : False
    105   compass    : "zw"
    106   ns_ip      : "172.16.6.115/29"
    107   ns_mac     : "00:27:22:11:fd:ed"
    108   bridge_type: "NanoStation M5"
    10972  status     : "up"
Note: See TracChangeset for help on using the changeset viewer.