PDA

View Full Version : Nobody able to connect - Ubuntu Linux 6.10


PGOn03L
24-04-2007, 20:27
Hi, i have a lil problem, i have my server running, on Ubuntu Linux 6.10, as described in the topic title.
My ports are all opened but no one can connect :S, here is a screenshot of my firewall, and a screenshot of an connection test.

My router is a Thomson Speedtouch 546i (a crappy shitty thing XD)

http://i34.photobucket.com/albums/d130/n03L/speedtouchfw.jpg
My Firewall settings (Im running more than 1 server, its a server.dbs ripped from my old Win32 Server, which worked fine

http://i34.photobucket.com/albums/d130/n03L/conntest.jpg
The connection test

So is there a certain command that i need to enter in Ubuntu, or is my firewall bugged XD

ozman
24-04-2007, 23:32
I don't know about your router but if you have port forwarding enabled and it is forwarded to the tight port and ip of the server try to enter in the terminal this will overide the tables if any in the firewall of the machine

sudo iptables -I INPUT -s localhost -j ACCEPT -p udp --dport 8767
given 8767 is the port you use

I RECOMEND FIRESTARTER AS YOUR UBUNTU FIREWALL

PGOn03L
25-04-2007, 08:37
My machine doensnt have a firewall, but ill try that :D, Has BoundToIp has something to do with it or...?


Tried it, it didnt worked :(