Error: FASTTART: invalid port/service

Post Reply
Gavo
Junior Member
Posts: 5
Joined: 18 Feb 2013, 18:59

Error: FASTTART: invalid port/service

Post by Gavo »

Sorry its still broken

OVH Box.

Code: Select all

Snip...
csf: FASTSTART loading UDP_IN (IPv4)
csf: FASTSTART loading UDP6_IN (IPv6)
csf: FASTSTART loading UDP_OUT (IPv4)
Error: FASTTART: iptables-restore v1.4.7: invalid port/service `90000' specified, at line 3759
root@srv [~]# rm /etc/csf/csf.error
rm: remove regular file `/etc/csf/csf.error'? y
root@srv [~]# csf -u
csf is already at the latest version: v7.01
root@srv [~]#
csf.cnf
DROP_PF_LOGGING = "0"

I done a clean install in case conf file was corrupt and same error, but starts with faststart disabled

Thanks :)
ForumAdmin
Moderator
Posts: 1524
Joined: 01 Oct 2008, 09:24

Re: Error: FASTTART: invalid port/service

Post by ForumAdmin »

This is not the same as the previous thread. That error indicates that you have port 90000 listed in UDP_OUT which is an invalid port number, they must be 0 to 65536.
Gavo
Junior Member
Posts: 5
Joined: 18 Feb 2013, 18:59

Re: Error: FASTTART: invalid port/service

Post by Gavo »

Thanks that sorted it, I had to use lower than 65536
Post Reply