Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. network

network

Scheduled Pinned Locked Moved C#
csharpsysadminhelp
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Jeeva Jose
    wrote on last edited by
    #1

    C# XP 1. A Connect internet 2. B router Connect internet and C is machine B ip address is 58.6.3.6 C have a IP address is 192.168.1.3 A is machine direct connect internet and B is router is connected a system. I can send the file B to A I could not nend the file A to B. How can make lestion in B router. Any body help me

    Continue...

    D 1 Reply Last reply
    0
    • J Jeeva Jose

      C# XP 1. A Connect internet 2. B router Connect internet and C is machine B ip address is 58.6.3.6 C have a IP address is 192.168.1.3 A is machine direct connect internet and B is router is connected a system. I can send the file B to A I could not nend the file A to B. How can make lestion in B router. Any body help me

      Continue...

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      So what does this have to do with C#? BTW, your explanation needs work. You might want to try using mmore than 58 words to describe the setup of your equipment and the problem you're having. It took me quite a bit of reading to figure out "1. A Connect internet" meant. Is this a Windows PC? Which version? What's installed on it to do this internet sharing? What is "B"? How's it onfigured? You mentioned machine "C", but you didn't say anything about having any problems with this, so why even mention it? Don't respond to this in the C# Forum. Use the Hardware Forum instead.

      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007

      I P 2 Replies Last reply
      0
      • D Dave Kreskowiak

        So what does this have to do with C#? BTW, your explanation needs work. You might want to try using mmore than 58 words to describe the setup of your equipment and the problem you're having. It took me quite a bit of reading to figure out "1. A Connect internet" meant. Is this a Windows PC? Which version? What's installed on it to do this internet sharing? What is "B"? How's it onfigured? You mentioned machine "C", but you didn't say anything about having any problems with this, so why even mention it? Don't respond to this in the C# Forum. Use the Hardware Forum instead.

        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007

        I Offline
        I Offline
        Ian Shlasko
        wrote on last edited by
        #3

        I think he's having trouble traversing NAT (Network Address Translation). Computer A is directly connected to the internet Computer B is connected through an NAT router He wants to send a file from A to B, but can't get through the router. This is a pretty well-explored problem, but the quick solutions are: 1) Use a reverse-connect protocol. Instead of A connecting to B to send the file, have B connect to A and request the file. As long as B creates the connection, you're golden. 2) Specifically configure the router to forward the packets (This is only viable for an in-house solution, as you can't expect random users to do this), and figure out B's external IP by looking at the incoming connection on A, instead of having B tell A its IP. I'm assuming you're trying to PROGRAM something like this... If you're having trouble doing this in an application, then this is the wrong forum.

        1 Reply Last reply
        0
        • D Dave Kreskowiak

          So what does this have to do with C#? BTW, your explanation needs work. You might want to try using mmore than 58 words to describe the setup of your equipment and the problem you're having. It took me quite a bit of reading to figure out "1. A Connect internet" meant. Is this a Windows PC? Which version? What's installed on it to do this internet sharing? What is "B"? How's it onfigured? You mentioned machine "C", but you didn't say anything about having any problems with this, so why even mention it? Don't respond to this in the C# Forum. Use the Hardware Forum instead.

          Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
               2006, 2007

          P Offline
          P Offline
          Paul Conrad
          wrote on last edited by
          #4

          Dave Kreskowiak wrote:

          So what does this have to do with C#?

          Got me on that. I don't see anything to do with C# in the post :confused:

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups