Results 1 to 5 of 5

Thread: Finding network printer, firewall issue?

  1. #1
    Join Date
    Jun 2012
    Beans
    93

    Finding network printer, firewall issue?

    Hello, can anyone tell me where to find the firewall?
    OS Edubuntu 12.04.3
    It won't detect my printer. (works perfectly in ubuntu 8.04 and win7) I found another thread that was almost the same, the fire wall was set to block all incoming. Result , could not detect printer.
    WHERE is the blasted firewall hidden.
    There are a number of changes from 8.04 and they obstruct usability

  2. #2
    Join Date
    Dec 2013
    Location
    United States
    Beans
    25
    Distro
    Ubuntu

    Re: firewall

    Try
    Code:
    sudo ufw status verbose
    That will at least tell you what the firewall status is. It shouldn't be active unless you turned it on.

  3. #3
    Join Date
    Mar 2013
    Beans
    8

    Re: firewall

    You can use Synaptic (at least, in lubuntu 13.10) to install gufw, a simple graphical firewall manager. That's how I solved my printer problem.

    Without a graphical window, you can edit iptables, according to this page:

    https://help.ubuntu.com/community/DoINeedAFirewall

  4. #4
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,615
    Distro
    Ubuntu

    Re: firewall

    As stated, the status command will tell what states it's in.
    If using the default setup it will be inactive.
    Try
    Code:
    sudo ufw enable
    to activate.
    Run
    Code:
    man ufw
    to get an overview of what parameter you can use to set things
    Some more here
    https://help.ubuntu.com/community/UFW

    Edit:I realize after re-reading the OP that this thread is about a network printer.
    Try this in a browser address bar
    Code:
    localhost:631
    which should open up the cups page for you.
    Last edited by deadflowr; December 30th, 2013 at 03:09 AM.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  5. #5
    Join Date
    Dec 2013
    Location
    United States
    Beans
    25
    Distro
    Ubuntu

    Re: firewall

    Also, the "gufw" program is just the graphical front end for "ufw", the default firewall.

    Make sure you have cups installed too.

Bookmarks

Posting Permissions

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