Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Feb : Re: Port forwarding by code
| Subject: | Re: Port forwarding by code |
| Posted by: | "Jamie Dale" (jamie.da..@yahoo.com) |
| Date: | Sat, 2 Feb 2008 19:45:44 |
Only way this can be done is to have UPnP enabled on the host computer OR
your router.
You can then use delphi to alter the UPnP port mappings (I can send you this
code on request).
UPnP was designed for port mapping configurations. There may be other ways
of doing it through windows APIs etc, but I'd have no idea how to use those.
XP Pro supports UPnP - Very useful if you use an XP Pro PC for connection
sharing.
"dpap" <dpap@softwaypro.gr> wrote in message
news:47a3c93a@newsgroups.borland.com...
> Hi,
>
> is there a way to configure (from inside my app) a certain port of the
> local firewall so to be able WinVNC server communicate with WinVNC client
> , as other apps do it during installation (Limewire etc) ?
> I want my app (BDS2007) to be able to launch VNC server when user wants
> remote assistance
>
> thanks in advance