IP connectivity from a cellular data network to for example your home network is not straight forward
Be aware of the following: + your cellular 3G IP address might be NAT'd (important when you try to reach the mobile device) + your home network IP address is not public reachable (if this is the case try to place your home ip address in a DMZ zone ~possible security risks!!!) Q1: How does your phone know about your home ip address (manually configured)? Q2: Can you ping your home network from outside your LAN? --Roman On Mar 2, 10:31 pm, Burgwindeck <[email protected]> wrote: > Hi Gn, > > I also have been trying to setup a Droid to Droid 3G connection. > I can confirm that all works great in wifi mode. The Droid can make > connection requests (Http, Telnet, raw sockets) in 3G, but I cannot > get the Droid to accept a socket connection in G3 mode. I was told by > Verizon that a special license was needed to accept socket connection > requests and they would send me some information. So far, none has > been received. If anyone knows how to program the Droid to accept > socket connection requests over 3G, please respond. > > Thanks > > Burgwindeck > > On Jan 20, 12:35 am, Na Gu <[email protected]> wrote: > > > Dear all, > > > I am trying to use an android phone to send afileto my laptop, the > > program works well under wifi network, but it does not work if i use > > 3G network...How to solve this problem? > > > mysocketis very simple: > > server side: adr1 = new ServerSocket(3108); > > Socketserver = adr1.accept(); > > client side: Socketclient; > > client = newSocket("10.217.137.110", > > 3400); > > > I tried to use asocketwith remote ip, remote port, local ip and > > local port, this method does not work for both wifi and 3G network.... > > > Thanks a lot! > > gn -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

