Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Problem Connecting from Windows base OS to linux Post 988 by Neo on Wednesday 31st of January 2001 11:45:00 AM
Old 01-31-2001
Also, if you are running daemons which use <B>identd</B> services to "authenticate" incoming connections and the identd services are not set up correctly, the initial login will be very slow and hang for some time. (this is almost the same as the DNS lookup problem).

I recommend putting a sniffer like <B>tcpdump</B> on the segment and watching what happens. This will isolate the problem quickly.
 

10 More Discussions You Might Find Interesting

1. IP Networking

Connecting SGI to Windows PC

I am trying to network an SGI running Irix 6.5 through an ethernet line to a PC running Windows 2000 (I have connected other PC's to this PC without any problems.) The PC has a DSL connection from Verizon that does not support Unix. I tried using DHCP on the SGI, but when I open a web browser on... (2 Replies)
Discussion started by: mdbanas
2 Replies

2. UNIX for Advanced & Expert Users

connecting to windows from unix

how to connect to windows from unix??? (7 Replies)
Discussion started by: hemant30
7 Replies

3. UNIX for Advanced & Expert Users

Configure SCO Unix to print on windows base XP printer

Hi, I have done this year ago, and now I need to do it again, but did not remember how I do it. I have a slip printer on a windows xp workstation and i need to print from SCO unix application to that printer. I try to create a remote printer but the only option available is unix, the other to... (0 Replies)
Discussion started by: comsiconsa
0 Replies

4. Windows & DOS: Issues & Discussions

Connecting UNIX to Windows

Is there a way to connect to Windows from UNIX. From Windows to UNIX, there is a putty that can be used. Is putty also possible to use to connect? (2 Replies)
Discussion started by: punyenye
2 Replies

5. Shell Programming and Scripting

Windows driver needed for 1000 base tx card (HP)

First of all, excuse my ignorance in my questions, but truth is, I know nothing about Unix. I have recently purchased some A7012A's (dual port, 1000 base T/X) gigabit cards and need to use them in a windows environment. I am trying to see if it is possible to have drivers written for the card... (0 Replies)
Discussion started by: poaking
0 Replies

6. UNIX for Dummies Questions & Answers

Help connecting to linux server from shh client in windows!

I just installed the latest version of unbuntu server and want to connect from windows using a ssh client. This is my first linux server, so bare with me =) For my server... cat /etc/hostsgives me 127.0.0.1 localhost 127.0.1.1 ubuntuHomeI tried using ssh secure shell and putty in vista.... (11 Replies)
Discussion started by: Bandit390
11 Replies

7. Linux

Problem in dual booting installation of linux on windows

