public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Networking in Cygwin.
@ 2002-04-25  4:12 Raghuraman
  2002-04-25  4:39 ` Stanislav Sinyagin
  0 siblings, 1 reply; 8+ messages in thread
From: Raghuraman @ 2002-04-25  4:12 UTC (permalink / raw)
  To: cygwin


[-- Attachment #1.1: Type: text/plain, Size: 196 bytes --]

Hi,
    I installed net utilities with Cygwin, however, wget, ncftp etc do not seem to work.
In both, I get an unknown host error. 
Any help/pointers appreciated.
thanks and regards,
Raghu.

[-- Attachment #1.2: Type: text/html, Size: 945 bytes --]

[-- Attachment #2: Type: text/plain, Size: 214 bytes --]

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Networking in Cygwin.
  2002-04-25  4:12 Networking in Cygwin Raghuraman
@ 2002-04-25  4:39 ` Stanislav Sinyagin
  0 siblings, 0 replies; 8+ messages in thread
From: Stanislav Sinyagin @ 2002-04-25  4:39 UTC (permalink / raw)
  To: Raghuraman, cygwin

Normally it works fine. What's your "ipconfig /all" saying?
Also, are you sure that nslookup (native Windoz command-line utility)
resolves those names?


--- Raghuraman <raghuraman@infy.com> wrote:
> Hi,
>     I installed net utilities with Cygwin, however, wget, ncftp etc do not seem to work.
> In both, I get an unknown host error. 




__________________________________________________
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Networking in Cygwin.
       [not found] <72669A0FE83515438921FDE03D49364757AD2F@kecmsg09.ad.infosys.com>
@ 2002-04-25  7:29 ` Cliff Hones
  0 siblings, 0 replies; 8+ messages in thread
From: Cliff Hones @ 2002-04-25  7:29 UTC (permalink / raw)
  To: Raghuraman, cygwin

Raghuraman" <raghuraman@infy.com> wrote:

> Yes...I am behind a firewall and need proxy authentication...how do I set it
up.....

Well, this is really not a Cygwin issue, and so OT.  You should
ask your SysAdmin.  Several network tools (ftp, telnet, wget)
can be used with proxies - see the man pages.

-- Cliff




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Networking in Cygwin.
@ 2002-04-25  7:14 Cliff Hones
  0 siblings, 0 replies; 8+ messages in thread
From: Cliff Hones @ 2002-04-25  7:14 UTC (permalink / raw)
  To: cygwin

Raghuraman <raghuraman@infy.com> wrote
> heres the wget output when I try something outside the LAN.
>
> [~]>wget -d images.ucomics.com/comics/ch/1991/ch910425.gif
> DEBUG output created by Wget 1.7 on cygwin.
>
> parseurl ("images.ucomics.com/comics/ch/1991/ch910425.gif") -> host
images.ucomi
> cs.com -> opath comics/ch/1991/ch910425.gif -> dir comics/ch/1991 -> file
ch9104
> 25.gif -> ndir comics/ch/1991
> newpath: /comics/ch/1991/ch910425.gif
> --17:49:37--  http://images.ucomics.com/comics/ch/1991/ch910425.gif
>            => `ch910425.gif'
> Connecting to images.ucomics.com:80...
> images.ucomics.com: Host not found.

Is it possible you are behind a firewall and your
browser is set up to use a proxy?

Can you access this site ok outside of Cygwin - eg
using the MS telnet command in a DOS shell?

If you try the command:

   telnet  images.ucomics.com  80

you should get a connection.  It won't output anything until you
type something - then (unless you manage to type a valid HTTP
request) it should respond with an HTML error message and close the
connection.

Try the same thing with the IP address (63.161.87.120).  This
should establish whether it's a DNS issue, a firewall issue
or a Cygwin issue.  (If it works in the DOS shell try the same
under bash).

-- Cliff



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: Networking in Cygwin.
  2002-04-25  5:56 Raghuraman
@ 2002-04-25  6:02 ` Stanislav Sinyagin
  0 siblings, 0 replies; 8+ messages in thread
From: Stanislav Sinyagin @ 2002-04-25  6:02 UTC (permalink / raw)
  To: Raghuraman, cygwin

> Connecting to images.ucomics.com:80...
> images.ucomics.com: Host not found.

But you gave nslookup output for some other host... 



__________________________________________________
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: Networking in Cygwin.
@ 2002-04-25  5:56 Raghuraman
  2002-04-25  6:02 ` Stanislav Sinyagin
  0 siblings, 1 reply; 8+ messages in thread
From: Raghuraman @ 2002-04-25  5:56 UTC (permalink / raw)
  To: Stanislav Sinyagin, cygwin

Hi, 
	heres the wget output when I try something outside the LAN.

[~]>wget -d images.ucomics.com/comics/ch/1991/ch910425.gif
DEBUG output created by Wget 1.7 on cygwin.

