BelledonneCommunications / flexisip

Linphone.org mirror for flexisip (git://git.linphone.org/flexisip.git)
http://flexisip.org
GNU Affero General Public License v3.0
140 stars 68 forks source link

flexisip-error-DoSProtection: '/sbin/ip6tables -w -F FLEXISIP-DOS-PROTECTION 2>&1' failed with output 'ip6tables: No chain/target/match by that name. #105

Closed willnaoosmith closed 2 years ago

willnaoosmith commented 3 years ago

(I know it's probably a dumb question)

I already created a chain called FLEXISIP-DOS-PROTECTION

~$ sudo iptables -N FLEXISIP-DOS-PROTECTION
iptables: Chain already exists.

It's there another command i need to run?

log:

2020-09-10 10:07:47:249 bctbx-message-Starting flexisip proxy-server version 2.0.0-2-g608aa1b
2020-09-10 10:07:47:274 flexisip-error-DoSProtection: '/sbin/iptables -w -F FLEXISIP-DOS-PROTECTION 2>&1' failed with output 'iptables: No chain/target/match by that name.'.
2020-09-10 10:07:47:277 flexisip-error-DoSProtection: '/sbin/ip6tables -w -F FLEXISIP-DOS-PROTECTION 2>&1' failed with output 'ip6tables: No chain/target/match by that name.
tjfayaz commented 2 years ago

Exactly the same problem here. Any updates?

willnaoosmith commented 2 years ago

nope, none

RaddishIoW commented 1 year ago

I noticed that it was calling "/sbin/iptables", but on my Debian 10 machine whereis iptables reports it being in /usr/sbin/iptables... A clue?