Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
General
General TopicsGSMBluetooth
Providers
AlltelATT WirelessCingularFidoNextelSprint PCST-MobileVerizon
Manufacturers
EricssonNokiaMotorola
Country Specific
Australian GroupUK Group
Related Topics
PocketPCPalmMore Topics ...

Cellular Phone Forum / Country Specific / UK Group / January 2008

Tip: Looking for answers? Try searching our database.

Cannot ping two mobiles within same GPRS network?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
kingfisher - 22 Jan 2008 03:35 GMT
Hi,

I am trying to write an application to read/write information between
two mobile phone which was connected to GPRS network. But I found that
when two phone online and acquired their own IP 10.209.xxx.xxx, they
can't ping each other even they are connected to the same network
provider. I am using vxUtil ('Cambridge - vxUtil'
(http://www.cam.com/vxutil.html)).

Please help to provide me some information about this issue.

Thanks

Regards,
KF

------------------------------------------------------------------------
View this thread: http://www.wirelessforums.org/showthread.php?t=37297
http://www.wirelessforums.org
Mike - 22 Jan 2008 11:18 GMT
>I am trying to write an application to read/write information between
>two mobile phone which was connected to GPRS network. But I found that
[quoted text clipped - 4 lines]
>
>Please help to provide me some information about this issue.

I have no particular knowledge of how network operators implement data
connectivity but it's quite possible that they have several separate
networks within the 10.*.*.* address space, each with its own route
out the the Internet.  There may well be no TCP/IP route between two
mobile phones on GPRS and the operators may filter inbound connections
in any case.  On balance, I'd be surprised if pinging between mobile
phones did work.

Incidentally, the www.wirelessforums.org forum you're using is a
parasitic interface to usenet.  You'd be better off using usenet
directly.  This newgroup has nothing to do with the forum through
which you posted.

Mike.
R. Mark Clayton - 24 Jan 2008 14:33 GMT
>>I am trying to write an application to read/write information between
>>two mobile phone which was connected to GPRS network. But I found that
[quoted text clipped - 9 lines]
> networks within the 10.*.*.* address space, each with its own route
> out the the Internet.

Indeed, but in theory that would then be the path between them.  You can get
some very convoluted paths sometimes (e.g. after the Canadian ice storm).

What is probably the case is that the GPRS network stops the rest of the
world seeing the IP address of individual phones, the phones on the other
hands should be able to see most of the net, so indirect connection would be
possible.

> There may well be no TCP/IP route between two
> mobile phones on GPRS and the operators may filter inbound connections
> in any case.  On balance, I'd be surprised if pinging between mobile
> phones did work.

Agreed otherwise loads of GPRS bandwidth would be wasted.

> Incidentally, the www.wirelessforums.org forum you're using is a
> parasitic interface to usenet.  You'd be better off using usenet
> directly.  This newgroup has nothing to do with the forum through
> which you posted.
>
> Mike.
Dennis Ferguson - 24 Jan 2008 18:00 GMT
>> I have no particular knowledge of how network operators implement data
>> connectivity but it's quite possible that they have several separate
[quoted text clipped - 8 lines]
> hands should be able to see most of the net, so indirect connection would be
> possible.

When you establish an Internet connection from your phone you end up
with a point-to-point connection between the phone and (one of) the
router(s) the Access Point Name names (what's that called, a GGSN?).
Your reachability is entirely dependent on what that router allows
you to reach.

It is quite possible that the router is configured to forward all net 10
packets that are destined to a global Internet address through NAT, and
to forward all packets coming from NAT to a net 10 address, but not to
forward packets directly from one net 10 address to another.  This would
be an explicit choice by the operator not to allow phones to talk directly
to each other.

Dennis Ferguson
Mike - 24 Jan 2008 21:39 GMT
>>>I am trying to write an application to read/write information between
>>>two mobile phone which was connected to GPRS network. But I found that
[quoted text clipped - 12 lines]
>Indeed, but in theory that would then be the path between them.  You can get
>some very convoluted paths sometimes (e.g. after the Canadian ice storm).

I don't think so, because the 10.0.0.0/8 network isn't routeable on
the Internet.  For that to work, the network gateways would have to
route local addresses between themselves, keeping the traffic on the
isolated network and, while possible, I can't see the operators doing
it.

Mike.
Steve - 22 Jan 2008 17:21 GMT
> Hi,
>
[quoted text clipped - 6 lines]
>
> Please help to provide me some information about this issue.

Being at the wrong end of a ping flood or SYN flood attack could be
painful in more ways than one considering the price of GPRS on some
networks.

I think as a result such things are blocked which would include incoming
connections. The two sides could connect via a proxy though.

I think some networks support static IP addresses though.

Steve.
Jon - 23 Jan 2008 07:14 GMT
> Hi,
>
[quoted text clipped - 6 lines]
>
> Please help to provide me some information about this issue.

I don't think it's possible.
Signature

Regards
Jon

wkyau2000@gmail.com - 24 Jan 2008 14:10 GMT
> Incidentally, the www.wirelessforums.org forum you're using is a
> parasitic interface to usenet.  You'd be better off using usenet
> directly.  This newgroup has nothing to do with the forum through
> which you posted.

> Mike.

I posted the same issue to discussion.forum.nokia.com, someone suggest
me to read about SIP, with it we can get connections between mobile
devices handled nicely. I think that is Session Initiation Protocol
(SIP), does it help in this case? Anyone familiar with the
implementation?

> In article <kingfisher.33k...@no-mx.wirelessforums.org>,
> kingfisher.33k...@no-mx.wirelessforums.org says...
[quoted text clipped - 14 lines]
> Regards
> Jon

> Being at the wrong end of a ping flood or SYN flood attack could be
> painful in more ways than one considering the price of GPRS on some
> networks.

> I think as a result such things are blocked which would include incoming
> connections. The two sides could connect via a proxy though.

> I think some networks support static IP addresses though.

> Steve.

Beside of the ping being blocked, does it mean that we can't use/
develop any application to send/receive like UDP packet within two
mobile phone in GPRS network?
Mike - 24 Jan 2008 21:50 GMT
>Beside of the ping being blocked, does it mean that we can't use/
>develop any application to send/receive like UDP packet within two
>mobile phone in GPRS network?

It quite possibly does mean that as far as direct phone-to-phone
communication is concerned.  You'd have to experiment or ask the
network operator (if you can find someone to talk to at the network
operator who even understands the question!).

If I was doing this for a commercial application, I'd probably set up
a central server on the Internet to which the phones connect and
establish a communication channel using TCP. The phones would probably
have to poll the server regularly to keep the NAT active and prevent
the network from closing the connection.  Messages between phones
could then be passed via the central server.  This would be simple to
implement although would require a dedicated server and may not scale
well.

Mike.
Rob02 - 24 Jan 2008 19:14 GMT
Assuming you could get it to work who would pay for the ping response?

------------------------------------------------------------------------
View this thread: http://www.wirelessforums.org/showthread.php?t=37297
http://www.wirelessforums.org
Martin - 24 Jan 2008 23:44 GMT
On 22 Jan, 03:35, kingfisher <kingfisher.33k...@no-
mx.wirelessforums.org> wrote:
> Hi,
>
[quoted text clipped - 14 lines]
> ------------------------------------------------------------------------
> View this thread:http://www.wirelessforums.org/showthread.php?t=37297http://www.wirelessforums.org

I'd suggest you take a look at the Mobile Web Server project - a port
of Apache to the Symbian platform.

I've been looking for a little while for the reason the mobile web
server uses a gateway/proxy to communicate between the internet and
the mobile phone that the mobile web server is running on but had no
luck.

But i'm sure i read a while back that mobile networks didn't allow or
weren't configured for such data traffic.

http://wiki.opensource.nokia.com/projects/MWS:FAQ

Martin.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.