Could anyone plz tell me how can I test the loopback mode for my driver
code:
I do the following:
In linux, we do
ifconfig wn0 192.168.0.88 up ( with the netmask as 255.255.255.0)
ping 192.168.0.99, my ping goes through
Similarly, How can I do it in QNX??
This is wat happens with BIG TCPIP
- mount -Tio-net mydriver.so (whose interface is en0)
- mount -Tio-net -oif=en0:11.2 /lib/dll/npm-tcpip.so (BIG TCP/IP)
tcpip: unrecognised option: if
(What does this mean?) - ifconfig en0 11.0.0.2 up
- route add 11.0.0.1 en0
en0: bad Value
(What does this mean? This entry doesn’t get updated in my routing table,
which inturn doesn’t help me in testing for loopback mode)
ping 11.0.0.1
Could anyone help me how can i test loopback mode as I could not find any
documentation off, even in DDK.
Thanks
Jalaja
What does it mean?
Thanks
Jalaja