Our application makes use of TCP/IP connections, and the code works fine over PRNESOCK on earlier SDK's. For SDK v2.6, we would like to use the ethernet facilities available. The emulator is able to connect to the machine hosting the emulator, but is not able to connect to any other, implying that the DNS lookup is failing (despite the preferences showing the DNS entries to be the same as those for the PC).
Has anyone else had problems configuring the SD v2.6 emualtor to use the LAN, and if so, did you find a way around them?
Sockets example program:
hi, having little bit similar problems. i am trying to connect to my socket server program from the emulator. The emulator socket app and socket server program are running on the same machine. I have no internet acces, just a local network without dhcp-server, no name servers etc.
I am not able to connect the server socket program on the same machine. What is the problem? Do I need to set a gateway and nameservers in any case? I am not going to connect to the internet at all.