Jump to content

[VULTR] Tulong pa port forward


Recommended Posts


  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  136
  • Reputation:   3
  • Joined:  06/17/12
  • Last Seen:  

Sino gumagamit ng vultr hosting dito? Patulong po pano foforward yung port. Na try ko na lahat. Pero closed pa rin yung port nya. 

I tried opening my ports:
TCP: 4500,5121,6121,6900.
UDP: 4500,5121,6121,6900.

Using this command:
$ sudo ufw allow 4500/tcp
$ sudo ufw allow 4500/tcp

But when I checked in https://www.yougetsignal.com/tools/open-ports/ it is still closed. And I still cant connect.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  81
  • Reputation:   12
  • Joined:  06/22/13
  • Last Seen:  

ako vultr. Pero state mo muna mga clients exe mo packet version used how you installed yung IP's. may technicalities kase minsan. Lalo na kung 2020 gamit mong exe. sa 2020 yung char ip and map ip kelangan IP talaga nung server. d pwedeng 127.0.0.1 gamitin. Di talaga sya naconnect. I don't think you need port forwarding if you need to connect to server only kase d ko ginawa yan pero nakakaconnect ako.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  58
  • Topics Per Day:  0.01
  • Content Count:  395
  • Reputation:   53
  • Joined:  07/24/12
  • Last Seen:  

5 hours ago, funtwocrasher said:

Sino gumagamit ng vultr hosting dito? Patulong po pano foforward yung port. Na try ko na lahat. Pero closed pa rin yung port nya. 

I tried opening my ports:
TCP: 4500,5121,6121,6900.
UDP: 4500,5121,6121,6900.

Using this command:
$ sudo ufw allow 4500/tcp
$ sudo ufw allow 4500/tcp

But when I checked in https://www.yougetsignal.com/tools/open-ports/ it is still closed. And I still cant connect.

Dko pa na try yan pro check mo yung firewall sa vps panel nila kung ayaw kumagat sa command, 2lad ng google cloud instance machine,

 

3 hours ago, zeek said:

ako vultr. Pero state mo muna mga clients exe mo packet version used how you installed yung IP's. may technicalities kase minsan. Lalo na kung 2020 gamit mong exe. sa 2020 yung char ip and map ip kelangan IP talaga nung server. d pwedeng 127.0.0.1 gamitin. Di talaga sya naconnect. I don't think you need port forwarding if you need to connect to server only kase d ko ginawa yan pero nakakaconnect ako.

Hmm dko sure if mali pagkabasa mo or hnd mo nahhntindian tntanong ni TS pero mggmit ng iba yan in the feature keep it up

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  81
  • Reputation:   12
  • Joined:  06/22/13
  • Last Seen:  

ay nakita ko kase yung ibang post nya sa english section, di daw kase sya makaconnect sa laro. kala ko same here haha

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  136
  • Reputation:   3
  • Joined:  06/17/12
  • Last Seen:  

9 hours ago, zeek said:

ako vultr. Pero state mo muna mga clients exe mo packet version used how you installed yung IP's. may technicalities kase minsan. Lalo na kung 2020 gamit mong exe. sa 2020 yung char ip and map ip kelangan IP talaga nung server. d pwedeng 127.0.0.1 gamitin. Di talaga sya naconnect. I don't think you need port forwarding if you need to connect to server only kase d ko ginawa yan pero nakakaconnect ako.

Yung gamit ko po na client is 20151104, localhost ginamit ko na hindi yung IP mismo. Try ko ito if gagana.


 

 

5 hours ago, Zack- said:

Dko pa na try yan pro check mo yung firewall sa vps panel nila kung ayaw kumagat sa command, 2lad ng google cloud instance machine,

 

Hmm dko sure if mali pagkabasa mo or hnd mo nahhntindian tntanong ni TS pero mggmit ng iba yan in the feature keep it up

Try ko din itong advise mo. 


Thanks sa mga nag reply paps! More pawer sa pinoy devs!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  136
  • Reputation:   3
  • Joined:  06/17/12
  • Last Seen:  

11 hours ago, zeek said:

ako vultr. Pero state mo muna mga clients exe mo packet version used how you installed yung IP's. may technicalities kase minsan. Lalo na kung 2020 gamit mong exe. sa 2020 yung char ip and map ip kelangan IP talaga nung server. d pwedeng 127.0.0.1 gamitin. Di talaga sya naconnect. I don't think you need port forwarding if you need to connect to server only kase d ko ginawa yan pero nakakaconnect ako.

Na try ko gamitin yung IP ng vultr server ko. Pero yung error di naman maka connect sa MYSQL. Ano kaya problema?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  81
  • Reputation:   12
  • Joined:  06/22/13
  • Last Seen:  


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  248
  • Reputation:   34
  • Joined:  11/19/11
  • Last Seen:  

On 7/4/2020 at 9:18 AM, funtwocrasher said:

Sino gumagamit ng vultr hosting dito? Patulong po pano foforward yung port. Na try ko na lahat. Pero closed pa rin yung port nya. 

I tried opening my ports:
TCP: 4500,5121,6121,6900.
UDP: 4500,5121,6121,6900.

Using this command:
$ sudo ufw allow 4500/tcp
$ sudo ufw allow 4500/tcp

But when I checked in https://www.yougetsignal.com/tools/open-ports/ it is still closed. And I still cant connect.

you can do,

 

yum install firewalld

to enable firewall : systemctl enable firewalld

to start : systemctl start firewalld

to check status systemctl status firewalld

then ---> firewall-cmd --zone=public --add-port=6900/tcp --permanent

the Red is the port. just change it to your port.

check if the port is open : firewall-cmd --zone=public --list-all

then reload the firewall : firewall-cmd --reload

your good to go.

 

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  136
  • Reputation:   3
  • Joined:  06/17/12
  • Last Seen:  

Thanks guys! Fixed na to.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...