Can you screenshot the output of iptables -L?
Why are you whitelisting through the firewall at all?
Search found 2365 matches
- Thu May 12, 2016 4:29 pm
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: Friend cannot connect to my VDS
- Replies: 9
- Views: 9622
- Thu May 12, 2016 3:53 pm
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: Friend cannot connect to my VDS
- Replies: 9
- Views: 9622
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 ...
- Thu May 12, 2016 3:45 pm
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: Friend cannot connect to my VDS
- Replies: 9
- Views: 9622
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.
- Sat Apr 30, 2016 1:37 pm
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: Connecting to a database problem
- Replies: 3
- Views: 3890
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?
- Thu Apr 28, 2016 4:17 pm
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: vds machine ubuntu
- Replies: 9
- Views: 13768
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.
You can place:
max_connections=9000
in your mysqld.cnf.
- Wed Apr 27, 2016 6:25 pm
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: vds machine ubuntu
- Replies: 9
- Views: 13768
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)
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)
- Wed Apr 27, 2016 6:20 pm
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: vds machine ubuntu
- Replies: 9
- Views: 13768
Re: vds machine ubuntu
Did you shut your web server off due to it displaying code?
- Wed Apr 27, 2016 6:14 pm
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: vds machine ubuntu
- Replies: 9
- Views: 13768
Re: vds machine ubuntu
What is your website url?
- Wed Apr 27, 2016 6:04 pm
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: vds machine ubuntu
- Replies: 9
- Views: 13768
- Mon Apr 25, 2016 6:58 pm
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: SomeBody help me with this
- Replies: 1
- Views: 3129
- 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: 24720
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...
- 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: 24720
Re: starting teamspeak server on VPS: Permission Denied
You're welcome!
Please ask if you need anything else.
Please ask if you need anything else.
- 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: 24720
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.
- 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: 24720
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.
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.
- Sun Apr 24, 2016 7:23 am
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: starting teamspeak server on VPS: Permission Denied
- Replies: 25
- Views: 24720
Re: starting teamspeak server on VPS: Permission Denied
ok give me another ls -al output please.