Netwrok Problem on QNX 4.25- urgent.

Hello,
I am using QNX 4.25. I want to setup network between QNX and Windows systems .
I am trying with D-link’s DE200PCT and SN2000CT type network adapters(PnP mode disabled) and Net.ether1000 driver. I had included the driver activation command in sysinit file.
On start up, QNX detects the card and allocates the resources to it.
I could even do self pinging (ping 91.1.1.10 , QNX machine) but when I try to ping to windows machine
(91.1.1.11), it hangs up on very first line.

Ping 91.1.1.11 ( 91.1.1.11) : 56 data bytes

The cards are working as I verified it by setting windows to windows connection.
Can anyone help me to solve this problem?
It’s urgent.

Thanks

assuming sysinit is correct, check that
“/etc/netstart”

has lines similar to:
/usr/ucb/Socket QNX_machine_name &
AND
/usr/ucb/ifconfig en1 91.1.1.10 up netmask 255.255.255.0
/usr/ucb/ifconfig lo0 127.0.0.1 up

This is based on 4.24 and I have used the format on 4.25
Unfortunately there are no 4.25 machines up right now.

Merle

No QNX does not allocate resource, these type of card are either plug and play or setup via jumpers. So it’s quite possible the drive makes a best guess as to which interrupt the card it, but it might wrong, usually is ;-)