Jump to content

connection refused.. How can I fix it


Recommended Posts

  • Replies 14
  • Created
  • Last Reply

Top Posters In This Topic

  • Premium
1 minute ago, 3talla said:

I can not understand... how I do it ?

I start shell command in

"start.sh"

Sorry my English is bad:blink:

 

#!/bin/sh

echo -e "\033[31m  
What channel you want to start ? \n
1 - CH1\033[0m"

read chs

case $chs in 
1*) 

	echo -e "\033[31m \n 1. The channel is starting..\033[0m"
	cd /usr/game/channels/channel1/ch1_1/
	./game1_1  -I SERVERIP -P 29001 &
	sleep 2
	clear

;;
esac

Also in db/conf.txt check if you have 

BIND_IP: SERVERIP

 

Link to comment
Share on other sites

2 minutes ago, Dobrescu Sebastian said:

#!/bin/sh

echo -e "\033[31m  
What channel you want to start ? \n
1 - CH1\033[0m"

read chs

case $chs in 
1*) 

	echo -e "\033[31m \n 1. The channel is starting..\033[0m"
	cd /usr/game/channels/channel1/ch1_1/
	./game1_1  -I SERVERIP -P 29001 &
	sleep 2
	clear

;;
esac

Also in db/conf.txt check if you have 


BIND_IP: SERVERIP

 

Thank you I will try now but can I talk to you Skype to help me?

I've got this what I'm doing now?

p_569ntxsc1.jpg

For the conf.txt the BIND_IP Did not exist

p_569rxk861.jpg

Right now?

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • 6 months later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.