Helpme please ................ brother
๊๊Urgent:
How to protection player add item in game
mysql
Thank:(
Re: Helpme please ................ brother
Re: Helpme please ................ brother
Quote:
Originally Posted by
Daraia
Thank for share but can't work
Re: Helpme please ................ brother
You need to close some ingame ports like 29400, 29100, 3306 via iptables. So try close all ports and leave open only 80, 29000, 22.
Google to the rescue
Re: Helpme please ................ brother
Quote:
Originally Posted by
extazy20
You need to close some ingame ports like 29400, 29100, 3306 via iptables. So try close all ports and leave open only 80, 29000, 22.
Google to the rescue
Where how to close some ingame ports like 29400, 29100, 3306
Thank
Re: Helpme please ................ brother
Quote:
Originally Posted by
markmark
Where how to close some ingame ports like 29400, 29100, 3306
Thank
1) Create file /root/rules
2) Put this text in current file:
-A INPUT -p tcp --dport 22 -j ACCEPT
-A INPUT -p tcp --dport 80 -j ACCEPT
-A INPUT -p tcp --dport 29000 -j ACCEPT
-P INPUT REJECT
COMMIT
2) Write in terminal:
iptables-restore < /root/rules
3) Test your jd mailer. It should not work.
Re: Helpme please ................ brother
Quote:
Originally Posted by
markmark
Where how to close some ingame ports like 29400, 29100, 3306
Thank
Thank you am try again
- - - Updated - - -
Quote:
Originally Posted by
extazy20
1) Create file /root/rules
2) Put this text in current file:
-A INPUT -p tcp --dport 22 -j ACCEPT
-A INPUT -p tcp --dport 80 -j ACCEPT
-A INPUT -p tcp --dport 29000 -j ACCEPT
-P INPUT REJECT
COMMIT
2) Write in terminal:
iptables-restore < /root/rules
3) Test your jd mailer. It should not work.
THANK you am try again
- - - Updated - - -
Quote:
Originally Posted by
markmark
Where how to close some ingame ports like 29400, 29100, 3306
Thank
How to use please
- - - Updated - - -
[root@localhost ~]# /root/rules
/root/rules: line 1: -A: command not found
/root/rules: line 2: -A: command not found
/root/rules: line 3: -A: command not found
/root/rules: line 4: -P: command not found
/root/rules: line 5: COMMIT: command not found
[root@localhost ~]#
[root@localhost ~]#
Re: Helpme please ................ brother
No. That thing you are writing is wrong.
Quote:
[root@localhost ~]# /root/rules
It should be:
Quote:
[root@localhost ~]# iptables-restore < /root/rules
Re: Helpme please ................ brother
iptables -A INPUT -p tcp -s localhost --dport 29400 -j ACCEPT
iptables -A INPUT -p tcp --dport 29400 -j DROP
service apache2 restart
Do that.
Re: Helpme please ................ brother
Quote:
Originally Posted by
Farrawh
iptables -A INPUT -p tcp -s localhost --dport 29400 -j ACCEPT
iptables -A INPUT -p tcp --dport 29400 -j DROP
service apache2 restart
Do that.
Yea, close gamedbd port and leave the other important ports open too...
Do you even know what will happen if your uniquenamed or gdeliveryd ports are not filtered and somebody send a DDoS to them?
uniquenamed database will be completely destroyed and it will cause a wipe unless you know how to fix the shit.
gdeliveryd is the main thing that connects players to the server now imagine somebody to strike your server right in the heart your players will never be able to log in unless the attacker stop ddosing.
So I suggest you to read this carefully and close the rest of the ports of your server, cause yea I know they're open.
I guess I should write a full guide on how to secure JD server >___<
Re: Helpme please ................ brother
Quote:
Originally Posted by
markmark
Thank you am try again
- - - Updated - - -
THANK you am try again
- - - Updated - - -
How to use please
- - - Updated - - -
[root@localhost ~]# /root/rules
/root/rules: line 1: -A: command not found
/root/rules: line 2: -A: command not found
/root/rules: line 3: -A: command not found
/root/rules: line 4: -P: command not found
/root/rules: line 5: COMMIT: command not found
[root@localhost ~]#
[root@localhost ~]#
[root@localhost ~]# iptables-restore < /root/rules
iptables-restore: line 1 failed
[root@localhost ~]#
please write a full guide on how to secure JD server >___<
Re: Helpme please ................ brother
Quote:
Originally Posted by
markmark
[root@localhost ~]# iptables-restore < /root/rules
iptables-restore: line 1 failed
[root@localhost ~]#
please write a full guide on how to secure JD server >___<
Mark do what we said in the comments above.
Re: Helpme please ................ brother
Quote:
Originally Posted by
Farrawh
Mark do what we said in the comments above.
Am sorry I don't know how to make:adore:
Re: Helpme please ................ brother
Quote:
Originally Posted by
extazy20
No. That thing you are writing is wrong.
It should be:
Please Farrawh help me i use msql phpmyadmin sameple or video pm to me
Thankyou