Changes

1,215 bytes added ,  10:05, 28 February 2020
Line 252: Line 252:  
     </tr>
 
     </tr>
 
</table>
 
</table>
 +
==UDP Broadcast Relay==
    +
'''UDP Broadcast Relay''' listens for packets on a specified UDP broadcast port. When a packet is received, it sends that packet to all specified interfaces but the one it came from as though it originated from the original sender.
 +
The primary purpose of this is to allow games on machines on separated local networks (Ethernet, WLAN) that use udp broadcasts to find each other to do so.
 +
 +
[[File:Network lan udp broadcast relay.jpg|border|class=tlt-border]]
 +
 +
<table class="nd-mantable">
 +
    <tr>
 +
        <th>field name</th>
 +
      <th>value</th>
 +
      <th>description</th>
 +
    </tr>
 +
    <tr>
 +
      <td>Enable</td>
 +
      <td>yes | no; Default: '''no'''</td>
 +
      <td>Toggles UDP Broadcast Relay ON or OFF</td>
 +
    </tr>
 +
    <tr>
 +
      <td>Port</td>
 +
      <td>string; Default: '''" "'''</td>
 +
      <td>Specifies a port which the UDP broadcast relay will listen on for incoming packets to relay</td>
 +
    </tr>
 +
    <tr>
 +
      <td>Interfaces</td>
 +
      <td>ppp | ppp_usb | stabridge |  wan | wan2 | wan3 ; Default: '''" "'''</td>
 +
      <td>UDP broadcast relay destination interfaces. Note: Open port 137 in firewall so LAN could be reachable from WAN</td>
 +
    </tr>
 +
 +
 +
</table>
 
[[Category:RUT955 WebUI]]
 
[[Category:RUT955 WebUI]]

Navigation menu