Results 1 to 3 of 3

Thread: Port redirection

  1. #1
    Join Date
    Nov 2008
    Beans
    229

    Port redirection

    Hi.

    I would like my router (Fritzbox 7390) to port redirect 2 ports from WAN to 1 port LAN (same machine). This apparently doesn't work. It should look like this:
    WAN: port 33001/tcp -> LAN: port 39000, machine_1
    WAN: port 33002/tcp -> LAN: port 39000, machine_1
    The entries are accepted, but port forwarding only takes place on one for one of the 2 ports. I guess it's a bug.

    Now ... I try to cirumnavigate this issue by using an Ubuntu 12.04 server which I use inside the LAN where port forwarding takes place. I'd like to use the Ubuntu server to port forward. My idea is this one here:
    WAN: port 33001/tcp -> LAN: port 39000, machine_1
    WAN: port 33002/tcp -> LAN: port 33002, ubuntu server with port redirection -> LAN: port 39000, machine_1

    Is this possible?

    Thanks,
    Cu, geohei

  2. #2
    Join Date
    Feb 2006
    Location
    Kentucky
    Beans
    571
    Distro
    Ubuntu

    Re: Port redirection

    What firmware is your "Fritzbox" running? Are you managing it via some GUI or via command line? I'm not promising I'll be able to help, but just gathering some information out of curiosity, and I'll see if I know enough to help in this issue.
    "Civilization is the limitless multiplication of unnecessary necessities."
    -- Mark Twain

  3. #3
    Join Date
    Nov 2008
    Beans
    229

    Re: Port redirection

    05.22. Yes ... I know 5.52 is out but I believe this is a bug which 05.52 doesn't address either. You are free to confirm the behavior .
    I use GUI to set the port forwardings. However ar7.cfg confirms the settings.

    Code:
    # cat /var/flash/ar7.cfg | grep 39000
                                           "tcp 0.0.0.0:33000 192.168.1.77:39000 0 # test1",
                                           "tcp 0.0.0.0:33001 192.168.1.77:39000 0 # test2",
                                           "tcp 0.0.0.0:33002 192.168.1.77:39000 0 # test3";
    Last edited by geohei; September 29th, 2013 at 10:18 AM.
    Cu, geohei

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
  •