Networking Forums

Networking Forums > Computer Networking > Linux Networking > Problem w/NcFTP and IP addresses

Reply
Thread Tools Display Modes

Problem w/NcFTP and IP addresses

 
 
Keith
Guest
Posts: n/a

 
      12-30-2003, 03:24 PM
On some IP addresses NcFTP will lookup what appears to be mac addresses
and fail to connect to the server. Below is the captured out put. I use RH
8 with dial up PPP, anyone know what settings I need to update or chnage?


ncftp> open limestone.uoregon.edu
Connecting to limestone.uoregon.edu(2001:468:d01:a2::80df:a214). ..
Could not get a socket: Address family not supported by protocol..
Could not open host limestone.uoregon.edu: could not get a new stream socket.




--
Best Regards, Keith
NW Oregon Radio http://kilowatt-radio.com/
http://linux.com http://freebsd.org http://apple.com
 
Reply With Quote
 
 
 
 
KR
Guest
Posts: n/a

 
      12-30-2003, 06:45 PM
Keith wrote:

> On some IP addresses NcFTP will lookup what appears to be mac addresses
> and fail to connect to the server. Below is the captured out put. I use RH
> 8 with dial up PPP, anyone know what settings I need to update or chnage?
>
>
> ncftp> open limestone.uoregon.edu
> Connecting to limestone.uoregon.edu(2001:468:d01:a2::80df:a214). ..
> Could not get a socket: Address family not supported by protocol..
> Could not open host limestone.uoregon.edu: could not get a new stream socket.


It's not a MAC address, it's an IPv6 address. For some reason, your
system asks for an IPv6 AAAA record when it should be asking for an IPv4
A record.

 
Reply With Quote
 
s
Guest
Posts: n/a

 
      12-31-2003, 12:42 AM
Keith wrote:

> On some IP addresses NcFTP will lookup what appears to be mac addresses
> and fail to connect to the server. Below is the captured out put. I use RH
> 8 with dial up PPP, anyone know what settings I need to update or chnage?
>
>
> ncftp> open limestone.uoregon.edu
> Connecting to limestone.uoregon.edu(2001:468:d01:a2::80df:a214). ..


That's an IPv6 address , not a mac address.

> Could not get a socket: Address family not supported by protocol..


... and it looks like something doesn't support IPv6. either your host, the
remote host, or something in between.

For me , limestone.uoregon.edu resolves to 128.223.162.20, you might want to
try :

ncftp 128.223.162.20

> Could not open host limestone.uoregon.edu: could not get a new stream
> socket.
>
>
>
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can ncftp overwrite files when running in the background? richard@welsh.ca Linux Networking 2 07-19-2006 02:01 PM
Is there a way to disable tar compression in ncftp and/or vsftpd? ANTant@zimage.com Linux Networking 0 02-19-2005 02:38 PM
Re: ncftp username login problem Juhan Leemet Linux Networking 4 06-24-2004 02:04 AM
Re: ncftp username login problem p cooper Linux Networking 1 06-23-2004 05:31 PM
How to stop NCFTP from retrying indefinitely against a down server? Ash Linux Networking 2 04-17-2004 10:15 PM



1 2 3 4 5 6 7 8 9 10 11