I also have a problem with talk 'checking invitation on caller's
machine'. My guess it's a routing problem. I have:
-added to /etc/host
128.227.16.132 ujj slip1.chem.ufl.edu
where 128.227.16.132 is the IP address that is given to
me when I have established a PPP connection. 'ujj' is my computer's name.
'slip1.chem.ufl.edu' is name of 128.227.16.132.
-tried to make a dummy loopback link
/sbin/ifconfig dummy 128.227.16.132
/sbin/route add -host 128.227.16.132 dev lo
I still have problems with talk. I probably screwed up with the above.
Here's my route table and ifconfig:
ujj:~# route
Kernel routing table
Destination Gateway Genmask Flags MSS Window Use Iface
server.chem.ufl * 255.255.255.255 UH 936 0 4594 ppp0
ujj * 255.255.255.255 UH 1936 0 0 lo
loopback * 255.0.0.0 U 1936 0 0 lo
default server.chem.ufl * UG 936 0 26 ppp0
ujj:~# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Bcast:127.255.255.255 Mask:255.0.0.0
UP BROADCAST LOOPBACK RUNNING MTU:2000 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0
TX packets:0 errors:0 dropped:0 overruns:0
dummy Link encap:10Mbps Ethernet HWaddr 00:00:00:00:00:00
inet addr:128.227.16.132 Bcast:128.227.255.255 Mask:255.255.0.0
UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0
TX packets:0 errors:0 dropped:0 overruns:0
Interrupt:0 Base address:0x0
ppp0 Link encap:Point-Point Protocol
inet addr:128.227.16.132 P-t-P:128.227.16.141 Mask:255.255.0.0
UP POINTOPOINT RUNNING MTU:1000 Metric:1
RX packets:4296 errors:0 dropped:0 overruns:0
TX packets:4694 errors:0 dropped:0 overruns:0
128.227.16.141 is the IP for server.chem.ufl.edu which is the computer
that I dial onto using PPP.
128.227.16.132 --> 128.227.16.141 --> internet
I can talk properly from 128.227.16.141 (server.chem.ufl.edu) but not
from my home computer (128.227.16.132).
Also, when doing a make config on the kernel (mine is 1.2.4), what do you
answer yes to when configuring network options?
Thanks in advance for any help.
Ujjal Bansel