Bill,

That looks like a port number.  Telnet defaults to 23, not 21.  25 is email
SMTP.  21 sounds familiar, but ...

What is your app trying to do over the internet?   Can you test it as an
intranet, so you can have the server at the same location as you.  Maybe you
could trace on the server side to see what is or is not connecting.

PS - I am assuming you are familiar with TCP/IP and that it requires an
address like 192.168.0.2 and a port, like 80.  Both the sender and receiver
of a packet must have an address and port.  Senders usually pick an
arbitrary port number, receivers almost always work on a specific port, like
80 is for HTTP requests.

If you are not familiar with this concept, stop programming and do some
TCP/IP reading.  There are many tutorials posted on the web (FREE
Education).

-------------------------------------------------------------------
Gary Gorsline
Easy Business Software
========================== End of Message ==========================

----- Original Message -----
From: "bill" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent: Friday, February 15, 2002 1:14 PM
Subject: Re: Pose and netlib


>
> I'm not using DNS, I am using the IP addresses.  I can surf the web, but
> when I try to use my own program, one that I wrote to connect to a telnet
> session it doesn't work.  I found this error:
> "(GDB) set confirm off(GDB) target pilot localhost:21localhost:21: Invalid
> argument."
>
> I don't know where it go localhost:21, I strictly use IP addresses, maybe
> this will give more clues, I hope.
> I am new to this, and as usual, I probably bit off more than I can chew
> right now, but usually I learn better that way, so bear with me and thanx
> for the help.
> thanx
> bill
>
> ----- Original Message -----
> From: "Palm Dev Forum" <[EMAIL PROTECTED]>
> To: "Palm Developer Forum" <[EMAIL PROTECTED]>
> Sent: Friday, February 15, 2002 9:37 AM
> Subject: Re: Pose and netlib
>
>
> > Hey Bill,
> >
> > I think SebNob is right.  Since you don't seem to have a local web
server
> > you can access by IP, why not try this:
> >
> > on your desktop system which is on the same internet connection as POSE,
> go
> > to a dos prompt and type
> >
> > PING YAHOO.COM
> >
> > It will respond with 216.115.109.6 as the IP address of YAHOO.COM.  (But
> do
> > this yourself anyway to make sure your connection is working right now
and
> > YAHOO.COM is working right now.)
> >
> > Surf on POSE to that IP instead of typing in the www.yahoo.com and see
> what
> > happens.
> >
> > -------------------------------------------------------------------
> > Gary Gorsline
> > Easy Business Software
> > ========================== End of Message ==========================
> >
> > ----- Original Message -----
> > From: "bill" <[EMAIL PROTECTED]>
> > To: "Palm Developer Forum" <[EMAIL PROTECTED]>
> > Sent: Friday, February 15, 2002 12:02 PM
> > Subject: Re: Pose and netlib
> >
> >
> > > One thing I noticed about the new pose is that you can actually change
> the
> > > "localhost" to a IP address:port, I was wonder, probably a stupid
> > question,
> > > but what would the port number be??  I used my host computer IP
address
> > and
> > > the 6416 that they had in there, but it still won't work.
> > > thanx
> > > bill
> > >
> > > "SebNob" <[EMAIL PROTECTED]> wrote in message
> > >
> >
>
news:LYRIS-45725-70158-2002.02.15-07.26.59--wlalexander#[EMAIL PROTECTED]
> > > lmos.com...
> > > > Hi bill
> > > >
> > > >     Maybe it's a problem related to the DNS. I think that POSE
doesn't
> > get
> > > > the DNS from the host computer. If you have a web server on your
LAN,
> > try
> > > > accessing it by it's IP. Personnally i connect my POSE with a win
RAS
> > and
> > > it
> > > > work fine.
> > > >
> > > > "bill" <[EMAIL PROTECTED]> a �crit dans le message news:
> > > > [EMAIL PROTECTED]
> > > > >
> > > > > I am just redirecting netlib to the TCP/IP stack of the host
> computer
> > > like
> > > > I
> > > > > am supposed to.  I have no prroblem with the program on the palm
it
> is
> > > > only
> > > > > when trying to use my cable connection, or even a modem
connection,
> I
> > > > always
> > > > > get a time out error, it never works.  Pose does not seem to know
> how
> > to
> > > > get
> > > > > to the internet.
> > > > > thanx
> > > > > bill
> > > > >
> > > > > ----- Original Message -----
> > > > > From: "Palm Dev Forum" <[EMAIL PROTECTED]>
> > > > > To: "Palm Developer Forum" <[EMAIL PROTECTED]>
> > > > > Sent: Thursday, February 14, 2002 7:19 PM
> > > > > Subject: Re: Pose and netlib
> > > > >
> > > > >
> > > > > > I'm sure someone, even me, might be able to give you some help,
> but
> > > you
> > > > > just
> > > > > > haven't told us enough about your problem.  Yes, I've had
> Connection
> > > > Time
> > > > > > Outs with POSEr and Network connection to Internet.  And it's
> worked
> > > > too.
> > > > > > We use CDPD modems, and when you are out of a service area or in
a
> > > steel
> > > > > > building, you get them, too.  Sometimes your ISP goes down,
> servers
> > > even
> > > > > go
> > > > > > down.  You have to program for them.  But I assume that you have
> > some
> > > > > other
> > > > > > problem.  Can you give us some details please.
> > > > >
> > --------------------------------------------------------------------
> > > > > > Gary Gorsline
> > > > > > Easy Business Software
> > > > > > ========================== End of Message
> ==========================
> > > > > >
> > > > > > ----- Original Message -----
> > > > > > From: "bill" <[EMAIL PROTECTED]>
> > > > > > To: "Palm Developer Forum" <[EMAIL PROTECTED]>
> > > > > > Sent: Thursday, February 14, 2002 5:31 PM
> > > > > > Subject: Pose and netlib
> > > > > >
> > > > > >
> > > > > > > Has anyone go the error Connection timed out when trying to
test
> > an
> > > > > > > aplication on pose that uses to tcp/ip of the host computer to
> get
> > > to
> > > > > the
> > > > > > > internet... And if you have, did you fix it and if so...how???
> > > > > > > thanx, I am desperate.
> > > > > > > bill
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > For information on using the Palm Developer Forums, or to
> > > unsubscribe,
> > > > > > please see http://www.palmos.com/dev/tech/support/forums/
> > > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > For information on using the Palm Developer Forums, or to
> > unsubscribe,
> > > > > please see http://www.palmos.com/dev/tech/support/forums/
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > For information on using the Palm Developer Forums, or to
unsubscribe,
> > > please see http://www.palmos.com/dev/tech/support/forums/
> > >
> > >
> > > --
> > > For information on using the Palm Developer Forums, or to unsubscribe,
> > please see http://www.palmos.com/dev/tech/support/forums/
> > >
> >
> >
> > --
> > For information on using the Palm Developer Forums, or to unsubscribe,
> please see http://www.palmos.com/dev/tech/support/forums/
>
>
> --
> For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/tech/support/forums/
>


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to