Displaying 2 results from an estimated 2 matches for "slptool".
Did you mean:
sdptool
2002 Sep 22
2
[patch] SLP support (+ question)
...(http://www.openslp.org). This allows you to automagically
discover all the rsync servers on your network (which is defined in terms of
your SLP configuration - typically equal to multicast scope, but you can
change it around with Directory agents).
Here is an example:
bradh@squirt rsync-2.5.5 $ slptool findsrvs service:rsync
service:rsync://192.168.0.22:873:/,65535
service:rsync://192.168.0.22:873:,65535
service:rsync://squirt.cuneata.net.(none):873:,65535
service:rsync://squirt.cuneata.net:873:,65535
[OK, so these are really all the same server, but there is no reason why a
real network wouldn...
2020 Nov 09
1
[Bug 1480] New: SLES15 Default Iptable rule causing issue
...Hardware: x86_64
OS: SuSE Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: iptables
Assignee: netfilter-buglog at lists.netfilter.org
Reporter: bspteam00 at gmail.com
Below rule in iptables is causing the slptool to fail in detecting the services
of other hosts.
REJECT all -- anywhere anywhere reject-with icmp-host-prohibited
I deleted it by using below command
iptables -D INPUT -j REJECT --reject-with icmp-host-prohibited
and slp started working with firewall enabled.
however when i reload the firewalld it...