Respective private ip addresses, which are internal ones, are:

192.168.0.3 (Web Server--www.ehankuk.com)

192.168.0.48 (my desktop machine)

My company uses XO service. The assigned public ip address from XO is 64.122.21.14.

They are forwarding to my local web server.

I am trying to establish ssh connection between two. However I've noticed that
there was "No route to host" problem.

Thank you,


>----- Original Message -----
>From: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Date: Thu, 12 Jun 2003 10:49:05 -0600
>Subject: uug-list Digest, Vol 3, Issue 60
>
>Send uug-list mailing list submissions to
> [EMAIL PROTECTED]
>
>To subscribe or unsubscribe via the World Wide Web, visit
> http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
>or, via email, send a message with subject or body 'help' to
> [EMAIL PROTECTED]
>
>You can reach the person managing the list at
> [EMAIL PROTECTED]
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of uug-list digest..."
>
>
>Today's Topics:
>
> 1. RE: RE: No route to host problem (Gary Thornock)
> 2. Re: html question - form without "submit," us drop-menu
> (Andrew Jorgensen)
> 3. Re: html question - form without "submit," us drop-menu
> (Steve Meyers)
> 4. Re: invalid UTF-8 (Jacob Albretsen)
> 5. Re: invalid UTF-8 (Byron Clark)
> 6. Re: invalid UTF-8 (Andrew Jorgensen)
> 7. Sticking up for ALSA (Hans Fugal)
> 8. Re: Sticking up for ALSA (Andrew Jorgensen)
>
>
>----------------------------------------------------------------------
>
>Message: 1
>Date: Thu, 12 Jun 2003 08:29:38 -0600
>From: "Gary Thornock" <[EMAIL PROTECTED]>
>Subject: RE: [uug] RE: No route to host problem
>To: "BYU Unix Users Group" <[EMAIL PROTECTED]>
>Message-ID: <[EMAIL PROTECTED]>
>Content-Type: text/plain; charset="iso-8859-1"
>
>> Yo,
>>
>> I reinstalled Mandrake 9.1 recently to my web server. It works fine
>> except the ping and ssh problem. When I ping to the ip address of
>> other machine in my office, it says "no route to host". From the
>> other machine, I can ping to the web server with its domain name,
>> but it fails to ping to its ip address. Thus SSH doesn't work too.
>>
>> Do you have any advice?
>>
>> Best regards,
>>
>> Dyle Joo
>
>The first question would be, what are the respective IP addresses
>of the two machines?
>
>
>------------------------------
>
>Message: 2
>Date: Thu, 12 Jun 2003 08:40:59 -0600
>From: Andrew Jorgensen <[EMAIL PROTECTED]>
>Subject: Re: [uug] html question - form without "submit," us drop-menu
>To: BYU Unix Users Group <[EMAIL PROTECTED]>
>Message-ID: <[EMAIL PROTECTED]>
>Content-Type: text/plain; charset="us-ascii"
>
>Steve Meyers wrote:
>> On Thu, 2003-06-12 at 10:04, Andrew Jorgensen wrote:
>>
>>>>Technically, it should be form.submit(). It will probably work fine as
>>>>just submit(), but you may have better browser compatibility with
>>>>form.submit().
>>>
>>>Shouldn't it only be form.submit() if the form happens to be named "form"?
>>
>>
>> No, form is a property of any form element, that points to the parent
>> form. The select box does NOT have a submit() method, the form does.
>> So just calling submit() from the select is incorrect.
>
>Cool. For future reference, where are these properties and methods
>defined? Is there a spec somewhere? A really good reference?
>
>--
>Andrew Jorgensen
>-------------- next part --------------
>A non-text attachment was scrubbed...
>Name: smime.p7s
>Type: application/x-pkcs7-signature
>Size: 3415 bytes
>Desc: S/MIME Cryptographic Signature
>Url : /pipermail/attachments/20030612/b7b942f6/smime-0001.bin
>
>------------------------------
>
>Message: 3
>Date: 12 Jun 2003 10:52:18 -0400
>From: Steve Meyers <[EMAIL PROTECTED]>
>Subject: Re: [uug] html question - form without "submit," us drop-menu
>To: BYU Unix Users Group <[EMAIL PROTECTED]>
>Message-ID: <[EMAIL PROTECTED]>
>Content-Type: text/plain
>
>On Thu, 2003-06-12 at 10:40, Andrew Jorgensen wrote:
>> Cool. For future reference, where are these properties and methods
>> defined? Is there a spec somewhere? A really good reference?
>
>Not really.... A combination of HTMLib and Netscape's JS 1.3 reference
>are what I usually use, though. I don't have the URLs handy right now,
>though... The Netscape one is somewhere on developer.netscape.com.
>
>Steve
>
>
>
>------------------------------
>
>Message: 4
>Date: Thu, 12 Jun 2003 09:37:12 -0600
>From: Jacob Albretsen <[EMAIL PROTECTED]>
>Subject: Re: [uug] invalid UTF-8
>To: [EMAIL PROTECTED], BYU Unix Users Group <[EMAIL PROTECTED]>
>Message-ID: <[EMAIL PROTECTED]>
>Content-Type: text/plain; charset="iso-8859-1"
>
>On Wednesday 11 June 2003 05:07 pm, Bryan Murdock wrote:
>> I've installed acrobat reader on my new Redhat system (with the home
>> directory I've been using under Mandrake 9.1) and it says this:
>>
>> Warning: charset "UTF-8" not supported, using "ISO8859-1".
>> Aborted
>>
>> and then won't run. I'm trying to figure this out. I've now noticed
>> that there are a bunch of lines in my .xsession-errors file that say
>> something like:
>>
>> Window manager warning: Property _NET_WM_NAME on window 0x320001b
>> contained invalid UTF-8
>>
>> What the heck is this and how might I get the problem fixed?
>
>I ran into the exact same problem. I looked and looked for a solution so the
>ISO8859-1 charset would be generated instead of UTF-8. Didn't find anything,
>and I even posted here and no one had a solution.
>
>One of the MANY reasons I switched from Red(mond)Hat to Mandrake.
>
>--
>Jacob Albretsen
>[EMAIL PROTECTED]
>
>
>------------------------------
>
>Message: 5
>Date: Thu, 12 Jun 2003 09:50:46 -0600
>From: Byron Clark <[EMAIL PROTECTED]>
>Subject: Re: [uug] invalid UTF-8
>To: BYU Unix Users Group <[EMAIL PROTECTED]>
>Message-ID: <[EMAIL PROTECTED]>
>Content-Type: text/plain; charset="us-ascii"
>
>To fix the problem you need to edit /etc/sysconfig/i18n and make sure
>the first two lines are:
>
>LANG="en_US"
>LOCALE="en_US"
>
>That should fix the problem.
>
>--Byron Clark
>
>On Thu, Jun 12, 2003 at 09:37:12AM -0600, Jacob Albretsen wrote:
>> On Wednesday 11 June 2003 05:07 pm, Bryan Murdock wrote:
>> > I've installed acrobat reader on my new Redhat system (with the home
>> > directory I've been using under Mandrake 9.1) and it says this:
>> >
>> > Warning: charset "UTF-8" not supported, using "ISO8859-1".
>> > Aborted
>> >
>> > and then won't run. I'm trying to figure this out. I've now noticed
>> > that there are a bunch of lines in my .xsession-errors file that say
>> > something like:
>> >
>> > Window manager warning: Property _NET_WM_NAME on window 0x320001b
>> > contained invalid UTF-8
>> >
>> > What the heck is this and how might I get the problem fixed?
>>
>> I ran into the exact same problem. I looked and looked for a solution so the
>> ISO8859-1 charset would be generated instead of UTF-8. Didn't find anything,
>> and I even posted here and no one had a solution.
>>
>> One of the MANY reasons I switched from Red(mond)Hat to Mandrake.
>>
>> --
>> Jacob Albretsen
>> [EMAIL PROTECTED]
>>
>> ____________________
>> BYU Unix Users Group
>> http://uug.byu.edu/
>> ___________________________________________________________________
>> List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
>>
>-------------- next part --------------
>A non-text attachment was scrubbed...
>Name: not available
>Type: application/pgp-signature
>Size: 189 bytes
>Desc: not available
>Url : /pipermail/attachments/20030612/9088c54a/attachment-0001.bin
>
>------------------------------
>
>Message: 6
>Date: Thu, 12 Jun 2003 09:58:03 -0600
>From: Andrew Jorgensen <[EMAIL PROTECTED]>
>Subject: Re: [uug] invalid UTF-8
>To: BYU Unix Users Group <[EMAIL PROTECTED]>
>Message-ID: <[EMAIL PROTECTED]>
>Content-Type: text/plain; charset="us-ascii"
>
>Jacob Albretsen wrote:
>> I ran into the exact same problem. I looked and looked for a solution so the
>> ISO8859-1 charset would be generated instead of UTF-8. Didn't find anything,
>> and I even posted here and no one had a solution.
>>
>> One of the MANY reasons I switched from Red(mond)Hat to Mandrake.
>>
>
>Actually, Jake, you got several replies and at least two solutions
>.
>
>Your reasons for switching to Mandrake are fictitious.
>
>--
>Andrew Jorgensen
>-------------- next part --------------
>A non-text attachment was scrubbed...
>Name: smime.p7s
>Type: application/x-pkcs7-signature
>Size: 3415 bytes
>Desc: S/MIME Cryptographic Signature
>Url : /pipermail/attachments/20030612/70974c86/smime-0001.bin
>
>------------------------------
>
>Message: 7
>Date: Thu, 12 Jun 2003 10:23:59 -0600
>From: Hans Fugal <[EMAIL PROTECTED]>
>Subject: [uug] Sticking up for ALSA
>To: BYU Unix Users Group <[EMAIL PROTECTED]>
>Message-ID: <[EMAIL PROTECTED]>
>Content-Type: text/plain; charset="us-ascii"
>
>Would you like to elaborate? Are you saying that ALSA is the cause of
>unrelated hardware woes or just sound-related ones? Is it Mandrake's
>handling of the ALSA configurations or the ALSA drivers themselves?
>
>I've never had hardware issues with ALSA. If it works, it works
>wonderfully. If it doesn't, it's almost always a misconfiguration.
>
>* Andrew Jorgensen [Wed, 11 Jun 2003 at 20:42 -0600]
>
>> James Nickerson wrote:
>> >but Mandrake 9.1 actually set up alsa correctly out of the box
>>
>> In so many cases that isn't a good thing. I can't tell you how
>> frustrating it is to struggle with an aparently flaky machine only to
>> find out that it's ALSA, again.
>>
>> Seriously half the time I've seen hardware trouble on a mandrake box
>> it's actually just alsa. Removing it always does the trick.
>>
>>
>> ____________________
>> BYU Unix Users Group
>> http://uug.byu.edu/
>> ___________________________________________________________________
>> List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
>

