Changeset 14221 in genesis


Ignore:
Timestamp:
Nov 1, 2018, 7:48:29 PM (6 years ago)
Author:
rick
Message:

Fix webcam rustdam not reachable at monitoring site

MAC was set to old internal WiFi MAC address.

Location:
nodes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • nodes/Rustdam/wleiden.yaml

    r14213 r14221  
    5757  ip         : "172.17.65.1/24"
    5858  dhcp       : "50-240"
    59   dhcp_fixed :  [["e0:76:d0:3c:34:f0", "172.17.65.10", "camera-hooiberg"]]
     59  dhcp_fixed :  [["00:62:6e:66:0d:cf", "172.17.65.10", "camera-hooiberg"]]
    6060  status     : "up"
    6161  type       : "eth"
     62
     63iface_re0_102_extra0:
     64  comment    : "NanoStation Client at Webcam"
     65  ip         : "172.16.1.2/24"
     66  type       : "eth"
     67  ns_mac     : "00:15:6d:bd:89:93"
     68  bridge_type: "NanoStation5"
     69  status     : "up"
     70
    6271
    6372
  • nodes/global_rdr_rules.yaml

    r14059 r14221  
    2020- ['tcp', 9095, '172.17.20.5', 554, 'IJsclub Zoeterwoude - Veld 11 RTSP']
    2121- ['tcp', 9096, '172.17.13.66', 88, 'Pv de Kerkduif Webcam']
    22 - ['tcp', 9097, '172.17.52.10', 88, 'Rustdam Webcam Hooiberg']
     22- ['tcp', 9097, '172.17.65.10', 88, 'Rustdam Webcam Hooiberg']
    2323- ['tcp', 9099, '172.16.9.116', 80, '']
    2424- ['tcp', 9100, '172.16.9.202', 88, '']
Note: See TracChangeset for help on using the changeset viewer.