By remylacapere
Hello, i’m new here, and i’d like some help please :p I want to open a port because one of my progams (Vuze) needs it. Would you help me with it or show me a link to a tutorial please?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
thanks you both for your answers, they helped me a lot! I downloaded vuze again, and it solved the problem :) thanks a lot. Just have to figure out how to use it now X)
All ports should be open by default. If you can’t access port 50000, please post the output of sudo iptables -L -n -v and sudo netstat -plutn
root@vPs:~# sudo iptables -L -n -v Chain INPUT (policy ACCEPT 36 packets, 3104 bytes) pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 28 packets, 3376 bytes) pkts bytes target prot opt in out source destination
root@vPs:~# sudo netstat -plutn Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 873/sshd tcp6 0 0 :::22 :::* LISTEN 873/sshd
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.