From: Christophe T. <ch...@ae...> - 2004-02-25 05:54:59
|
I can't get the bridged (winpcap) networking to work, the colinux-bridged-net-daemon.exe crashes everytime I run colinux-daemon. I have the following line in my default.colinux.xml: <network index="0" type="bridged" name="Area"></network> 'name' is supposed to be a substring of one of the names of the adapters in Windows's configuration, right? I even tried with: <network index="0" type="bridged" name="Area" mac="44:55:12:18:0A:12"></network> And same thing happens. From the log: colinux: launching net daemons daemon: launching daemon for conet0 executing: colinux-bridged-net-daemon -i 0 -n Area -mac 44:55:12:18:0a:12 conet0: initialized 49 [main] colinux-bridged-net-daemon 1756 handle_exceptions: Exception: STA TUS_ACCESS_VIOLATION 649 [main] colinux-bridged-net-daemon 1756 open_stackdumpfile: Dumping stack trace to colinux-bridged-net-daemon.exe.stackdump co_message_switch: freeing rule for 8 daemon: module disconnected: conet0 -Christophe ----- Original Message ----- From: "Alejandro R. Sedeno" <as...@MI...> To: "Christophe Thibault" <ch...@ae...> Cc: "Cooperative Linux Development" <col...@li...> Sent: Tuesday, February 24, 2004 9:15 PM Subject: Re: [coLinux-devel] coLinux 0.5.4 > Nope, it's because I'm using winPCap to write out raw network frames, > and passing incoming frames back to coLinux. coLinux's ethenet device > believes it's on a wired network. As such it reads and writes 802.3 > frames, which differ in form from 802.11 frames. > > -Alejandro > > On Tue, 2004-02-24 at 22:50, Christophe Thibault wrote: > > Hey Alejandro, > > > > Is it because of the fact that you need to put the card in promiscuous mode > > (or whatever that name is)? Because some 802.11 wireless PCMCIA cards > > support that mode fine. > > > > -Christophe > > > > ----- Original Message ----- > > From: "Alejandro R. Sedeno" <as...@MI...> > > To: "Cooperative Linux Development" <col...@li... > > > Sent: Tuesday, February 24, 2004 7:28 PM > > Subject: Re: [coLinux-devel] coLinux 0.5.4 > > > > > > > > * conet-pcap: pcap-based daemon (contributed by Alejandro R. Sedeno). > > > > > > This option only works with 802.3 (wired) networks, not 802.11 networks > > > (or others for that matter). > > > > > > -Alejandro > > > > > > > > > > > > ------------------------------------------------------- > > > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > > > Build and deploy apps & Web services for Linux with > > > a free DVD software kit from IBM. Click Now! > > > http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > > > _______________________________________________ > > > coLinux-devel mailing list > > > coL...@li... > > > https://lists.sourceforge.net/lists/listinfo/colinux-devel > > > > > > > > ------------------------------------------------------- > > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > > Build and deploy apps & Web services for Linux with > > a free DVD software kit from IBM. Click Now! > > http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > > _______________________________________________ > > coLinux-devel mailing list > > coL...@li... > > https://lists.sourceforge.net/lists/listinfo/colinux-devel > > > |