Dear friends, I am experiencing the trouble while installing the Red Hat Linux 4 on top of windows XP, after booting its asking "What type of media contains the packages to be installed". Steps I followed: Step 1: left the free space as unpartitioned, (I also tried with the FAT32... (1 Reply)
Discussion started by: suneelieg
1 Replies

8. Shell Programming and Scripting

Connecting to Windows Server

Hi, One of the folders in UNIX is mapped with a drive on Windows.From this UNIX machine I want to connect to the Windows Server, perform some checks and view the results back on the UNIX machine. For e.g. if I touch a file under the shared folder on UNIX, I should be able to telnet to Windows... (2 Replies)
Discussion started by: swasid
2 Replies

9. UNIX for Advanced & Expert Users

Help connecting linux box to Windows - winbindd problem

Hi experts - I hope you can help me. I am trying to resolve Windows host names (aka Netbios names, aka "UNC names) from a Linux box. I have added "dns wins" to the "hosts" line at /etc/nsswitch.conf, and installed samba 3.2.2 and ran "winbindd -D". Now, when I go: "wbinfo -N venus" (where... (1 Reply)
Discussion started by: maryg
1 Replies

10. Virtualization and Cloud Computing

Connecting windows to Vmware

Hi , I have installed Centos 6.5 in my VMWare on windows 7 , My Internet is running fine on both VMWare OS and windows 7 . When I am trying to connect from putty on my window to Vimware Linux but it does not connect. Please help what should I do to connect the window system to Linux System (6 Replies)
Discussion started by: kaushik02018
6 Replies
IDENTD(8)						    BSD System Manager's Manual 						 IDENTD(8)

NAME
identd -- TCP/IP Ident protocol server SYNOPSIS
identd [-46beIilNnr] [-a address] [-c charset] [-F format] [-f username] [-g uid] [-L username] [-m filter] [-o osname] [-P address] [-p portno] [-t seconds] [-u uid] DESCRIPTION
identd is a TCP/IP server which implements the user identification protocol as specified in RFC 1413. identd operates by looking up specific TCP/IP connections and returning information which may or may not be associated with the process own- ing the connection. The following options are available: -4 Bind to IPv4 addresses only (valid with flag -b). -6 Bind to IPv6 addresses only (valid with flag -b). -a address Bind to the specified address. This may be an IPv4 or IPv6 address or even a hostname. If a hostname is specified then identd will resolve it to an address (or addresses) and will bind this address (valid with flag -b). -b Run in the background (as daemon). -c charset Specify an optional character set designator to be included in replies. charset should be a valid charset set as described in the MIME RFC in upper case characters. -e Return ``UNKNOWN-ERROR'' instead of the usual ``NO-USER'' or ``INVALID-PORT'' error replies. -F format Specify the format to display info. The allowed format specifiers are: %u print user name %U print user number %g print (primary) group name %G print (primary) group number %l print list of all groups by name %L print list of all groups by number The lists of groups (%l, %L) are comma-separated, and start with the primary group which is not repeated. Any other characters (preceded by %, and those not preceded by it) are printed literally. -f username Specify a fall back username. If the lookup fails then this username will be returned. This can be useful for when running this service on a NAT host and not using the forward/proxy functionality. -g gid Specify the group id number or name which the server should switch to after binding itself to the TCP/IP port. -I Same as -i but without the restriction that the username in .ident must not match an existing user. -i If the .ident file exists in the home directory of the identified user, return the username found in that file instead of the real username. If the username found in .ident is that of an existing user, then the real username will be returned. -L username Specify a ``lie'' username. identd will return this name for all valid ident requests. -l Use syslogd(8) for logging purposes. -m filter Enables forwarding of ident queries. The filter argument specifies which packet filter should be used to lookup the connec- tions, currently 'pf' and 'ipfilter' are supported packet filters. Note that identd changes the ident queries to use the local port on the NAT host instead of the local port on the forwarding host. This is needed because otherwise we can't do a lookup on the proxy host. On the proxy host, ``proxy mode'' should be enabled with the -P flag or ``lying mode'' with the -L flag. -N Enable .noident files. If this file exists in the home directory of the identified user then return ``HIDDEN-USER'' instead of the normal USERID response. -n Return numeric user IDs instead of usernames. -o osname Return osname instead of the default ``UNIX''. -P address Specify a proxy server which will be used to receive proxied ident queries from. See also the -m flag how this operates. -p portno Specify an alternative port number under which the server should run. The default is port 113 (valid with flag -b). -r Return a random name of alphanumeric characters. If the -n flag is also enabled then a random number will be returned. -t seconds Specify a timeout for the service. The default timeout is 30 seconds. -u uid Specify the user id number or name to which the server should switch after binding itself to the TCP/IP port. FILES
/etc/inetd.conf EXAMPLES
identd operates from inetd(8) or as standalone daemon. Put the following lines into inetd.conf(5) to enable identd as an IPv4 and IPv6 ser- vice via inetd: ident stream tcp nowait nobody /usr/libexec/identd identd -l ident stream tcp6 nowait nobody /usr/libexec/identd identd -l To run identd as standalone daemon, use the -b flag. SEE ALSO
inetd.conf(5), inetd(8) AUTHORS
This implementation of identd is written by Peter Postma <peter@NetBSD.org>. CAVEATS
Since identd should typically not be run as a privileged user or group, .ident files for use when running with the -I or -i flags will need to be world accessible. The same applies for .noident files when running with the -N flag. When forwarding is enabled with the -m flag then identd will need access to either /etc/pf (pf) or /etc/ipnat (ipfilter). Since it's not a good idea to run identd under root, you'll need to adjust group owner/permissions to the device(s) and run identd under that group. BSD
April 4, 2005 BSD
All times are GMT -4. The time now is 11:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy