WRT160Nv2-Problem with Single Port forward to multiple servers with same internal port numbers.

On my network I have 3 systems that I've set up as RDP hosts.  And need to get to all three of them externally.  So I'm trying to do the following single port forwarding.
RDP 1   Forward 4000 to port 3389 for 192.168.1.11
RDP 2   Forward 4001 to port 3389 for 192.168.1.12
RDP 3   Forward 4002 to port 3389 for 192.168.1.14
When I hit "Save Changes" I get the error "Port range already exists".  So it's good that it won't let me overlap ports generally, but at the same time, I'm trying to send them to different IP address.  There should be no overlap in this case.  Please advise
I'm trying this on the WRT160Nv2 with firmware 2.0.02, which I had just bought this weekend.

kevj,
  Thanks for your suggestion.  I have now upgraded the firmware to 2.0.03 build 7.  But I am still seeing the error message
As I mentioned previously, I'm trying to single port forward to multiple machines in the following way:
Machine 1:   Forward 4000 to port 3389 for 192.168.1.11
Machine 2:   Forward 4001 to port 3389 for 192.168.1.12
Machine 3:   Forward 4002 to port 3389 for 192.168.1.14
The error appears to be generated by the fact that 3389 is selected for multiple external port numbers, but the same internal port number.  The router I believe isn't taking into account that the similar internal port numbers aren't taking into account the different internal ip address I'm trying to send this to.
This would be a standard sort of practice for running a live HTTP server on one machine, and a new beta HTTP server behind the router on a secondary machine on the same internal port, but different external port numbers for test purposes from the outside.
Please advise
Thank you.

