You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This eases interoperability with firewalls. Without this option,
the port used as a local source of multicast messages is chosen
randomly by the OS. Replies are sent to this port as well. Using
a fixed port, enables users or firewall configurations to open
that port permanently for wsddn.
Copy file name to clipboardExpand all lines: doc/wsddn.8.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,9 @@ exploits into wsddn. If not specified the behavior is as follows
94
94
`--hoplimit`_number_
95
95
: Set the hop limit for multicast packets. The default is 1 which should prevent packets from leaving the local network segment. The equivalent config file option is `hoplimit`
96
96
97
+
`--source-port`_number_
98
+
: Set the source port for outgoing multicast messages, so that replies will use this as the destination port. This is useful for firewalls that do not detect incoming unicast replies to a multicast as part of the flow, so the port needs to be fixed in order to be allowed manually.
99
+
97
100
## Machine information options
98
101
99
102
`--uuid`_uuid_
@@ -154,6 +157,9 @@ Any options specified on command line take precedence over options in the config
0 commit comments