Re: Nat router



C or C++ and sockets of course, though any language that can
deal with sockets directly should do. BSD sockets for Unix and
WinSock2 for Windows.

--
=====================================
Alexander Nickolov
Microsoft MVP [VC], MCSD
email: agnickolov@xxxxxxxx
MVP VC FAQ: http://vcfaq.mvps.org
=====================================

"Gidi" <gidi@xxxxxxxxxx> wrote in message
news:OuVO$X1FIHA.3400@xxxxxxxxxxxxxxxxxxxxxxx
Thanks,
I do refer to TCP NAT hole punching. The site is a hosted by some HSP
which offers PHP ver. 5.0.
You don't recommend on PHP for that, so what technology should I use in
this cas?

Regards

Gidi

"Alexander Nickolov" <agnickolov@xxxxxxxx> wrote in message
news:erto1NzFIHA.4752@xxxxxxxxxxxxxxxxxxxxxxx
I'm assuming you are referring to TCP NAT hole punching:

http://www.brynosaurus.com/pub/net/p2pnat/

I don't know if PHP can fit the bill, but I wouldn't advise it.
You can certainly run your own rendezvous server in parallel
with the web server on the same machine (listening on a different
port of course).

--
=====================================
Alexander Nickolov
Microsoft MVP [VC], MCSD
email: agnickolov@xxxxxxxx
MVP VC FAQ: http://vcfaq.mvps.org
=====================================

"Gidi" <gidi@xxxxxxxxx> wrote in message
news:OXm06twFIHA.4140@xxxxxxxxxxxxxxxxxxxxxxx
I was once directed in this NG how to access from one PC to remote PC
behind
a NAT router with the aid of some third party PC or website that is
connected directly to the Internet.
My question-
Can I implement this third PC in my website in PHP scripting?
If positive, is there some reference to that?

Regards
Gidi









.



Relevant Pages

  • Re: how to wait for socket communications
    ... naturally I assumed the Java program would use JNI ... Microsoft MVP, MCSD ... "Alexander Nickolov" wrote: ... think that the advantage using sockets might be that it is faster ...
    (microsoft.public.win32.programmer.networks)
  • Re: Nat router
    ... If I'm eight PHP supports sockets also. ... Microsoft MVP, MCSD ...
    (microsoft.public.win32.programmer.networks)
  • Re: Persistent connections
    ... No such thing for sockets. ... a connection pool - but note that it will only process data when a PHP ... it's not you that disconnects, it's the server or the client ...
    (comp.lang.php)
  • Re: Raw sockets on Vista with IPPROTO_ICMP
    ... Microsoft MVP, MCSD ... I'm trying to keep my ping program up to date with Vista. ... around raw sockets changed in XP SP2 and again under Vista. ...
    (microsoft.public.win32.programmer.networks)
  • Re: WSAWaitForMultipleEvents wait of > max events techniques
    ... Microsoft MVP, MCSD ... are more than 64 sockets, and WSAWaitForMultipleEvents() ... WSAWaitForMultipleEvents(sockets 64-127, timeout); ...
    (microsoft.public.win32.programmer.networks)