I am having an issue with a manual dial campaign where it gives me the error below if I try to do the second dial after dispositioning the first.
System Delay, Please try again
code:19499 - 1 - 0
It only seems to happen if the my iptables filter is applied
- Code: Select all
Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT all -- 0.0.0.0/0 0.0.0.0/0
WHITELIST all -- 0.0.0.0/0 0.0.0.0/0
DROP all -- 0.0.0.0/0 0.0.0.0/0 match-set geoblock src
DROP all -- 0.0.0.0/0 0.0.0.0/0 match-set badips src
ACCEPT all -- 0.0.0.0/0 0.0.0.0/0
ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 ctstate ESTABLISHED
ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0 ctstate RELATED
input_ext all -- 0.0.0.0/0 0.0.0.0/0
LOG all -- 0.0.0.0/0 0.0.0.0/0 limit: avg 3/min burst 5 LOG flags 6 level 4 prefix "SFW2-IN-ILL-TARGET "
DROP all -- 0.0.0.0/0 0.0.0.0/0
The first rule accepts packets from the loopback
Second rule allows certain IPs and blocks the rest.
If the first two rules are enabled then I get the issue, which is strange because that how I whitelist ips on a couple of other similar installations without any issues.
Anyone know what could be causing this?
Setup:
Single server install
VERSION: 2.14-661a
BUILD: 180222-0017