From: Mike F. <vap...@gm...> - 2010-08-02 16:56:12
|
On Mon, Aug 2, 2010 at 12:40, Mike Mestnik wrote: > I wanted to write a custom installer for Nagios running under coLinux. > This worked great... although the tap adapter doesn't operate. I was > wondering if I could seek some assistance from an nsis developer? > > I'd also wonder if this was common for networking to not function, unless > you used Slirp? > After researching Slirp I'm thinking it should have been my first choice. > > Never the less it would be grand if my first attempt could be working. > > I'm able to ping Windows from coLinux, but Windows dose not attempt to arp > or ping back. Most odd, tcpdump under colinux shows only it's own traffic > and ping replies. I'm using ipv4ll for the tap interface on the windows > side and a static 169.254 address in coLinux . checkout the NSIS installer patch ive written here: http://blackfin.uclinux.org/gf/project/bfin-colinux/scmsvn/trunk/patches/ this installer will install winpcap, the tap driver (already part of colinux), prompt the user for the desired IP addresses, and then take care of the setup for them. ive tested this under win2000/winxp/vista and know it works there. presumably it also works under win7 since it'll be close to vista, but i dont have any win7 32bit installs to test with :x. -mike -mike |