<div>Greetings All,</div>
<div>&nbsp;</div>
<div>I am working on a project which is using coLinux (which has winpcap).</div>
<div>&nbsp;</div>
<div>After an exhaustive search on various network interface methods, I have come to think that winpcap may be the solution to what I am trying to do, but would like to ask the list about my idea on using winpcap.</div>
<div>&nbsp;</div>
<div>I will have a Windows host which will be running coLinux with a small Linux distro in ram. The distro only serves the purpose of handling open mosix and no other networking services so it will not see the network in any other way. </div>

<div>&nbsp;</div>
<div>What this means is that I will only have a few ports that are handled by coLinux and these ports are generally not handeled by the Windows host.</div>
<div>&nbsp;</div>
<div># Local openMosix<br>#<br>om-mfs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 723/tcp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # openMosix FileSystem port<br>om-disc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1334/udp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # openMosix autodiscovery protocol<br>om-mig&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4660/tcp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # openMosix Migration Daemon port<br>
om-info&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5428/udp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # openMosix Info Daemon port<br>&nbsp;</div>
<div>What I would like to do is to only have the Windows host network (since these machines are already having static IP&#39;s and can see each other across the LAN) and to have winpcap capture the packets that are coming in for the open mosix and send them over to coLinux for processing after which coLinux sends the packets back out the windows host network interface.</div>

<div>&nbsp;</div>
<div>What I am trying to figure out is how this can be set up using winpcap.</div>
<div>&nbsp;</div>
<div>Any suggestions would be greatly appreciated.</div>
<div>&nbsp;</div>
<div>Thanks in advance,</div>
<div>Lonnie</div>