>
>--
> Hans Fugal | De gustibus non disputandum est.
> http://hans.fugal.net/ | Debian, vim, mutt, ruby, text, gpg
> http://gdmxml.fugal.net/ | WindowMaker, gaim, UTF-8, RISC, JS Bach
>---------------------------------------------------------------------
>GnuPG Fingerprint: 6940 87C5 6610 567F 1E95 CB5E FC98 E8CD E0AA D460
>-------------- next part --------------
>A non-text attachment was scrubbed...
>Name: not available
>Type: application/pgp-signature
>Size: 189 bytes
>Desc: not available
>Url : /pipermail/attachments/20030612/b7653efd/attachment-0001.bin
>
>------------------------------
>
>Message: 8
>Date: Thu, 12 Jun 2003 10:30:53 -0600
>From: Andrew Jorgensen <[EMAIL PROTECTED]>
>Subject: Re: [uug] Sticking up for ALSA
>To: BYU Unix Users Group <[EMAIL PROTECTED]>
>Message-ID: <[EMAIL PROTECTED]>
>Content-Type: text/plain; charset="us-ascii"
>
>I'll give one example: One of the machines in the astronomy group was
>being flaky, It would hang when you tried to log in. I guess it is sound
>related 'cause it only happened when trying to use KDE or Gnome which
>both have sound daemons. Uninstalling the alsa package, or maybe it was
>just disabling it, fixed the problem.
>
>I don't care much if it's a "miconfiguration" since all these mandrake
>users think they don't have to configure anything. Drakconf does it for
>them, and does it right the first time ;).
>
>Hans Fugal wrote:
>> Would you like to elaborate? Are you saying that ALSA is the cause of
>> unrelated hardware woes or just sound-related ones? Is it Mandrake's
>> handling of the ALSA configurations or the ALSA drivers themselves?
>>
>> I've never had hardware issues with ALSA. If it works, it works
>> wonderfully. If it doesn't, it's almost always a misconfiguration.
>>
>> * Andrew Jorgensen [Wed, 11 Jun 2003 at 20:42 -0600]
>>
>>
>>>James Nickerson wrote:
>>>
>>>>but Mandrake 9.1 actually set up alsa correctly out of the box
>>>
>>>In so many cases that isn't a good thing. I can't tell you how
>>>frustrating it is to struggle with an aparently flaky machine only to
>>>find out that it's ALSA, again.
>>>
>>>Seriously half the time I've seen hardware trouble on a mandrake box
>>>it's actually just alsa. Removing it always does the trick.
>>>
>>>
>>>____________________
>>>BYU Unix Users Group
>>>http://uug.byu.edu/
>>>___________________________________________________________________
>>>List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
>>
>>

>>
>>
>> ------------------------------------------------------------------------
>>
>> ____________________
>> BYU Unix Users Group
>> http://uug.byu.edu/
>> ___________________________________________________________________
>> List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
>
>--
>Andrew Jorgensen
>-------------- next part --------------
>A non-text attachment was scrubbed...
>Name: smime.p7s
>Type: application/x-pkcs7-signature
>Size: 3415 bytes
>Desc: S/MIME Cryptographic Signature
>Url : /pipermail/attachments/20030612/31793f47/smime.bin
>
>------------------------------
>
>_______________________________________________
>uug-list mailing list
>[EMAIL PROTECTED]
>http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
>
>End of uug-list Digest, Vol 3, Issue 60
>***************************************
>




Dyle Joo
1916 N 80 W #29
Provo UT 84604

생활인터넷 드림위즈 http://www.dreamwiz.com

[생활정보] 국제전화 요금비교, 잘만 골라쓰면 분당 1000원이 절약됩니다.
[도구] 광화문에 가장 빨리 가는 방법? 도구에서 찾으십시오.
____________________
BYU Unix Users Group 
http://uug.byu.edu/ 
___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list

Reply via email to