<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:o = 
"urn:schemas-microsoft-com:office:office" xmlns:w = 
"urn:schemas-microsoft-com:office:word"><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR>
<STYLE>@page Section1 {size: 8.5in 11.0in; margin: 1.0in 1.25in 1.0in 1.25in; }
P.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
LI.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
DIV.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
        COLOR: #606420; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
        COLOR: #606420; TEXT-DECORATION: underline
}
SPAN.EmailStyle17 {
        COLOR: windowtext; FONT-FAMILY: Arial; mso-style-type: personal-compose
}
DIV.Section1 {
        page: Section1
}
</STYLE>
</HEAD>
<BODY lang=EN-US vLink=#606420 link=blue bgColor=#ffffff>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">I use a Windows XP as the platform.<BR>I use 
  WinPcap in my web application which runs among other things, an 
  Http<BR>server. On the other hand, I need to cope the problem of NAT 
  routing<BR>traversal since my clients, being connected also to the web, can't 
  reach me<BR>easily. I want to use the library WinPcap in the following way 
  -<BR>1. My application initiates a tcp session (with a local port different 
  than<BR>the Http server) to a rendezvous server.<BR>2. I use in the background 
  the WinPcap library to spoof the transmitted<BR>session and modify the packet 
  source port as the Http server port. This<BR>would "open" my NAT router for an 
  incoming packets, should they arrive(the original packet would also open some 
  hole in the router but I make no use with it).<BR>3. The rendezvous server 
  tells the remote client the info regarding the<BR>external router port and 
  address.<BR>4. The remote client uses this information to initiate session 
  with my Http server.</DIV>
  <DIV style="FONT: 10pt arial"><BR>Can someone refer and advise wither this 
  algorithm would work?<BR><BR>Thanks in advance<BR><BR>I. 
Lesher</DIV></BLOCKQUOTE></BODY></HTML>