How do I Configure my Router to forward incoming data for port x ???

How do I configure my router to forward incoming data for port whatever?
I need this for my video games.

Depending on which router you have look under Gaming and Applications or system management for a Forwarding tab.  From there you select (or create) the port needed for your game with the IP address to the PC with the games you are using.  You may also have to configure Port Triggering for that game/port range/and IP to the hosting PC.
Richard Aichner (Ikester)

Similar Messages

  • How do I configure my iPhone to show different colours for my two calendars both from separate email accounts, both Exchange.

    How do I configure my iPhone to show different colours for my two calendars both from separate email accounts, both Exchange.

    It does so by default... what's the issue?

  • How to set a default start and/or end date for New Events based on trigger date.

    I'm using the CalendarActivityListener to get current row when clicking on an existing event. As per previous posts this listener gives you access to event detail including Start Date, End Date, etc.
    However, what I want to do is to default the start (and end) dates for New Events based on the trigger date.
    I've tried the CalendarListener and can grab the Trigger Date from it - however, I can't see a way to pass this directly to the popup/dialog I'm using to create the new event.
    At present I'm putting the TriggerDate into the ADFContext session scope e.g. ADFContext.getCurrent().getSessionScope().put("TriggerDate",calendarEvent.getTriggerDate());
    Then, I've tried multiple approaches to try and "get" the TriggerDate from session scope to drop it into my new Calendar Event basically, I'm trying to default the InputField(s) associated with the Start Date using the value from the session - I've tried
    1. setting the default value for the InputField in the jspx using a binding expression i.e. value="#{sessionScope.TriggerDate}" - this actually sets the value appropriately when the jspx is rendered but, when I go to create I get a NPE and I can't debug. I assumed that it might be a Date type issue - it would appear that CalendarListener provides a date of type java.util.Date and that the StartDate attribute of my VO/EO/table is a DATE and therefore requires oracle.jbo.domain.Date so I tried casting it - to no effect
    2. Using a Groovy expression *(StartDate==null?adf.context.sessionScope.TriggerDate:StartDate)* in my calendar's EventVO to default the Start Date to the same result
    Any thoughts or ideas?

    John,
    Thanks for that suggestion - could not get it to work. However, I did manage a different approach. I finally determined the sequence of events in terms of how the various events and listeners fire (I think).
    Basically, the CalendarActivityListener fires, followed by the listener associated with the Calendar object's Create facet, followed finally by the CalendarEventListener - the final is where the TriggerEvent is available and then finally, control is passed to the popup/dialog in the Create facet. So, my approach of trying to set/get the TriggerDate in the user's HTTP session was doomed to failure because it was being get before it had been set :(
    Anyway, I ended up adding a bit of code to the CalendarEvent listener - it grabs the current BindingContext, navigates through the DCBindingContainer to derive an Iterator for the ViewObject which drives the calendar and then grabs the currently active row. I then do a few tests to make sure we're working with a "new" row because I don't want to alter start & end dates associated with an existing calendar entry and then I define the Start and End dates to be the Trigger Date.
    Works just fine. Snippet from the listener follows
    BindingContext bindingContext = BindingContext.getCurrent();+
    *if ( bindingContext != null )    {*+
    DCBindingContainer dcBindings = (DCBindingContainer) bindingContext.getCurrentBindingsEntry();+
    DCIteratorBinding iterator = dcBindings.findIteratorBinding("EventsView1Iterator");+
    Row currentRow = iterator.getCurrentRow();+
    if ( currentRow.getAttribute("StartDate") == null)+
    currentRow.setAttribute("StartDate", calendarEvent.getTriggerDate());+
    if (currentRow.getAttribute("EndDate")==null)+
    currentRow.setAttribute("EndDate", calendarEvent.getTriggerDate());+
    *}*

  • How to Get Each line item Create and Approval dates for a SHOPPING CART in SAP SRM (ABAP Programming)

    Hi All,
    I have to Get Each line item Create and Approval dates for a SHOPPING CART in SAP SRM. Either a table, or any Function module, Method, please let me know ASAP. Same i can use in my Program.
    Thank you Very much.
    Regards,
    Ramesh J.

    Hi,
    Refer the below wiki link it may help you.
    Product catlog configuration for ECC - CRM - SCN Wiki

  • How can I configure static routes in a CUCM?

    Hi.
    I have seen that there is no-way to set static routes in a Call Manager but I have read that you can add static routes in the Linux that runs CUCM.
    If I do that, will I l lose the Cisco support for that server?
    I don't know why a Level 3 server (like a CUCM, Presence , Unity,...) doesn't permit routing configuration.
    Regards.
    Rafa

    Thanks for your answer, Jaime.
    That implies that we have to insert an intermediate router.
    I think that routing features should be implemented in Unified Comunications servers.
    Regards

  • How does a single cisco router network enable outgoing calls for small businesses if no dial plan is used

    Hi Cisco techs,
    I was recently asked this question at work from the rest of my team as they know I am doing studies for cisco ICND 1 & 2.
    And couldn't answer them.
    Or does this require more information like hardware used etc?
    Had searched Google to ambiguous results.
    Can someone give me a link to advise please
    Thanks in advance again..

    Dear,
    For small business (up to max 450 users) we use Call Manager Express (CME) which is configured on Cisco Voice router.
    If no dial plan is used or configured then none of callmanager can do external outgoing/internal calls. Dial plan is basic thing which must be configured on cisco voice router (e.g. CME).
    If you have configured Phones (ephone & ephone dn) and if they are registered on callmanager express then for internal calls you dont need to configure dial plan because callmnager have all the information of its phones.
    If you want to  have external incoming/outgoing calls for CME then you will have to create dial peers/dial plan.
    For a CME lab setup, you can visit below link.
    http://cisco.jjc.edu/cnt208/PDF/CCNP4_lab_2_1_en.pdf
    Suresh

  • How do I configure a new application type in Firefox for Mac.

    I'm trying get Firefox on Mac to open an inDesign (.indd) file. On a page, I have a file link (file:///Users/...) to a file on a network hard disk. When I click on the link, I get a popup dialog box that allows me to save the file but does not provide the "Open with..." options. Is it possible to configure firefox to open a local file by clicking on its link?

    Firefox Orange Button > Preferences > Preferences > Application
    Search for the ".indd file" and change the option

  • How can i Configure JDBC Receiver Adapter to INSERT data in multiple tables

    Hi ,
    I want to INSERT data in 4 diffrent tables.
    Input Data Format is:
    <H1>
      <d1></d1>
       <d2></d2>
    </H1>
    I want to insert <H1> Header data in particular table & all the details data<D1> in their corresponding table.
    Note that Header Can't repeat but Details records are repeating again & again.
    Is it possible to write Multiple INSERT STATEMENT in single Data Type.??
    I mean to say can we write STATEMENT keyword again & again. if yes HOW ?

    Hi
    see below links.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/406642ea59c753e10000000a1550b0/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/64/ce4e886334ec4ea7c2712e11cc567c/content.htm
    Regards
    Chilla..

  • How do I configure my firewall to accept nmblookup data?

    I'd like to have my firewall allow nmblookup data so that I can view the systems in my domain located in the Shared section of Finder. Currently I'm forced to disable the Firewall which doesn't protect my machine by default when it leaves our corporate HQ. My question is if there's an easy way to enable this one rule without hacking up conf files or a way to have the firewall determine based on what network it's connected to whether to enable itself or not.
    Any help would be most appreciated. Thanks for taking the time to read this post.

    You can use ipfw tool in command line and add only the network you want to protect, or enable the firewall in the preferences pane and add a new rule to check in some networks (ip address based) but allow the others.

  • How can i configure number of decimal places in smartview for Word?

    When I open a smart slice in word via smart view all my values are in scientific notation, I have set the options in excel but they don't come over to word.  Isa there any way to correct this?

    Have you tried formatting the fields in Word?  For example, after bringing in your SmartSlice data, right-click on the field where your data resides and select "Toggle Field Codes" from the Windows menu. Modify the field to look something like this for comma delimited with two decimal places: {=HsGetValue("", "Period#Sep", "Account#Cash")|SmartView14103814190|$#,##0.00|||} Comma delimited with no decimal places: {= HsGetValue("", "Period#Sep", "Account#Cash")|SmartView14103814190|$#,##0|||}

  • How do I set-up my Dataset to pull data for Service Requests for a report

    I am using SQL Server 2012 Report Builder 3.0.
    I have my Data Source added - DWDataMart
    I want to build my Dataset to query and find a very specific item. Basically I am creating a daily report that will show what each "team" or Support Group (AD Object) Closed that day. He also wants the ability to open it by date, so if he misses
    a day he can get it later.
    I am totally new to this report building and only got this far by following a guide on a blog, but he used incident Reports in his example, and I do not know what objects to query for service requests.
    Thanks for any information you can provide.

    First, you will need to get the support group ID's in the warehouse before you can run reports for them.  I found that putting these queries in their own stored procedure was a better path.
    select IR.IncidentTierQueuesId, IR.IncidentTierQueuesValue
    from dbo.IncidentTierQueues as IR
    where IR.IncidentTierQueuesId != 0
    select SR.ServiceRequestSupportGroupId, SR.ServiceRequestSupportGroupValue
    from dbo.ServiceRequestSupportGroup as SR
    where sr.ServiceRequestSupportGroupId != 0
    Enter the the support group ID's into your work item query.
    Incident information is in dbo.IncidentDim and Service Requests are found in dbo.ServiceRequestDim.  Both incidents and service requests link to relationship data through dbo.WorkItemDim.  You can INNER JOIN on BaseManagedEntityId to link the incident
    or service request to the workitem entry and from there to the Assigned Users, Affected Users, or Affected Configuration Items.  Each relationship has it's own separate fact views.
    If you poke about in the tables, you will find it pretty easy to pull back all sorts of information from the data warehouse.

  • How can I calculate the number of members with data for a given Dimension

    HiI want to be able to calculate the exact size of the data given the number of blocks in existence.I am trying to work out a way of estimating the effect of changing Dimensions from Spare to Dense and to see which Dimensions would be worth it.Currently I have Cost Centre and Reference Code dimensions. I know that roughly 90% of the Cost Centres are used against just one member of Reference Codes but the other 10% are against multiple Reference Codes.I also have a number of other dimensions and the problem I come up against is that when I change a Dimension from Sparse I really don't know how many blocks will be in existence at the end of it so I can't multiply this against the blocksize to predict the total datasize.Any thoughts (the artistic "suck it and see" solution is obvious but I'd like to cut down on experiments - they take too long)Thanks

    You can do it manually if you like with code in the Error Console.
    Copy and paste the code in the Code field in the Error Console and click the Evaluate button.
    *Firefox/Tools > Web Development > Error Console (Shift+CtrL+J)
    See http://kb.mozillazine.org/User:Dickvl/JavaScript_Error_Console#Expire_History_By_Days

  • How can I delete events, I keep getting multiple dates for an event, have deleted and then continue to re-appear. Any suggestions?

    Birthdates entered into the calendar become multiple events. In one case it has repeated itself over 200 times. I have manually deleted these events at least 3 times and they continue to reappear. Any ideas how to correct?

    One can delete it from one's computer. In the finder go to homeuser, movies, imovie events, delete the footage.
    Then reopen iMovie and see if that helps.
    Hugh

  • How do I perform a trigger that collect the data for every rising edge continuously and then automatically put the data in a .xls file??

    I need to collect the data for every rising edge a trigger perfoms. So far I could collect the data but it seems that it only collect the data in the start of triggering, but not continuously. I also want to put the data in an excel spreadsheet and automatically add new set of data when the next rising edge occur. Please help.
    thanks a lot.

    LabWindows/CVI actually ships with a comprehensive set of examples for just about every area of programming you can use it in, including triggered analog data acquisition and ActiveX control of Microsoft Excel for data logging. Go to the following two directories on your computer to find respective examples for the two areas you are inquiring about:
    1) C:\MeasurementStudio\CVI\samples\DAQ\Ai\DAQsingleBufExtTrig.PRJ
    2) C:\MeasurementStudio\CVI\samples\activex\excel\excel2000dem.prj
    Just make sure to study the examples carefully so that you fully understand the processes followed for triggered analog acquisition and the process of launching an ActiveX automation server for control, and then you should be able to merge the concepts shown in both of the example
    s to make the application you desire.
    Jason F.
    Applications Engineer
    National Instruments
    www.ni.com/ask

  • How can I restore bookmarks after I pressed clear data for Firefox on Android

    I have pressed clear data for Firefox in Android Application manager. On SGS4 it is Settings->Options->Application manager->Fitefox->Clear data. Can I restore my bookmarks now?

    Android's Clear Data button completely deletes your Firefox settings files. I am not aware of any way to undo that unless there is an "unerase" tool for Android files as there are on desktop operating systems.
    Some ways you might have made a copy of those bookmarks:
    * Did you ever set up Firefox Sync and sync the bookmarks to a Firefox Account?
    * Did you ever use the [https://addons.mozilla.org/android/addon/copy-profile/ Copy Profile add-on] in Firefox for Android?

Maybe you are looking for

  • Photoshop elements 5.0.2 restore catalog

    I recently had to rebuild my Vista 32 bit operating system.  After that I installed PSE 5.0.2 and Premiere Elements 3.0.2 again.  After the installations had completed I started PSE with the "view and Organize photos" option and then went to RESTORE

  • Built in webcam doesn't work in Ubuntu

    Hi everyone I've just installed a clean Ubuntu 14.04 on my MSI CR620 notebook. So, my built-in webcam is not recognized by Skype (in it's video settings it says "device not found"). Hitting Fn+F6 doesn't affect anything. Any helpful advice would be h

  • Javac classpath problem

    I get this error when trying to compile a simple program: # javac -classpath .;/mnt/bdrive/MyData.class Test.java javac: no source files Usage: javac <options> <source files> where possible options include: ***snip*** bash: /mnt/bdrive/MyData.class:

  • ITunes won't automatically open

    When syncing my iPhone, on my phones page I have the box checked to open iTunes when phone is plugged in but it's not opening. Why not?

  • JMS Configuration in weblogic 10.0

    Hi All. I am unable to cofigure jms in weblogic 10.0 in first i have created JMS server after this i am unable configure the queue (i mean where to configure) there is one module is JMS Modules in this i have created queue but while executing i got c