On 5 Dec 01 at 8:25, ccelso@embraer.com.br wrote: > i am a new user in linux platform... ... and need some info about > netware over tcp... > > -> Do you know some infodoc or client for Linux when i can access the > NDS struct using TCPIP protocol !? > > ( NW client for linux over TCP/IP ) ncpfs-2.2.0.18 can do it over UDP if you have 2.2.x or newer kernel, and you'll specify -A dns.server.name option to tools and/or ncpmount. ncpfs-2.2.0.19.preXX (ftp://platan.vc.cvut.cz/private/ncpfs) will use TCP if you are using 2.4.x kernel, and you'll use either '-o tcp' for ncpmount, or you'll define NCP_OVER_TCP environment variable and then you'll use -A dns.server.name option. None of these ncpfs versions uses SLP for searching of servers, gethostbyname() (== DNS & /etc/hosts by default) is only interface supported. Best regards, Petr Vandrovec vandrove@vc.cvut.cz - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html