Results 1 to 3 of 3

Thread: [RESOLVED] Opening PORTS in Ubuntu

  1. #1

    Thread Starter
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Resolved [RESOLVED] Opening PORTS in Ubuntu

    How do you open a Port in XUBuntu?
    Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
    save a blobFileStreamDataTable To Text Filemy blog

  2. #2
    PowerPoster kfcSmitty's Avatar
    Join Date
    May 2005
    Posts
    2,248

    Re: Opening PORTS in Ubuntu

    Based on this post: https://help.ubuntu.com/8.04/serverg.../firewall.html

    The default firewall for Ubuntu is ufw.

    You can open a port in ufw with the below command

    Code:
    sudo ufw allow 22
    Or to allow it only from a specific IP

    Code:
    sudo ufw allow proto tcp from 192.168.0.2 to any port 22

    Although they also mention you have to enable it, so maybe the firewall isn't on by default. If that is the case, you will need to deal with whatever you're using for an external firewall.

  3. #3
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: [RESOLVED] Opening PORTS in Ubuntu

    If you want a GUI to configure ufw, try installing gufw.
    gufw website
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width