Page 1 of 1

iptables-restore v1.4.7: invalid portrange

Posted: 03 Oct 2014, 02:31
by nmo0ory
hello
i have some problem when i start or restart my csf

Code: Select all

csf: FASTSTART loading TCP_IN (IPv4)
Error: FASTTART: (TCP_IN IPv4) [ -A INPUT ! -i lo -p tcp -m state --state NEW --dport 25565:27565 -j ACCEPT] [iptables-restore v1.4.7: invalid portrange (min > max)]. Try restarting csf with FASTSTART disabled, at line 4138
how can i fix it ?
and i use this port for gameserver

Re: iptables-restore v1.4.7: invalid portrange

Posted: 03 Oct 2014, 08:48
by ForumAdmin
It could be reporting the wrong line. You need to go through all of your TCP_IN entries and look for one with "portrange (min > max)".

Re: iptables-restore v1.4.7: invalid portrange

Posted: 03 Oct 2014, 11:21
by nmo0ory
thanks
yes i found some one

thanks its work now