Similar Messages

  • Problem with HP pavillion dv7 giving message (a problem with the internal fan enter = shutdown

    HP Pavillion DV7 notebook PC
    Windows 7 64
    intel I5
    6 gig memory
    service pack 1
    I am trying to identify a problem with my HP Pavillion dv7 laptop
    Several months ago it started getting hot and showing messages about problems with the internal fan and battery. It would say enter = shutdown and shut off. I suspected a bad battery so I checked it without it just plugging it in with the power cable. It seemed to work better so I assumed that was the problem.
    I ordered a new battery and it worked for a while. The problem came back and is getting worse. I can run it without the battery for a while but it gets got and shows the same message.
    I read on here that flashing and updating the bios worked for some but the latest update gives me an error IHISI not support BIOS then Insyde flash not supported.
    any help would be great this PC has a lot of info on it and I dont think it is a lost cause
    thanks

    Hi duddy, sorry to hear that you are having issues with your computer over heating.  I have found a document that will assist you with Restoring the BIOS.  http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&dlc=en&docname=c02693833&lc=en&product=5199538&tmp...
    I have also found a document that will assist you with Troubleshooting and Overheating and Auto shutdown issue.    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&dlc=en&docname=c03904182&lc=en&product=5199538&tmp...
    If you are still having issues, please let me know and I will be happy to offer more assistance..
    Thank you.
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

  • TS1702 I am having a problem with the apple app Numbers.  It has been waiting for a week.  I can not open it or delete it

    I am having a problem with the apple app Numbers.  It has been waiting for a week.  I can not open it or delete it

    I found the images here: https://support.mozilla.org/en-US/questions/977542#answer-501598

  • 2 different  tables   in the main window with same internal table data

    Hi All,
    can we have 2 diffterent  tables with same internal table data into its work area in the main window.Is it possible or we will get any run time error.?
    is it like having 2 nested loop with same internal table ?
    ex : loop at itab1 into wa_itab.
           loop at itab1 into wa_itab.
    endloop.
    endloop.
    can we use like this?

    Hi,
    there will not be any error ...but what is the use of it...
    do you need to have a controlled way of display ...of the data...
    If so then you create another workarea in the global definitions of the same type and then use it...
    Regards,
    Ram

  • Single RTMP Link for multiple servers

    Hi,
    can i use a single RTMP link included on FMLE with multiple servers, means, that RTMP link will do the redirection to the other RTMP links.
    with hight number of simultanous users, that feature will manage the use of  servers
    Regards,
    Morsi

    As I understand you want to publish single stream to multiple server, so that you can load balance the subscribers..
    So the answer is .. that this is possible with FMS.. FMS provides ways to scale you infrastructure.. So you might use "Multi-point publishing feature" of the FMS. This feature allows you to forward your RTMP streams from one FMS server to another FMS server..
    You may find the useful link here : http://help.adobe.com/en_US/FlashMediaServer/3.5_Deving/WS5b3ccc516d4fbf351e63e3d11a0773d5 6e-7ffb.html
    There is another way to publish the same stream to two server.. From FMLE, you can publish the same stream to at most 2 server.. In FMS you can simultaneously connect to at max two servers.. There are two connection URL edit boxes " FMS URL, and Backup URL" You may provide both for two different FMS servers..
    Let me know does the information help.. It would be really good if you can elaborate your use case.. because just for the purpose of scaling.. there are multiple options, like edge-origin server topology, DVRCast or live cast set-up, multipoint-point publishing etc.. But what to use actually depends upon the use case...

  • How to use/sync single data (file) across multiple instances of same application

    Currently we have an application (a diagram editor), that have the ability to save and load (serialize) its state in a xml file.
    Now we want this application to behave like Microsoft OneNote application. Where multiple users have the ability to access the same file.
    Later we may also need to enhance with other things like, (1)what is changed and who changed it, (2)option to resolve conflicts if any.
    I came to know about sync framework to resolve this. so far, i have not tried it.
    All i want is,
    Virtually single file should be edited by multiple instances of same application.
    We need a dll (sync framework) that does following
    It takes complete responsibility of file handling.
    Using this dll, each instance of the application will notify their own changes.
    Each instance of the application should have the ability to detect the changes that is recently made (when, who, what are the changes).
    My question:
    Will sync framework be suitable for this requirement?
    If so, is there a demo application that represents this?
    - Jegan

    Seems like I have found the solution.
    In the taskflow there is a property named data-control-scope and I set it to isolated instead of the default (shared) and this seemed to do the trick.
    I can now have two instances of the same taskflow running with different ApplicationModules
    Cheers,
    Mark

  • Problem with calling on some numbers

    Hi my mum has problem with calling on my number. She is in the USA and has a lof of money on her Skype account. When she was in Poland (country when I am now) she could without any troubles calling on my number. What is wird now in the USA she can call on some other polish numbers (I think that Skype doesn't support connection with my mobile operator).
    I fell deceived because I created Skype account and transfered some money on it for my mum to give her possibility to call to me. Is possible to fix it? Is somewhere table with can help me check which one numbers (mobile operators) Skype supports in the USA?
    My mom used Skype from Android smartphone.

    Hi my mum has problem with calling on my number. She is in the USA and has a lof of money on her Skype account. When she was in Poland (country when I am now) she could without any troubles calling on my number. What is wird now in the USA she can call on some other polish numbers (I think that Skype doesn't support connection with my mobile operator).
    I fell deceived because I created Skype account and transfered some money on it for my mum to give her possibility to call to me. Is possible to fix it? Is somewhere table with can help me check which one numbers (mobile operators) Skype supports in the USA?
    My mom used Skype from Android smartphone.

  • Problem with same Container for 2 different outputs

    Hi,
    I am using method set_table_for_first_display to display 2 different output with same container depending upon the selection of radio button. but the problem I am facing is when I click BACK button after dispaying second output and executing first output, it is showing prebious output only. is there any method to handle this problem?
    Regards,
    Nilanjana

    Hi,
    On clicking back use leave to screen 0 in the PAI module of the screen.
    Call screen 100.
    PROCESS BEFORE OUTPUT.
    Logic
    PROCESS AFTER INPUT.
    MODULE USER_COMMAND.
    MODULE USER_COMMAND INPUT.
    IF sy-ucomm EQ 'User command defined for BACK button'.
    LEAVE TO SCREEN 0. "Go back to selection screen
    ENDIF.
    END MODULE.
    Have a look at the method FREE of class cl_gui_alv_grid.
    eg:
    CALL METHOD wcl_alvgrid1->free
      EXCEPTIONS
        cntl_error        = 1
        cntl_system_error = 2
        OTHERS            = 3.
    Thanks,
    Vinod.

  • Problem with applescript dates from Numbers

    Can anyone explain this to me please?
    tell application "Numbers" to tell table 1 of sheet 1 of front document
              set value of cell ("C2") to "=NOW()"
              set nowDate to (value of cell "D2")
      log nowDate
    end tell
    results in 
    26 Mar, 2013 5:10 PM
    appearing in cell C2, but the log tells me
    (*date Wednesday, 27 March 2013 6:10:14 AM*)
    I realise that the date formats will differ - and  one of Yvan Koenigs's useful postings explains that when we extract a date from a Numbers table we get a UTC date time value. He also showed how to get rid of  that problem with the formula :
    ="" & ref_to_date_time_cell
    But the UTC time when I obtained the above result  was 4:10 am on 26th March,  not 6:10 am on 27th March.  Why is this?
    Incidentally, is there a better way of putting the current date into an applescript variable?

    If your local time is 5:10 PM on the 26th when the UTC time is 4:10 AM on the 26th, your local time is apparently 13 hours ahead of UTC. Therefore, if the UTC time were 5:10 PM on the 26th, your local time would be 6:10 AM on the 27th. There is nothing inconsistant here. Numbers' value is a local time, but AppleScript thinks it is UTC and converts it.
    In general, the current date command in AppleScript would be the best way to put the current date into an AppleScript variable; no need to involve Numbers:
    set nowDate to current date
    (See the Miscellaneous Commands section of the Standard Additions dictionary in your AppleScript Editor.)

  • Hardware problem with an international locked iphone 4

    I have a locked iphone 4 from Venezuela and it has a problem with the mic, it is in guarranty and I'm in USA

    Make a Genius Bar appointment at your nearest Apple Store, it may not be a hardware problem. If it is a hardware problem you will have to wait until you return to Venezuela.

  • Port forwarding between two servers from Same subnet

     Hi,
    We have a Cisco ASA 5520 Version 8.4(3). There exists a site to site VPN tunnel between us and a client and the client sends us the data to our local host/server 10.x.x.20 on port 52944. So 10.x.x.20 gets data on port 52944. We want to forward this data to a test server 10.x.x.21( same subnet IP) on port 52945. so basically I want to forward traffic from 10.x.x.20:52944 to 10.x.x.21:52945.
    Is this possible. I am a new bee to the networking and still learning. Excuse me if this sounds silly. 
    I know we can add one more ACL in the VPN tunnel and add this test server IP in the ACL. but, then I have to ask the clinet to change their ACL too. I dont want to do this. So I want to wrok around it. Any help or suggestions is much appreciated.
    Thanks in advance :)
    This is my first ticket in the support community.
    cs

    VMs have nothing to do with it, as long as there's network communication between the servers.
    As I said, there must be a service or application listening on that port for it to respond. For example, try this:
    C:\> telnet
    When the telnet prompt opens, type in:
    open mail.messaging.microsoft.com 25
    If it works, you should see this:
    220 CH1EHSMHS035.bigfish.com Microsoft ESMTP MAIL Service ready at Thu, 7 Feb 2013 00:57:33 +0000
    That means that Microsoft's mail servers are LISTENING on port 25 and it responded. And note, telnetting to port 25 is a non-default telnet port, because port 23 is the default telnet port. When you type in a space and then a port number, you're telling
    the telnet client to use that port.
    That is the SAME THING if some sort of application or service is listening on port 8444 on that other server you're trying to telnet to. If there is no app or service listening, it will just time out.
    And no, installing the TELNET service on that sercver will NOT answer to any port other than 23. The telnet service by default, uses TCP 23, unless you specify otherwise.
    So once again, what service or app on that server is supposed to be listening on 8444?
    Ace Fekay
    MVP, MCT, MCITP/EA, MCTS Windows 2008/R2 & Exchange 2007, Exchange 2010 EA, MCSE & MCSA 2003/2000, MCSA Messaging 2003
    Microsoft Certified Trainer
    Microsoft MVP - Directory Services
    Technical Blogs & Videos: http://www.delawarecountycomputerconsulting.com/
    This post is provided AS-IS with no warranties or guarantees and confers no rights.

  • Problems with the Internal Calls in SPA8000

    Hi Community,
    I'm integrating a SPA8000 with latest firmware 6.1.10(001) against UC560 with 8.1. The calls between the analog phones connected to SPA8000´s ports against the SPA502´s phones connected to UC560 are working fine. Also between the UC560´s extensions to SPA8000 ports.
    The problem are in the internal calls in the SPA8000.
    Any idea why the internal calls in SPA8000 are not working fine ???
    I follow this manual that I attached
    Thanks in advance.

    The problem was in the UC560, where you have to allow the following connections:
    voice service voip
    allow-connections h323 to h323
    allow-connections h323 to sip
    allow-connections sip to h323
    allow-connections sip to sip

  • Microsoft Jet Provider problem with small or big numbers numbers

    I'm using an script component as a source to process excel files.  Inside the component I'm suing the Microsoft Jet provider with the OleDb connection to open and read the data in the excel file.  Several of the columns on the spread sheet are
    numeric and some of the values are very small.  I found out that when the value is very small the number is represented using the scientific notation, so when the provider try to convert the value to a number fails and send a null value instead.  Does
    anyone know a way to solve this problem?  The reason I'm using an script component is to process multiple file formats in one data flow task using a loop through iterate through all the excel files.
    Thanks,
    Alberto Botero
    Alberto Botero

    Hi Alberto,
    Thank you for your question. I am currently looking into this issue and will give you an update as soon as possible.
    Thank you for your understanding and support.
    If you have any feedback on our support, please click
    here.
    Elvis Long
    TechNet Community Support

  • Mountain Lion problems with Mail Signatures, Pages, Numbers, Keynote - This quick fix solved all my problems with these. Pages etc wouldn't launch and needed to be force quitted. Mail signature changes wouldn't save.

    The solution was simple in my case. I don't know why it worked and it may have been entirely coincidental but its worth a try.
    Close all applications and restart Mountain Lion.
    Log in as Guest. I opened Pages at this point but I don't know if that's required.
    Log out and then back in as your normal user.
    Pages, Numbers and Keynote now were fine for me and Mail signature changes were saved and available for later use.
    For those trying to edit the signatures to get their old ones back - I just found an old sent mail and copied the signature there into the newly created one via the normal preferences. No need for opening .mailsignature files and editing them. This included various colours, sizes, an image and a link with no problems.
    I hope this helps anyone having some of these problems.

    The solution was simple in my case. I don't know why it worked and it may have been entirely coincidental but its worth a try.
    Close all applications and restart Mountain Lion.
    Log in as Guest. I opened Pages at this point but I don't know if that's required.
    Log out and then back in as your normal user.
    Pages, Numbers and Keynote now were fine for me and Mail signature changes were saved and available for later use.
    For those trying to edit the signatures to get their old ones back - I just found an old sent mail and copied the signature there into the newly created one via the normal preferences. No need for opening .mailsignature files and editing them. This included various colours, sizes, an image and a link with no problems.
    I hope this helps anyone having some of these problems.

  • Problems with new update of Numbers for Maverick

    When opening any of my documents creted on a alder version of Numbers, I lose the format that I had on the page. The table or spreadsheet stays intact, but no the document perse. Where is the "Show Print View" feature on the new update of Numbers. I am frustrated and disappointed with the new changes, since I had to recreate all the spreadsheets that I had for my personal use and work.

    Hi Sarafinna
    Welcome to http://supportforums.blackberry.com/
    Trying to restart the BlackBerry to see if it works and works well the OS on your BlackBerry.
    If evidences the persistence problem I recommend you do a hard reset
    By pressing the plus and minus volume along with the power button for about 30 seconds.
    BBM Channels  PIN: C0007093A
    Do not forget to give LIKE    Those people who help you and advise you about your doubts.  if the review has been SOLVED** # 4LL  #ÉliteRoad  Make a backup of your BlackBerry
    BlackBerry Protect and  BlackBerry Link constantly.  #ichooseBlackBerry10 Gutijose14 Forums Veteran I

Maybe you are looking for

  • Enhancing the Interface of a Function Module

    Per SAP note 352697, I am trying to enhance the interface of module EXIT_SAPLPC32_003 via transaction SE37. I receive a message "Object FUGR XPCA cannot be enhanced; software component unknown cannot be enhanced". Is there a way to enhance this witho

  • Adobe Download Assistant makes downloading CS5.5WP nearly impossible... other options?

    I have been trying to download a trial or Creative Suite 5.5 Web Premium since yesterday.  I am running Windows XP Service Pack 3 and have downloaded the Adobe Download Assistant (ADA).  I am experiencing 2 problems: 1.) The ADA loads up with the log

  • Multiple album name for one mp3

    is it possible to tag the one mp3 with multiple album names?eg.most artists have greatest hits albums with their studio albums so the itunes user has to choose which one to delete from the library thus causing one or the other album to be incomplete

  • Unordered list formatting

    Does anyone know how to format string below as unordered list item, similar to HTML <ul><li>Log in and create new task</li>.... ? Any help will be greatly appreciated. Thanks. package classes [Bindable] public class Labels{ static public const MAIN_P

  • Is it possible to increase the size of the CURVES window?

    Hello, I am using LR 5 and love the CURVES tool. But I find it a bit small... is there a way to increase its size or even, to send it to a full other monitor? Ideas? Thanks!