๊๊Urgent:
How to protection player add item in game
mysql
Thank:(
๊๊Urgent:
How to protection player add item in game
mysql
Thank:(
Were you looking for that? [Release] Debug Console Access Denied
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
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 - - -
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 ~]#
Last edited by markmark; 22-01-17 at 03:35 PM. Reason: https://www.sendspace.com/file/d245cx
No. That thing you are writing is wrong.
It should be:[root@localhost ~]# /root/rules
[root@localhost ~]# iptables-restore < /root/rules
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 >___<