Talk Not Working over LAN or on one computer


 
Thread Tools Search this Thread
Special Forums IP Networking Talk Not Working over LAN or on one computer
# 1  
Old 09-07-2012
Talk Not Working over LAN or on one computer

I have talk installed:
yum install talk talk-server

And I have /etc/xinetd.d/talk set to disabled
and /etc/xinetd.d/ntalk set to enabled

I also have opened port 518/udp on server and laptop
and enabled xinetd.service

sudo systemctl enable xinetd.service
sudo systemctl start xinetd.service
sudo systemctl status xinetd.service says that it is running.

AFAIK, the configuration is identical on laptop and server, which both have the same version of everything and both are running Fedora 17.
But if on the server I run talk otheruser, it says [Your party is not logged on] and I KNOW that the party *IS* logged on.
If on server I run:
talk user@laptop;
I get the notification,
and I run talk webmaster@server;
and I get the error Unable to connect with initiator: No route to host. Press any key...
What is going on?

Thanks in advance

PS on laptop doing talk otheruser@laptop works just fine.
# 2  
Old 09-07-2012
talk is a very archaic utility and hasn't been properly maintained in perhaps decades. It may be trying to use protocols older than TCP/IP.
# 3  
Old 09-07-2012
What is the equivalent?

BTW, I was using ntalk.
# 4  
Old 09-07-2012
I don't know of one in this day and age... The ability to just randomly talk to user x in machine y isn't too useful anymore, and the scope of the modern internet means listening to the network at large isn't terribly smart.

It's a really old utility. Many systems no longer have the ability to write to someone else's terminal in that manner. When I traced my version of talk, it wasn't even trying to use TCP, but some weird kind of BSD network socket I'd never heard of, that naturally didn't work.
# 5  
Old 09-07-2012
If you dont know how to fix it, just say so.

By the way, ntalk uses port 518 UDP, which is not some old obsolete protocol. Talk works just fine on my laptop, which is quite a bit newer than the server that talk doesn't work on.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. What is on Your Mind?

The C64 is back, this time full-sized with a working keyboard for the dedicated retro home-computer

Retro Games has announced that the C64 is back, this time full-sized with a working keyboard for the dedicated retro home-computer fan, available December 2019. See also: CNN: Iconic 80s computer The Commodore 64 to return with fully-functional keyboard YouTube: The C64 | Trailer ... (2 Replies)
Discussion started by: Neo
2 Replies

2. UNIX for Dummies Questions & Answers

KVM: can't access VM from another computer in same LAN.

DELETE (0 Replies)
Discussion started by: morrison71
0 Replies

3. Hardware

Atheros AR8151 LAN not working

Hi Everyone, First time here on Unix.com forums. I've been trying to install Nexenta on a new server machine that I built. The MotherBoard is a Gigabit GA-G41MT-S2P and the LAN chip is an AR8151. I understand that the AR8151 isn't natively supported by the Solaris kernel, but I'm wondering if... (1 Reply)
Discussion started by: cbstryker
1 Replies

4. Ubuntu

Ubuntu 10.10 LAN connection stopped working...

Well this is weird. I restarted my dual boot Win7/Ubuntu 10.10 from ubuntu to windows. Everything was working fine and windows is always connecting properly to my lan. After restarting back into Ubuntu, all of a sudden I can't connect to my network. It looks as if its trying to connect through... (15 Replies)
Discussion started by: zixzix01
15 Replies

5. Red Hat

Different hostnames with reboot while lan cable, no lan cable

I am facing strange problem regarding hostname on my Linux(2.6.18-164.el5xen x86_64 GNU/Linux), the hostname changes if reboot with lan cable and with NO lan cable Reboot with lan cable: The hostname is ubunut Unable to connect Oracle database using sqlplus some times database is not... (2 Replies)
Discussion started by: LinuxLearner
2 Replies

6. IP Networking

Local Lan, no-ip directed DNS forward, surf within lan

Hi, We have a website running on a local centos 5.4 surfer, static IP. The domain.com uses no-ip.com to take care of the DNS, it forwards all to my server. My router receives the port 80 call, routes it to my server and the world can see domain.com perfectly fine. However, we cannot see... (3 Replies)
Discussion started by: lawstudent
3 Replies

7. Infrastructure Monitoring

google talk notification on Nagios is not working

Hi i have installed Nagios 3.0.6 on Centos 5.2 also to configure it i have installed Centreon, my problem is the following , i have created a user for Nagios on google talk and using an script from the web trying to send notification for host status and services. i have tested the script using... (0 Replies)
Discussion started by: pokker67
0 Replies

8. Solaris

How to configure private LAN and coporate LAN on the same machine-Solaris10

Hi , I am trying to configure a private LAN and corporate LAN on the same machien on Solaris 10. How can I achieve this? Thanks (1 Reply)
Discussion started by: deedee
1 Replies

9. UNIX for Dummies Questions & Answers

Talk not working

Hi, I am trying talk but it isn't working. I tried talk ip terminal talk ip:terminal First it says: Then after 2 seconds I have checked the mesg status: Its y I am not getting any invitation on the other machine. Thanks in Advance (1 Reply)
Discussion started by: vibhor_agarwali
1 Replies
Login or Register to Ask a Question