There's a public IP address on your server, so indeed there's (probably) no NAT.
However, port 8080 is taken by the ISP / hosting provider. So on which port is your SABnbzd running?
Maybe SABnzbd is indeed running on port 8080, which port is overruled by your ISP. If so, try port 8888 or so.
Use the command from the previous post to find out. Here's mine, with SABnzbd on port 8080:
- Code: Select all
sander@athlon64:~$ sudo netstat -ntepl
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State User Inode PID/Program name
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 0 5224 1432/sshd
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 0 6246 1906/cupsd
tcp6 0 0 :::22 :::* LISTEN 0 5226 1432/sshd
tcp6 0 0 ::1:631 :::* LISTEN 0 6245 1906/cupsd
tcp6 0 0 :::445 :::* LISTEN 0 6214 1826/smbd
tcp6 0 0 :::139 :::* LISTEN 0 6216 1826/smbd
tcp6 0 0 :::8080 :::* LISTEN 1000 24723 5519/python
tcp6 0 0 :::80 :::* LISTEN 0 6139 1852/thttpd
sander@athlon64:~$
Please don't send me unrequested PM's; the forum is the best way to communicate.
If someone helps you, please reply to that help.