Search found 2365 matches

by soja
Thu May 12, 2016 4:29 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Friend cannot connect to my VDS
Replies: 9
Views: 6721

Re: Friend cannot connect to my VDS

Can you screenshot the output of iptables -L?

Why are you whitelisting through the firewall at all?
by soja
Thu May 12, 2016 3:53 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Friend cannot connect to my VDS
Replies: 9
Views: 6721

Re: Friend cannot connect to my VDS

First step would be getting him to run a traceroute/mtr to your server IP address. This should let you know where a routing problem is, if there is one. Thanks! And if infact the issue lies within the machine itself, how can that be despite a whitelist in the mitigation table? Is your VDS Linux or ...
by soja
Thu May 12, 2016 3:45 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Friend cannot connect to my VDS
Replies: 9
Views: 6721

Re: Friend cannot connect to my VDS

First step would be getting him to run a traceroute/mtr to your server IP address. This should let you know where a routing problem is, if there is one.
by soja
Sat Apr 30, 2016 1:37 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Connecting to a database problem
Replies: 3
Views: 2706

Re: Connecting to a database problem

If your database is hosted on a VPS, you need to allow "hosted17.nfoservers.com", or 208.146.35.22 to connect to your database. Do you have any control panel software like phpmyadmin installed to manage your mysql server?
by soja
Thu Apr 28, 2016 4:17 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: vds machine ubuntu
Replies: 9
Views: 9438

Re: vds machine ubuntu

set max_connections higher than the default of 151, I used 9000 to essentially remove the limit.

You can place:
max_connections=9000
in your mysqld.cnf.
by soja
Wed Apr 27, 2016 6:25 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: vds machine ubuntu
Replies: 9
Views: 9438

Re: vds machine ubuntu

What web server are you using? Have you tried restarting it?

Is the web server listening on port 80?(You can check with netstat -tulpn as root)

Are there any new firewall rules?(Check with iptables -L)
by soja
Wed Apr 27, 2016 6:20 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: vds machine ubuntu
Replies: 9
Views: 9438

Re: vds machine ubuntu

Did you shut your web server off due to it displaying code?
by soja
Wed Apr 27, 2016 6:14 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: vds machine ubuntu
Replies: 9
Views: 9438

Re: vds machine ubuntu

What is your website url?
by soja
Sun Apr 24, 2016 8:15 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: starting teamspeak server on VPS: Permission Denied
Replies: 25
Views: 17530

Re: starting teamspeak server on VPS: Permission Denied

All users, permissions, and channels are stored in a sqlite db. This might not be possible to import depending on your old host. If you were hosting it yourself you can just copy the sqlite database file, and the "files" folder(which contains all files stored in your servers channels, amon...
by soja
Sun Apr 24, 2016 7:55 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: starting teamspeak server on VPS: Permission Denied
Replies: 25
Views: 17530

Re: starting teamspeak server on VPS: Permission Denied

You're welcome!

Please ask if you need anything else.
by soja
Sun Apr 24, 2016 7:49 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: starting teamspeak server on VPS: Permission Denied
Replies: 25
Views: 17530

Re: starting teamspeak server on VPS: Permission Denied

the / is not nedded when changing file permissions. Regardless, it looks like the permissions should be good now.
by soja
Sun Apr 24, 2016 7:28 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: starting teamspeak server on VPS: Permission Denied
Replies: 25
Views: 17530

Re: starting teamspeak server on VPS: Permission Denied

ok you should be running the server as the user, not root.

To get to the user you want to run the server as, type su ts3user

Then chmod +x ts3server

Then try to run the server.