Results 1 to 7 of 7

Thread: firestarter and port 5001

  1. #1
    Join Date
    Apr 2008
    Beans
    5
    Distro
    Ubuntu 8.04 Hardy Heron

    firestarter and port 5001

    Hi,
    I'm running firestarter on Ubuntu desktop (Hardy Heron - 8.04) and it's basically working fine - very well in fact!

    The only thing that seems to be a problem is the remote connection to a slingbox. That used to work on the hardware firewall by setting up port forwarding for port 5001 to the correct internal address.
    In firestarter, I set up a policy and forwarding rule for inbound traffic for port 5001 and the correct internal address, but the connection never succeeds -- and there is nothing showing up in the Blocked connections message log.

    Any ideas?

    Thanks,

    Paul

  2. #2
    Join Date
    Aug 2005
    Location
    Boston, MA
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: firestarter and port 5001

    Is the hardware router/firewall still allowing the traffic and forwarding it to the correct box?? Or did you remove that hardware and are using this linux box as the router/firewall?

    To me it sounds like the hardware router/firewall (if still in place) is either not allowing the traffic or is forwarding it to the wrong computer.
    Last edited by moonpup; April 29th, 2008 at 05:59 PM.

  3. #3
    Join Date
    Apr 2008
    Beans
    5
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: firestarter and port 5001

    No -- I actually removed the hardware router and linux is now in charge. Think I'm going to add some other ports to forward and see if it will work with them or if it's 5001 related.

  4. #4
    Join Date
    Aug 2005
    Location
    Boston, MA
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: firestarter and port 5001

    Hi,

    In that case, have you restarted iptables or at least reloaded the configuration file? If you add rules to the config, they don't take effect until you do one the above. Try restarting iptables...

  5. #5
    Join Date
    Nov 2007
    Location
    London, England
    Beans
    7,699

    Re: firestarter and port 5001

    If you can post the output of the command
    Code:
    sudo iptables-save -c
    then we can have a look and see if that port should be gettting through.

    Also from
    Code:
    netstat -lnt
    to see if something is even listening on that port.

  6. #6
    Join Date
    Apr 2008
    Beans
    5
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: firestarter and port 5001

    Well, I think you may have been right about restarting. I actually restarted the whole box and it started working. I really don't think I changed anything else that would have affected it. I think today's fun will be to add another forwarding rule and see when it takes effect. Thanks for the feedback.

  7. #7
    Join Date
    Aug 2005
    Location
    Boston, MA
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: firestarter and port 5001

    Well I'm glad that worked for you. As I stated, when you add and remove rules to iptables you need to restart it. It's just the way it works and why it worked when you rebooted. So just remember when you make changes to iptables, restart the service. That doesn't mean reboot... just restart iptables.

Tags for this Thread

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
  •