parseurl ("images.ucomics.com/comics/ch/1991/ch910425.gif") -> host images.ucomi
cs.com -> opath comics/ch/1991/ch910425.gif -> dir comics/ch/1991 -> file ch9104
25.gif -> ndir comics/ch/1991
newpath: /comics/ch/1991/ch910425.gif
--17:49:37--  http://images.ucomics.com/comics/ch/1991/ch910425.gif
           => `ch910425.gif'
Connecting to images.ucomics.com:80...
images.ucomics.com: Host not found.
[~]>

Thanks,
Raghu


-----Original Message-----
From: Stanislav Sinyagin [mailto:ssinyagin@yahoo.com]
Sent: Thursday, April 25, 2002 5:28 PM
To: Raghuraman; cygwin@cygwin.com
Subject: RE: Networking in Cygwin.



--- Raghuraman <raghuraman@infy.com> wrote:
>         DNS Suffix Search List. . . . . . : ad.infosys.com
>         DNS Servers . . . . . . . . . . . : 192.168.200.55
>                                             192.168.200.57
> 
> nslookup gives the following output for the primary WINS server
> Server:  blrkecidc05.ad.infosys.com
> Address:  192.168.200.55
> 
> Name:    blrkecwin02.ad.infosys.com
> Address:  204.4.54.4

And what's the wget's output?

__________________________________________________
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: Networking in Cygwin.
  2002-04-25  5:01 Raghuraman
@ 2002-04-25  5:08 ` Stanislav Sinyagin
  0 siblings, 0 replies; 8+ messages in thread
From: Stanislav Sinyagin @ 2002-04-25  5:08 UTC (permalink / raw)
  To: Raghuraman, cygwin


--- Raghuraman <raghuraman@infy.com> wrote:
>         DNS Suffix Search List. . . . . . : ad.infosys.com
>         DNS Servers . . . . . . . . . . . : 192.168.200.55
>                                             192.168.200.57
> 
> nslookup gives the following output for the primary WINS server
> Server:  blrkecidc05.ad.infosys.com
> Address:  192.168.200.55
> 
> Name:    blrkecwin02.ad.infosys.com
> Address:  204.4.54.4

And what's the wget's output?

__________________________________________________
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: Networking in Cygwin.
@ 2002-04-25  5:01 Raghuraman
  2002-04-25  5:08 ` Stanislav Sinyagin
  0 siblings, 1 reply; 8+ messages in thread
From: Raghuraman @ 2002-04-25  5:01 UTC (permalink / raw)
  To: Stanislav Sinyagin, cygwin

Hi, 
	Here's what I get when I run ipconfig /all

Windows 2000 IP Configuration

        Host Name . . . . . . . . . . . . : blrkec17683
        Primary DNS Suffix  . . . . . . . : ad.infosys.com
        Node Type . . . . . . . . . . . . : Hybrid
        IP Routing Enabled. . . . . . . . : No
        WINS Proxy Enabled. . . . . . . . : No
        DNS Suffix Search List. . . . . . : ad.infosys.com
                                            infosys.com

Ethernet adapter Local Area Connection:

        Connection-specific DNS Suffix  . : ad.infosys.com
        Description . . . . . . . . . . . : 3Com 3C920 Integrated Fast Ethernet
Controller (3C905C-TX Compatible)
        Physical Address. . . . . . . . . : 00-B0-D0-D2-44-61
        DHCP Enabled. . . . . . . . . . . : Yes
        Autoconfiguration Enabled . . . . : Yes
        IP Address. . . . . . . . . . . . : 192.168.207.138
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . : 192.168.207.1
        DHCP Server . . . . . . . . . . . : 192.168.207.11
        DNS Servers . . . . . . . . . . . : 192.168.200.55
                                            192.168.200.57
        Primary WINS Server . . . . . . . : 204.4.54.4
        Lease Obtained. . . . . . . . . . : Thursday, April 25, 2002 3:28:05 PM
        Lease Expires . . . . . . . . . . : Friday, April 26, 2002 3:28:05 PM

nslookup gives the following output for the primary WINS server
Server:  blrkecidc05.ad.infosys.com
Address:  192.168.200.55

Name:    blrkecwin02.ad.infosys.com
Address:  204.4.54.4

Is there any configuration file that I need to set up?
regards,
Raghu


-----Original Message-----
From: Stanislav Sinyagin [mailto:ssinyagin@yahoo.com]
Sent: Thursday, April 25, 2002 3:49 PM
To: Raghuraman; cygwin@cygwin.com
Subject: Re: Networking in Cygwin.


Normally it works fine. What's your "ipconfig /all" saying?
Also, are you sure that nslookup (native Windoz command-line utility)
resolves those names?


--- Raghuraman <raghuraman@infy.com> wrote:
> Hi,
>     I installed net utilities with Cygwin, however, wget, ncftp etc do not seem to work.
> In both, I get an unknown host error. 




__________________________________________________
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2002-04-25 13:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-25  4:12 Networking in Cygwin Raghuraman
2002-04-25  4:39 ` Stanislav Sinyagin
2002-04-25  5:01 Raghuraman
2002-04-25  5:08 ` Stanislav Sinyagin
2002-04-25  5:56 Raghuraman
2002-04-25  6:02 ` Stanislav Sinyagin
2002-04-25  7:14 Cliff Hones
     [not found] <72669A0FE83515438921FDE03D49364757AD2F@kecmsg09.ad.infosys.com>
2002-04-25  7:29 ` Cliff Hones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).