update Advertised Services section
Update the Advertised Services section to include the new checks that are made before propagating services via olsrd.
This commit is contained in:
parent
a11af313be
commit
4b133a82e3
|
@ -196,7 +196,8 @@ Advertised Services
|
|||
|
||||
Once you have entered the values for your advertised service, click *Add* to add the service to the **Advertised Services** list. You may also remove an existing advertised service by clicking the *Del* button to delete it from the list. Click the **Save Changes** button to write your changes to the node's configuration. A reboot is not required, and your new settings should take effect within thirty seconds.
|
||||
|
||||
**olsrd** propagates service entries to other nodes across the network. Once every hour your node will verify that its own service entries are valid. Your node will not propagate entries across the network if it determines that the host is unpingable, or that there is no service listening on the specified port, or if the HTTP link does not return a *success* status code. The node's *Advertised Services* list will still show the defined service, but your node will not actually advertise that service on the network. If the service URL becomes reachable in the future, then your node will resume advertising it across the network.
|
||||
Service Advertisement Process
|
||||
`OLSR (Optimized Link State Routing) <https://en.wikipedia.org/wiki/Optimized_Link_State_Routing_Protocol>`_ propagates service entries to other nodes across the network. Once every hour your node will verify that its own service entries are valid. Your node will not propagate entries across the network if it determines that the host is unpingable, or that there is no service listening on the specified port, or if the HTTP link does not return a *success* status code. It also will not advertise a service that depends on a package which has not yet been installed. The node's *Advertised Services* list will still show the defined service (with a gray dot and hover text marking it as non-advertised), but your node will not actually advertise that service to the network. If the service URL becomes reachable in the future or if the dependent package is later installed, then your node will resume advertising the service across the network.
|
||||
|
||||
Port Forwarding
|
||||
In Direct mode you will only be allowed to select the WAN interface so Port Forwarding is only meaningful for WAN-connected nodes. Enter the Outside Port being passed to your node from its upstream gateway, select a LAN host to process the requests, and enter the LAN Port on that host which is listening for those requests. Finally, click *Add* to add the port forwarding rule. You may also remove an existing rule by clicking the *Del* button to delete it from the list. Click the **Save Changes** button to write your port forwarding changes to the node's configuration. More information can be found at this link for `Port Forwarding <https://en.wikipedia.org/wiki/Port_forwarding>`_.
|
||||
|
|
Loading…
Reference in New Issue