Hello Scott,

Please comment the  sniffer code given below  in StartPing  function of
SearchNetworkManager.cpp and try again for VPN connection. Sometimes it
gives problem at my side. You might also be facing the same problem.
static bStartSniffer = TRUE;
 if (bStartSniffer == TRUE)
 {
  CSnifferThread *pSnifferThread = theApp.GetSnifferThreadPtr();
  if (pSnifferThread)
  {
   pSnifferThread->ResumeThread();
   bStartSniffer  = FALSE;
  }
 }


Regards,
Minal

----- Original Message -----
From: "Scott C. Best" <[EMAIL PROTECTED]>
To: "mailbox" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, October 30, 2002 11:31 AM
Subject: [Kaboodle-devel] Re: Web Config Queries - Waiting for Reply


> Minal:
> Hello! Sorry for the delay. I am having difficulty
> getting Kaboodle to establish a VPN connection. Can you confirm
> that the system is working in your system? In mine, it cannot
> seem to complete Partner discovery.
>
> To your questions:
>
> > 1. When should kaboodle do the scanning for web servers: a) Every time
> > the Web Config service property page opens or b) through a separate
> > thread at kaboodle startup?
>
> Kaboodle already scans for web-servers, whenever a new
> appliance or printer device is detected. The Web Config service
> should gets it data primarily from this process. Secondarily,
> there should be a "Refresh" button in the list of servers. If
> the user clicks this Refresh button, all known devices on the
> LAN should be scanned.
>
> > 2. Do the non-Master nodes also display the list of web servers for
> > local as well as Remote LAN?
>
> Yes. Similar to file-transfer, the list of available targets
> for a web-service connection should include any VPN'd networks.
>
> cheers,
> Scott
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Kaboodle-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/kaboodle-devel
>



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Kaboodle-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kaboodle-devel

Reply via email to