This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: XDMCP on Windows 95



On Mon, 9 Dec 2002, J S wrote:

> Here's the output I got from ls_netdev, although what's confusing is I'm
> using a token ring network connection, not ethernet as the output seems to
> suggest:

The code for win95 can only distinguish between ppp and other network
interfaces.

>
> $ ls_netdev-w95
> ls_netdev $Id: ls_netdev.c,v 1.6 2002/11/10 16:14:32 ago Exp $
> OS Version: Windows 9x 4.0 Build 67306684 B
> Querying devices using ioctl
> lo: family=TCP/IP (0) addr=127.0.0.1
> eth0: family=TCP/IP (0) addr=0.0.0.0

That's the problem. Does the adapter get its IP via dhcp?

Can you please send me a registry dump of
HKLM\\Enum\\Netwok\\MSTCP and
HKLM\\System\\CurrentControlSet\\Services\\Class\\NetTrans\0002
HKLM\\System\\CurrentControlSet\\Services\\Class\\NetTrans\0008

> ppp0: family=TCP/IP (0) addr=0.0.0.0
> lo: metric=1 mtu=3924
> eth0: metric=1 mtu=1500
> ppp0: metric=1 mtu=1500
> Querying devices using internal function
> ifname: "0000"
> driver: "NetTrans\0002"
> IPAddress: "0.0.0.0", IPMask: "0.0.0.0"
> AdapterName: ""
> ifname: "0002"
> driver: "NetTrans\0008"
> IPAddress: "0.0.0.0", IPMask: "0.0.0.0"
> AdapterName: "MS$PPP"
> lo: family=TCP/IP (0) addr=127.0.0.1
> eth0: family=TCP/IP (0) addr=0.0.0.0
> ppp0: family=TCP/IP (0) addr=0.0.0.0

bye
ago
Thanks Alex. Heres HKLM\\Enum\\Netwok\\MSTCP and HKLM\\System\\CurrentControlSet\\Services\\Class\\NetTrans\0002. I removed the PPP adapter so 0008 isn't there anymore.

[HKEY_LOCAL_MACHINE\Enum\Network\MSTCP\]

[HKEY_LOCAL_MACHINE\Enum\Network\MSTCP\\0000]
"Class"="NetTrans"
"Driver"="NetTrans\\0002"
"MasterCopy"="Enum\\Network\\MSTCP\\0000"
"DeviceDesc"="TCP/IP"
"CompatibleIDs"="MSTCP"
"Mfg"="Microsoft"
"ConfigFlags"=hex:10,00,00,00

[HKEY_LOCAL_MACHINE\Enum\Network\MSTCP\\0000\Bindings]
"VSERVER\\0001"=""
"VREDIR\\0000"=""



[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\NetTrans]
@="Network Protocol"
"Installer"="netdi.dll"
"Icon"="-6"
"NoUseClass"="1"

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\NetTrans\0002]
"DriverDesc"="TCP/IP"
"IPAddress"="10.252.20.185"
"IPMask"="255.255.0.0"
"DeviceVxDs"="vtdi.386,vip.386,vtcp.386,vdhcp.386,vnbt.386"
"InstallVnbt"="0"
"InfPath"="NETTRANS.INF"
"DriverDate"=" 8-24-1996"
"DevLoader"="*ndis"
"NameServer1"="10.252.6.21"
"NodeType"="8"
"DefaultGateway"="10.252.0.1"

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\NetTrans\0002\Ndi]
"DeviceID"="MSTCP"
"MaxInstance"="8"
"NdiInstaller"="mstcp.dll,TcpNdiProc"
"HelpText"="TCP/IP is the protocol you use to connect to the Internet and wide-area networks."
"InstallInf"=""
"InfSection"="MSTCP.ndi"

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\NetTrans\0002\Ndi\Interfaces]
"DefUpper"="netbios,tdi,winsock"
"DefLower"="ndis2,ndis3,odi"
"UpperRange"="netbios,tdi,winsock"
"LowerRange"="ndis2,ndis3,odi"
"Upper"="netbios,tdi,winsock"
"Lower"="ndis2,ndis3,odi"

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\NetTrans\0002\Ndi\Install]
@="MSTCP.Install"

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\NetTrans\0002\Ndi\Remove]
@="MSTCP.Remove"

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\NetTrans\0002\Ndi\Params]

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\NetTrans\0002\Ndi\Params\None]
"ParamDesc"="None"
"default"=""
"type"="keyonly"
@=""

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\NetTrans\0002\Ndi\RenameBase]
"file1"="C:\\WINDOWS\\winsock"
"file2"="C:\\WINDOWS\\SYSTEM\\winsock"
"file3"="C:\\WINDOWS\\SYSTEM\\win32s\\winsock"

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\NetTrans\0002\Ndi\Default]
@="True"

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\NetTrans\0002\NDIS]
"LogDriverName"="MSTCP"
"MajorNdisVersion"=hex:03
"MinorNdisVersion"=hex:0a



_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]