search for: bspteam00

Displaying 1 result from an estimated 1 matches for "bspteam00".

2020 Nov 09
1
[Bug 1480] New: SLES15 Default Iptable rule causing issue
...Product: iptables Version: 1.6.x 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 w...