Results 1 to 4 of 4

Thread: Two routers and no way around [VB6]

  1. #1

    Thread Starter
    Fanatic Member alkatran's Avatar
    Join Date
    Apr 2002
    Location
    Canada
    Posts
    860

    Two routers and no way around [VB6]

    I am behind a university router, which means I have no control over the router settings. My friend is computer illiterate and behind a router as well. Let's just assume he can't mess with router settings.

    Both of these routers block all connections that originate from outside the network. How can I connect to my friend? I've tried using a SOCKS proxy as a go between, but they don't seem to operate the way I expect them to.
    Don't pay attention to this signature, it's contradictory.

  2. #2
    Hyperactive Member
    Join Date
    Oct 2006
    Posts
    354

    Re: Two routers and no way around [VB6]

    Quote Originally Posted by alkatran
    I am behind a university router, which means I have no control over the router settings. My friend is computer illiterate and behind a router as well. Let's just assume he can't mess with router settings.

    Both of these routers block all connections that originate from outside the network. How can I connect to my friend? I've tried using a SOCKS proxy as a go between, but they don't seem to operate the way I expect them to.
    well if we "assume" he can't mess with the router connection we can assume you cannot get through the firewall/acl without control of the router. That is as easy as it gets.

    You could connect using a 3rd part server, that would be your only option. For example, both of you connecting to the same game server.

  3. #3

    Thread Starter
    Fanatic Member alkatran's Avatar
    Join Date
    Apr 2002
    Location
    Canada
    Posts
    860

    Re: Two routers and no way around [VB6]

    Quote Originally Posted by superbovine
    well if we "assume" he can't mess with the router connection we can assume you cannot get through the firewall/acl without control of the router. That is as easy as it gets.

    You could connect using a 3rd part server, that would be your only option. For example, both of you connecting to the same game server.
    You mean there are no proxy types that let me connect, say "let him connect", then act as a bridge?

    What if I sent a SYN, then told my friend to send an ACK (even though the SYN was blocked by the router) over an instant messenger?
    Don't pay attention to this signature, it's contradictory.

  4. #4
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: Two routers and no way around [VB6]

    You send a packet to a port at his IP address. Where does the router send that packet? Since there's no forwarding for that port, and the router isn't listening on that port, the packet gets dropped.

    The only solution, as superbovine said, is an outside server that you both connect to (since each of you is initiating the connection, the router knows where to send response packets) and that forwards your packets to him and his to yours.

    Or you could use the UltraVNC NAT-to-NAT connection.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width