Socket with router

Hi,
I'm doing a multiuser chatroom and when I test it, it runs fine but since I have a router, my IP cannot be used by people outside of my network to connect to my chatroom.
Is there away to 'bypass' the router in my client side without having to remove it entirely?
Thanks

Depends on the router - check the documentation.
Some routers allow you to specify that incoming connections on a specified port are to be passed to a specified intranet ip. This, of course, totally opens the specified computer to whatever havoc a bad person connecting via that port can wreak.

Similar Messages

  • Calculation of goods issue date in scheduling agreements with routes

    Hello together,
    i have a problem with the calculation of goods issue date in scheduling agreements when we use route, because the system ignore the days of transit.
    Example:
    We had customized the route 4711 with a transit time of 3 days. This route would be related to a scheduling agreement. But this setting has no influence to the calculation of the goods issue date for the schedules. The same happens with loading date and so on.
    Can anyone give me a tip, which setting is additional necessary?
    Regards
    Andreas Walter

    Hi,
    check the following settings
    1, Route determination Path : IMG>sales and distribution>Basic function>Routes>Route determination
    2, Activate the route Determination for your sales document type in following path :IMG>sales and distribution>Basic function>Routes>Route Schedule Determination-->Schedule with route schedule for sales document type
    3, Maintain Delivery scheduling and transportation scheduling in the following path:IMG>sales and distribution>Basic function>Delivery scheduling and transportation scheduling>Maintain Duration
    Regards
    Senya

  • Open STO reports with route determination

    How to get  Reports for open STOs with route determination.

    ME2N will find the open STO's but I agree finding them based on route is not standard
    or even vl10g can be used to find STO's needing deliveries
    after delivery creation data based on route can be found in many way's
    hope that helps

  • Messing with routing now eth0 borked

    I have two network interfaces (wlan0 and eth0) well I was messing around with routing issuing command like such "route add -host 255.255.255.255 dev eth0" and now eth0 is completely borked. It is not  a hardware issue because it works completely fine under Windows XP and always has but after i issued that command and messed around with some Network Manager I get this
    [root@ZuraJack sean]# ping 192.168.0.1
    PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
    From 192.168.0.2 icmp_seq=1 Destination Host Unreachable
    From 192.168.0.2 icmp_seq=2 Destination Host Unreachable
    is there any way I can just delete all my routes and start over?
    75.13.41.***    *               255.255.255.252 U     304    0        0 wlan0
    192.168.0.0     *               255.255.255.0   U     0      0        0 eth0
    default         adsl-75-13-41-### 0.0.0.0         UG    304    0        0 wlan0
    that is my route output

    I have done both. So I guess you can assume it is an issue with something else. It is not an issue with hardware as it works in windows and no conflicts with wlan0 as when disabled I still get the Destination Host Unreahcable. Anyone else got any ideas thanks for the input thought Mektub it is greatly appreciated!
    **EDIT**
    Does anyone have any idea on what in Linux could be causing this issue. It is not a networking address or hardware issue as it works in Windows is there anything short of me starting over from scratch because I am not a huge fan of having inoperable PC
    Last edited by Sean-Der (2010-03-16 01:25:33)

  • Query on Topology for working with Routing Server

    Hi,
    We have just started working with Routing Engine. We have a sample street data. For working with routing server, whether we need the topology to be built?
    If we have a topology can we use with routing server?
    In this request for un-geocoded addresses
    <start_location>
    <input_location id="1">
    <input_address>
    <us_form1 street="4001 E Bay Dr" lastline="largo, fl" />
    </input_address>
    </input_location>
    </start_location>
    What does this street and lastline mean. Which table its referring?
    Can you help me out in this problem?
    Thanks and regards
    Aravindan

    The routing engine requires data in a particular form. It does require a node and edge table as well as oher information.
    In appendix c of the 10g Release 2 documentation is a description of the tables and the XML elements (such as us_form1, street, lastline, etc) required for the routing engine. If you have data that can be massaged into this format then you can do the massaging and load and use it.
    Hope this helps,
    d

  • Where can I get E60 or E50 + how good with Route 6...

    I want to get an E60 (or E50 if I can't get the E60)?
    Someone told me I can pick one up for about £80 on PAYG.
    I've searched: and there aren't many places that sell the phones.
    E60: nothing out there... and only 3 for sale on eBay.
    E50: available on eBay... but I can't find a retailer that sells them.
    The *only* reason why I want to buy: to use with Route 66.
    Can someone tell me: how good are either phones with the software?
    Thanks.
    OM

    As keith alluded to if you stay with SL and get a version of Aperture that runs on it you will be locked into that. There will be no more updates for Aperture or the Raw Camera bundle.
    So if that version of Aperture supports your camera and you have no plans to change cameras to something that is not supported in that version then you will be fine.
    If you think you might be getting a new camera at some point then you might just want to bit the bullet and do the upgrades now.
    regards

  • Working with sockets with applets

    Hello, I am working in my account on a web server, and I am trying to develop a chat using applets. My program works great on the command line, but the applets cannot create a socket because of a SocketPermission problem. I have read about this problem a lot, and I found that applets will only create a socket with the server the applet originates from. I have still not had any success in allowing my applet to create a socket to connect to a server.
    I would appreciate any advice concerning this problem!
    Thanks so much!
    Christina

    If you are calling the HTML page containing the Applet as http://localhost then the Applet has to open a socket back to local host.
    Make sure you call the applet using the full ip address of the where the web server is running. This should match the socket ip address you are trying to open inside the Applet.

  • When the sale order  creting with  route

    when iam creating the sale order with route is coming automatically with route determination. but this specific order i did nt want route so deleated and save and is ove my problem. but with ref the same order i am doing it wail not appearing the route in order so pl help me

    Hi,
    If you have mainatined route determination, the route will be picked automatically in the order, if you dont want u can remove the route in the order itself, now if you are creating delivery wrt order the route will not be picked in the order as u have removed the route frm the order.
    But if you create a order again the route will be picked if you have not deleted the route determination in the SPRO.
    I was not clear as what u r asking, so if i hav not answered u completely, [;z explain wat u want to know
    Noopur

  • AF_UNIX socket with java

    Is there any way to use unix domain sockets with java ? Is it level of socket abstraction implementation to high ? I guess it's not possible to use such functionality without JNI, but if so i'll be very happy. If it's not possible to do it without JNI can you suggest some libraries ?

    I really don't understand your question because based on my rudimentary socket knowledge a AF_UNIX socket is a Java socket when you are running on a Unixy system.
    No?
    Because Uniz sockets have two flavours socket stream (which I believe is the standard Java Socket) and datagram thingies (which are also available as DatagramSockets in Java)
    So is there something I am missing here? Are these like interprocess pipes? Sorry if I am clueless but I don't understand what you are asking.

  • PBX interoperatibility with router

    Dear ALl
    I have a confusion regarding the PBX integrations with Router.
    Now if i am integrating my 2801 router with any PBX trunk ports (by trunk ports i mean the ports used to connect with PSTN with normal RJ-11 connector) , do i really have to worry about the compatibility between router and PBX.
    The reason is that if the PBX can terminate the lines from the PSTN (RJ-11) than it should work with my router too .It is with e1 when we should worry about compatibility .Am i correct.
    So what ports do i need on the router side?FXS.i thnok so as when we connect pstn with PBX than PSTN provides the tone ,so now my router should provide the tone to PBX trunks.
    My scenario is that eight lines from PSTN are terminated in the norstar PBX and as i am proposing the IPT system the lines will now be terminated into the router and than the router should forward the call to the PBX if it is for any analog phone .
    So my real question is do i really need to worry about the PBX interoperability when i am dealing with analog trunks.
    Backbone

    Hi,
    the short answer is if even FXO is barely acceptable to connect to the PSTN (you should really get at least ISDN BRI), FXS/FXO connnection to the PBX will be certainly too limiting. Many problems of double dialing, potential stuck ports, no passing of information, etc. etc. The very miniumum is E&M to the PBX but real good would be again, ISDN BRI or PRI.
    If the PBX is missing the necessary cards and is not worth to buy them, the you should at some point look at replacing the PBX completely.
    The answer to real question is yes, you should really worry about analog trunks if you want the integration be of a professional level.
    Hope this helps, please rate post if it does!

  • BEFSR41 fed from SPA2102 VoIP Phone Adapter with Router

    urrently, a broadband cable modem is connected  to the input of a new BEFSR41 4-port router.  The router feeds 4  computers (a newer "primary" PC, and 3 secondary "old goats" that I use  to print online grocery coupons).  The 4 PC's are networked to share a  common printer, a single directory on the "primary" PC, and using a  4-port KVM switch - I switch a single keyboard and mouse to whichever PC  that I am using at the time. 
    I  want to purchase a Linksys SPA2102 VoIP Phone Adapter with Router and  integrate it into my existing system (noted above).  This is probably a  no-brainier for some, but I am new to routers and VoIP and that is why I  am posting here, before buying the SPA2102.
    According  to the SPA2102 instruction manual that I downloaded from the Cisco  website, there are two RJ45 connectors, one YELLOW and the other BLUE  with the following typical connection configurations:
    YELLOW  . . . Connect one end of an Ethernet network cable (included) to the  ETHERNET port of the Phone Adapter.  Connect the other end to the  Ethernet port of your PC.
    BLUE . . . Connect one end of a different  Ethernet network cable to the INTERNET port of the Phone Adapter.   Connect the other end to your cable/DSL modem.
    What  I would like to do is, hopefully, simple and effective.  I want to  connect my cable modem to the SPA2102's BLUE connector, and from its  YELLOW connector connect to the BEFSR41's input.  Will this work,  ensuring both the BEFSR41 and SPA2102 function properly?
    Thank you.
    CurlySue 

    if you have access to the device and it is not remotely provisioned by the VOIP company. try to change the registration expires to a 24 hour time period as well as well as the Resync Periodic: in the provisioning tab to 24 hours as well.

  • ACE 4710 server load balancing on ACE with routed model.

    Hi experts,
    Pls help me...i need server laod balance on ACE4710 with routed model sample configuration or configuration guide....thanks in advance....

    Here you go

  • Does closing socket with close() also closes the outputStream and inputStre

    hi i have a simple query
    does closing socket with close() also closes the outputStream and inputStream() associated with the socket

    Yes.

  • Link PBX systems E1 interface with router

    The interface is E1 for PBXs, with QSIG ?
    I want to make less 10 simultaneous calls. What WIC, VIC or VWIC modules and codecs should be used with router 2801 / 2811
    Thanks.

    Already answered at:
    http://forum.cisco.com/eforum/servlet/NetProf?page=netprof&forum=Service%20Providers&topic=Voice%20over%20IP&CommCmd=MB%3Fcmd%3Ddisplay_location%26location%3D.1ddefb93

  • Scheduling with route

    Hi Every one
    Help me out in Configuring Delivery scheduling, Transportation scheduling & Route determination. Hope I maintaind all the things but still i am unable to get. So i would like to check it out with ur suggestions.
    Thanks & Regards

    Hi Srinivasa rao
    ROUTE DETERMINATION
    Step: 1
    Maintain Purchase Organization
    Path: Spro—Enterprise Structure—Definition—Materials Management—Maintain Purchasing Organization.
    Step: 2
    Create Purchasing Group
    Path: Spro—Materials Management—Purchasing—Create Purchasing Group.
    Step: 3
    Maintain Transportation Planning Point to Company Code.
    Path: Spro—Enterprise Structure—Definition—Logistics Execution—Maintain Transportation Planning Point
    Step: 3A
    Assign Transportation planning point to company code.
    Step: 4
    Assign Purchasing Organization to Company Code.
    Path: Spro—Enterprise Structure—Assignment—Materials management—Assign Purchasing Organization to Company Code.
    Step: 5
    Assign Purchasing Organization to Plant.
    Path: Spro—Enterprise Structure—Assignment—Materials management-- Assign Purchasing Organization to Plant
    Step: 6
    Create Vendor Account Group
    Path: Img—Financial Accounting—Accounts Receivables and Accounts Payables—Customer Accounts—Vendor Accounts—Master Data—Preparations for Creating Vendor Master Data--Define Account Group
    Step: 8
    Create Vendor
    T-Code: XK01
    Step: 9
    Define Modes of Transport
    Path: Spro—Logistics Execution—Transportation—Basic Transportation Function---Routes—Define Routes—Define Modes of Transport.
    Step: 9A
    Define Shipping Types
    Path: Under the Same Menu path---Define Shipping Types
    Select New Entries and Assign the Shipping Type (e.g. Road or Train) and Assign Mode of Transport (Mdtr) and Assign Shipping type Procedure group.
    Step: 9B
    Define Transportation Connection Point
    Path: Under the Same Menu path--- Define Transportation Connection Point.
    Step: 9C
    Define Routes and Stages.
    Path: Under the Same Menu path--- Define Routes and Stages.
    Select the New Entries and Enter the Details
    Then Select the Routes stages and define
    Step: 9D
    Maintain Stages for all Routes.
    Path: Under the Same Menu path---Maintain Stages for all Routes.
    Step: 10
    ROUTE DETERMINATION
    Define Transportation Zone
    Path: Spro—Logistics Execution—Transportation—Basic Transportation Function---Routes—Route Determination—Define Transportation Zone.
    Step: 10A
    Maintain County and Transportation Zone for Shipping Point.
    Path: Under the Same Menu path--- Maintain County and Transportation Zone for Shipping Point.
    Select the Shipping point and enter the Country and Transportation Zone
    Step: 10B
    Define Transportation Groups.
    Path: Under the Same Menu path---Define Transportation Groups
    step: 10D
    Maintain Route Determination
    Path: Under the Same Menu path--Maintain Route Determination.
    Select New Entries and Define the Route Determination.
    SHIPMENTS
    Path: Spro—Logistics Execution—Transportation—Basic Transportation Function—Shipments
    Step: 11
    Define Shipment Types
    Path: Spro—Logistics Execution—Transportation—Basic Transportation Function—Shipments—Define Shipment Types.
    Select the New Entries and define Shipment Type
    Step: 12
    Go to Customer master data.
    In Address of General data. Enter the Transportation Zone id. and save
    U will get the route.
    If u want in detail with screen shot, provide ur mail id. i will send it to u.
    ROUTE SHEDULING
    1.Scheduling With Route Schedule For Shipping Point
    Route schedules (previously referred to in the system as delivery phases in this step) describe the periodic delivery of goods from a shipping point to different ship-to parties and their unloading points.
    Here you specify per shipping point whether this sort of periodicity is generally required.
    Requirements
    f you want to define route schedules, you must perform the following activities:
    1. Define routes
    2. Activate delivery scheduling
    Standard settings
    The control function without determination of route schedules is delivered with the system.
    Further notes
    Route schedules can be determined for deliveries, orders and stock transfer orders.
    2.Scheduling With Route Schedule For Sales Document Type
    Route schedules describe regular outgoing delivery of goods from a shipping point to different ship-to parties and their unloading points.
    This is where you configure whether you want this to apply to a given sales document.
    Requirements
    If you want to define route schedules, you must complete the following activities:
    1. Define routes
    2. Activate shipping dates
    Standard settings
    Controlling without determination of route schedules.
    Further notes
    Route schedules can only be determined for deliveries.
    3.Scheduling With Route Schedule For Delivery Type
    Route schedules describe regular outgoing delivery of goods from a shipping point to different ship-to parties and their unloading points.
    This is where you configure whether you want this to apply to a given delivery type.
    Requirements
    If you want to define route schedules, you must complete the following activities:
    1. Define routes
    2. Activate shipping dates
    Standard settings
    Controlling without determination of route schedules.
    Further notes
    Route schedules can only be determined for deliveries
    Reward if it is useful to u.
    Message was edited by:
            narendran vajravelu

Maybe you are looking for

  • Check_changed_data method on editable ALV Grid ( class cl_gui_alv_grid)

    Hi guys, I use the following method (register_edit_event) in the PBO soon after first display of an editable ALV grid to register enter as an event to do validations on fields like qty. If user enters some character like 'abc' for qty and hits enter

  • T500 Vista buying experience and initial setup problems

    This a long post but I felt the information could be used by others buying a notebook and trying to set it up. I have used a Thinkpad T40 (1 GB, XP Pro) at work since 2003  and just love the rock-solid keyboard, screen, and hinges. The IT department

  • Time and date messed up after using Windows

    I have recently installed windows xp pro in my macbook pro and I noticed that every time I pass from windows to leopard the time is off of several hours and I have to set it up again. How can I fix this problem?

  • LZW algorithm for data compression with partial clearing

    hello, i want to implement zip utility and in that i have to develop LWZ algorithm with partial clearing i.e unshrinking method in JAVA i am not getting information anout unshrinking on net. please anyone can help me.

  • JEditorPane not showing image

    hiii I have made a JEditorPane which is accepting a url but the background image hides below it when painted although i have set the opaque option to false whats the problem here i attach the code import java.awt.*; import java.io.*; import javax.swi