iptables-restore v1.4.7: invalid portrange

Post Reply
nmo0ory
Junior Member
Posts: 2
Joined: 03 Oct 2014, 02:28

iptables-restore v1.4.7: invalid portrange

Post 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
ForumAdmin
Moderator
Posts: 1524
Joined: 01 Oct 2008, 09:24

Re: iptables-restore v1.4.7: invalid portrange

Post 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)".
nmo0ory
Junior Member
Posts: 2
Joined: 03 Oct 2014, 02:28

Re: iptables-restore v1.4.7: invalid portrange

Post by nmo0ory »

thanks
yes i found some one

thanks its work now
Post Reply