Port range triggering limitation - WRT600N - Most current firmware applied

Are there plans to enhance or correct the current limitation of the port range triggering?
Example
Triggering port range                            Forwarding port range
28955 - 28955                                         1024-65534
6131-6131                                                1494-1494
Although my triggering ports do not overlap; I am unable to save the above settings since the forwarded port range of 1494-1494 falls within the 1024-65534 range.
Basically, I can only use this feature with applications that do not overlap their forwarded ports.  But, since there are many apps that use random ports within the 1024-65534 range this is extremely limiting.
Any help would be appreciated.
W

You can forward each port exactly once. The first entry in the list will always be the one executed. There is no other way to do this because otherwise the router would have to duplicate packets which it does not. Port forwarding is just a part of the NAT process. The error message prevents you from setting up those two forwardings which would be meaningless because the second 1494 forwarding would never occur.
The best approach is either splitting the range into multiple ranges and exclude 1494 completely or using the DMZ host feature. The DMZ host receives all ports which are not forwarded otherwise. This of course includes the privileged ports which you don't forward at this time but it may be a simple option replacing the first forwarding rule.

Similar Messages

  • WRT54GC - Port ranges, triggering, static DHCP.

    Recently got a WBR54GC router and it works great on the network. I don't use it wirelessly, but hey, it was cheap, may aswell go for it! The firmware though has been less-than comforting. It works, but there are a few gaudy bugs.
    Port range forwarding refuses to work on ports higher than 32768, and ports higher than 20000 are often very flaky to get the router to properly take. After saving the settings the port range often appears vastly incorrect or even impossible (ports 104824 to 0 for example).
    Second comes port triggering, which puzzles me. There's no option to set if the trigger port or the forwarded range should be UDP, TCP, or both. It simply asks for two ranges of ports, one to monitor and the other to open, and it only seems to do this over TCP ports. Currently, I swap the computer's IP back and forth in the forwarded ports page to the computer I'm using. Its a fix but its a pain in the ass.
    Finally comes static DHCP, the settings page of which seems to not properly remove settings. After I entered an IP/MAC combination in the first few avaliable boxes I went back to change one. The router then told me that the DHCP client I entered was already in the table? Strange. I opened the static DHCP page again and now there was nothing! Alright, enter all the details again, save settings. It again told me that the DHCP client was already in the table. Close, open it again, still blank. I tried to save the settings with the DHCP client table completely blank thinking this could correct it. Funny, I'm still entering duplicates even though the page is blank. I ended up recording my settings and doing a factory reset to wipe the table correctly.
    Firmware Version: v1.02.8, latest of course. Searching these forums, I did manage to find a thread that mentioned the port range forwarding issue, the first one I talked about. The problem is the Rapidshare link given to a beta firmware was dead. Since then I'd been looking for this new firmware beta to hopefully resolve most of these issues, but without much luck.
    Any help greatly appreciated.

    This problem is an obvious firmware bug.
    Why the hell do all router companies sell a professional looking product, but with firmware that looks like a group of random twekaers and hackers threw together?
    No offence. My D-Link router has misspelt words, which is absolutely sad.

  • My atv won't update to the most current firmware.

    So I turned on my apple tv (2nd gen) today for the first time in a couple months and it said that there was a software update available to install. After trying to install and download it multiple times it still won't let me. I keep getting the error message "the update wasn't successful." I don't know really what to do. My Internet has been acting up a little bit lately but I would think that I would still be able to be able to download and install it after a few different tries. Thanks

    Welcome to the Apple Community.
    There are issues with the update servers at the moment, I can only suggest you keep trying.

  • Can UC560 support the most current SCCP phone loads?

    I have a UC560 that I recently upgraded to Software Pack 8.6(2). 
    The default phone loads from this software pack, are different than what's currently available to download from CCO, for certain phone models.
    For example, the Cisco SPA508G firmware load that comes with SW Pack 8.6(2) is 7.5.2c.  However, the most current firmware load available from CCO is 7.5.5 (released 6/14/2013).
    Can I upload the latest phone load zip file from CCO, to the UC560?  Or is UC560 only supported with the firmware loads that come with the software pack?

    Hello,
    You can run the new phone loads with the current software pack. Generally, I would only advise doing that if you are running into a specific issue/new feature that requires an upgrade first.
    Thanks,
    -john

  • What's safer: Port range forwarding or Upap?

    Hello there,
    I recently replaced my router and since then have been unable to get video and audio chats to work. I get the "XXXXX did not respond" message. Text chat is fine. By what I have read in this forum, my problem has to do with port settings on my new router, a Linksys wrt54gx2.
    My question is this; is it safer/more secure to use port range forwarding or the universal plug and play option? Do I need both?
    The Mac OS X firewall settings are currently off.
    Thanks in advance for any advice.
    John

    HI John,
    This is not a suitable device for iChat for some reason.
    This page is for the WRT54GX (not the GX2)
    This shows the Port Forwarding for this device (and the default IP and User ID and Password).
    You should not use Port Forwarding and UPnP together.
    The UPnP setting in in the Admistration tab.
    Port Forwarding uses NAT (Network Adress Translation) and this can cause problems between some devices.
    UPnP does Broadcast that is available but is normally limited to a few Hops.
    In most device this can be limited to just one hop if you require.
    1:27 PM Monday; May 29, 2006

  • Tuxedo Application port range

    Hi All,
    Is there any way to restrict tuxedo application to use a specified range of ports while it is up & running (except JSL, WSL, GWTDOMAIN) ?
    Issue - The tux application comes up with random ports getting assigned to the application servers connecting to the DB, which at times occupy either of WSL, JSL, NWADDR of other tuxedo application that's scheduled to come up later on the same box.
    I am looking for a way to restrict the first tux application coming up within specified port range for the servers.So they don't overlap with other tuxes (WSL,JSL,NWADDR).
    Thanks in advance.

    Hi,
    OK, now I'm really really confused.  DB ports as specified in tnsnames.ora or somehow through the OPENINFO string are destination ports, i.e., ports that some Tuxedo process will be connecting to.  Server ports, i.e., ports that a local process opens for listening are only done by Tuxedo system servers such as the JSL, WSL, GWTDOMAIN, GWWS, etc.  Although you can have multiple Tuxedo SHM (or MP) domains on the same physical host, they cannot share TCP/IP ports.  That's a fundamental limitation of the socket implementation on most (all?) operating systems.
    Normal application servers, i.e., server built with the buildserver command don't ever open up listening ports.  All communication to application servers is done via System V IPC queues.  The only servers that listen on network ports are Tuxedo system servers, and all of them have configurable network addresses, including host and port.  So the JSL, WSL, GWTDOMAIN, etc., all can be configured to listen on specific host/port addresses.
    Regarding net.ipv4.ip_local_port_range, this is an OS parameter and not a Tuxedo parameter.  Tuxedo servers just listen on the ports configured in whatever configuration file is appropriate, i.e., WSL and JSL in UBBCONFIG, GWTDOAMIN in the DMCONFIG file, GWWS in the imported WSDF files.  For outgoing connections such as to the database, the source port for those connections is under the control of the operating system.  They should never conflict as the OS allocates free ports for each connection.
    Perhaps you can tell me what it is you are seeing that you would like to see behave differently so I can get a better feeling for what the problem is.  There should never be a port conflict assuming your Tuxedo network address are configured uniquely across whatever domains are on a specific host.
    Regards,
    Todd Little
    Oracle Tuxedo Chief Architect

  • Port/Port Range Forward limit on Airport Extreme (N)

    Hi there,
    Can anyone please tell me if there is a limit to how many ports I can forward to separate machines in my LAN in the new Airport Exreme N?
    Currently routers like the Linksys WRT300N only provide 10 items for port forwarding and port range forwarding, respectively. Flashing a Linksys router with DD-WRT gives you an unlimited amount.
    Thanks very much!
      Mac OS X (10.4.8)  

    There is no noticeable limit. Everything I see in the manual hints that you should be able to shove as many as will fit into memory... which is a lot.
    The main reason for the limitation is that companies like Linksys, for whatever reason, do not like to mess with the complicated HTML required to support 'unlimited' port forwarding in their tool. They get around the complexity by putting enough fields on the page so that they hope their customers don't run out.
    In Apple's case, the configuration tool is a native application, rather than a web page, so it is simple to support 'unlimited' port forwarding.

  • Port Ranges in Time Capsule/AEBS?

    I was wondering if you can now enter port ranges into AirPort Utility instead of entering each port number separately? Thanks!

    I tested the port ranges myself and they seem to work now with the most recent firmware (7.3.1). I guess no one here in the forums knew the answer before or I asked a very stupid question.

  • OBI11g intallation issue - Error in validating the port range for auto port

    I am using the intaller to install OBIEE 11g on my machine. When I get to step 6, I receive the error messages below. Currently I also have OBIEE 10g on my machine so the ports may be already used.
    Does any one know how I can resolve this issue? I previously installed both 10g and 11g on my old laptop but I can't figure out why I'm getting these errors this time.
    INST-08010: Error in validating the port range for auto port allocation. At least 3 ports should be free within the range 9500-9699 for the Weblogic Components for BI (WLS Managed Server, Managed Server SSL and NodeManager).
    Ensure that a minimum of 3 ports are free within the range 9500-9699 for auto port allocation to work correctly for the Weblogic Components for BI (WLS Managed Server, Managed Server SSL and NodeManager).
    INST-08012: Error in validating the port range for auto port allocation. At least 3 consecutive ports should be free within the range 9500-9699 for the OPMN, in addition to 3 free ports required for Weblogic Components for BI (WLS Managed Server, Managed Server SSL and NodeManager).
    Ensure that a minimum of 3 consecutive ports are free within the range 9500-9699 for auto port allocation to work correctly for the OPMN, in addition to 3 free ports required for Weblogic Components for BI (WLS Managed Server, Managed Server SSL and NodeManager).
    INST-08010: Error in validating the port range for auto port allocation. At least 9 ports should be free within the range 9700-9999 for the BI System Components.
    Ensure that a minimum of 9 ports are free within the range 9700-9999 for auto port allocation to work correctly for the BI System Components.

    your hosts file have duplicate name that point to two different IP addresses.
    10.37.29.1 test1.xyz.com
    10.10.10.1 test1.xyz.com

  • Can I open a port range in the firewall for one host?

    Can I open a port range in the firewall for one host?  In other words, I want to be able to open ports 54001 to 54050 to allow one remote host in my LAN to access that port range in my Mac Server.  Is this possible?  Currently, the only option I see is to open individual ports for all external hosts (eg http or https)
    Thanks in advance!

    Which version of OS X Server are you using?
    Server 2.2 and earlier includes an interface to a software firewall that can be configured to open specific ports very easily. Descriptions of how to configure the firewall can be found in the documentation for these versions.
    Server 3.x no longer has an interface to the software firewall - it is still there, but you need to use other methods do configure it.  A popular example of such a method is the icefloor utility.
    Apple suggest that for Server 3 you delegate firewall duties to an external router.  Server 3 includes the ability to configure the firewall component of Apple Airport routers 'automatically'
    if you connect a machine running Server 3 directly to an Airport Router the router appears in the LH pane in the Server.app window (usually second line, below the entry for the server itself), and you can control what services are 'enabled' through the firewall there.
    a more common solution perhaps is to use a non-apple router, and configure the firewall (and so open specific ports) through whatever control interface is provided for that router.  There are many many kinds of hardware router you could use, and the control interfaces used vary widely - so you will have to consulting the documentation for your own router to work out how to do this.
    If you post information about your software versions, and hardware configuration, it is possible that you can get more specific help with the tasks involved in opening the ports.
    Hope this helps.

  • What is the current firmware for iphone 3g?

    What is the current firmware for iphone 3g?

    Dear Genes....    wjosten   /   Templeton Peck,
                             My iPhone 3G is on iOS 4.0.(8A293) and with Firmware  05.13.04. Since few days when I shifted  to New operator VODAFONE, I am troubling with "NO SERVICE" most of the time, but when I checked my SIM in another Mobile, it is working fine. So please tell me which iOS do i need to switch to and what will be my Firmware. As I own iPhone 3G, moving to iOS 4.2.1 is very slow.
    Please do suggest. Itz a lil Urgent.
    Looking Ahead to hear from you.
    Thanks in Advance....

  • WRT54GL Port Range Forwarding?

    Hi. In Port Range Forwarding there are only 10 lines (konfigurating 10 diff. ports). What if you need to forward more ports than 10?
    Solved!
    Go to Solution.

    Install 3rd party firmware like dd-wrt or tomato.
    Of course, you shouldn't need so many forwardings to begin with.

  • Problem with Port Range Forwarding WRV54G

    I have configured my WRV54G to do the following, in this order, on the Port Range Forwarding page of the router:
    1. Forward port 3389 to LAN Static IP x.x.x.100, a desktop PC. I have confirmed this works, a port scan shows this port is open and I can remote desktop into x.x.x.100
    2. Forward port 443 to LAN Static IP x.x.x.101. I have confirmed this works, a port scan shows this port is open I can VPN to an SSL concentrator at x.x.x.101
    3. Forward port 3390 to LAN Static IP x.x.x.102, a desktop PC. THIS DOES NOT WORK. A port scan shows that this port is not open. I have configured the remote desktop host at x.x.x.102 to use port 3390. Netstat shows that x.x.x.3390 is listening on this port. I can remote desktop to x.x.x.102 from inside the LAN, no problem, so it's not an issue with the PX configuration.
    So, then I switched the order of the port forwarding instructions, in this order, as follows:
    1. Forward port 3389 to LAN Static IP x.x.x.100, a desktop PC. I have confirmed this works, a port scan shows this port is open and I can remote desktop into x.x.x.100
    2. Forward port 3390 to LAN Static IP x.x.x.102, a desktop PC. I have confirmed this
    works, a port scan shows this port is open and I can remote desktop into x.x.x.102
    3. Forward port 443 to LAN Static IP x.x.x.101. THIS DOES NOT WORK. Port scan shows this port is not open.
    It looks like the WRV54G is only recognizing the first two entries in the Port Range Forwarding table and IGNORING the third entry. HELP??!!
    I have the latest firmware installed: v2.39.2e
    Anyone have a solution? Thanks in advance!
    Message Edited by crescendi on 07-19-2008 11:53 AM

    Are you still using the DHCP server range of  x.x.x.100  through  x.x.x.149 ?   If so, then your problem may be that you are using illegal fixed LAN IP addresses.
    With Linksys routers, any fixed LAN IP address must be outside the DHCP server range, and it cannot end in 0, 1, or 255.
    I would suggest that you fix the illegal addresses, then see if that resolves your problem.
    Here is the full set of rules for using fixed LAN IP addresses:
    With Linksys routers, a fixed (static) LAN IP addresses must be assigned in the device that is using the address. So you need to enter the fixed address in the computer or printer, not in the router.
    When using a Linksys router, any fixed LAN IP address must be outside the DHCP server range (typically 192.168.1.100 thru 192.168.1.149), and it cannot end in 0, 1, or 255.
    Therefore any fixed LAN IP address would normally need to be in the range of
    192.168.1.2 thru 192.168.1.99 or
    192.168.1.150 thru 192.168.1.254
    assuming you are still using the default DHCP server range.
    Also, in the computer, when you set up a static LAN IP address, you would need to set the "Subnet mask" to 255.255.255.0 and the "Default Gateway" to 192.168.1.1 and "DNS server" to 192.168.1.1
    It is also important that no two devices on your network be set to the same static LAN IP address.

  • The router forgets Port Range Forward settings

    Hello, after a year or so of working absolutely flawlessly, the router, all of a sudden, started forgetting the Port Range Forward settings.  In particular, I have port 80 set to go to a specific IP address.  Every now and then, it will start going to a different address within the network (even though the Port Range Forward page still shows it pointing to the right IP address).  
    I disable Port Forwarding for that port, then re-enable it and everything is fine.  For about day or two and then the problem re-appears.
    What could be the issue?
    Thanks.

    What is the model no of the Router...?
    Who is your ISP...?
    What firmware you are using on the router...?
    Try to reset the router and re-configure it from scratch.Now,check if that make any difference.

  • BI Integrated Planning - Most Current Data in Query

    Hi Experts,
    I have a small question about Integrated Planning, for a better understanding.
    in a workbook I have a reporting query and a button. the button triggers a planning function that is executed at another query (which is not displayed in the workbook).
    Both query's are built upon the same aggregate of a real time InfoProvider.
    Now when I execute the planning function, the new data (that is in the open request in the infoProvider) made by the planning function, is immediately displayed in the reporting query.
    But I did not inserted a 'most current data' infoobject in the reporting query.
    So how come that the data in the open request is displayed in my reporting query?
    Is this a new functionality of IP?
    Gr,
    K
    Edited by: Koen V on Feb 12, 2008 8:22 AM

    Thanks for the fast reply.
    Two times yes:
    - I meant the variable 'most current data'.
    - the queries are built on the same aggregate.
    So when you built a query on an aggregate on which a function is executed, it reads automatically the most current data.
    How does this happens? Is this a filter that is automatically set on the aggregate?
    I will assign points.
    Gr,
    K

Maybe you are looking for