Open andy5995 opened 2 years ago
@aianson are you able to connect to other hosts by name?
Is 'localhost' mapped in /etc/hosts?
On Thu, 11 Aug 2022 08:38:17 -0700 Andy Alt @.***> wrote:
@aianson are you able to connect to other hosts by name?
Is 'localhost' mapped in /etc/hosts?
I think so.. this is my /etc/hosts..
#
#
127.0.0.1 localhost ::1 localhost 127.0.0.1 irondust.home irondust ::1 irondust.home irondust 192.168.0.10 laptop.home laptop 192.168.0.12 trmb.home trmb
The last two 192.168.* lines were added by me for nfs shares.
Hi @aianson
So you can't connect by using "localhost" but you CAN connect to external telnet servers by using their hostnames?
On Thu, 18 Aug 2022 16:31:56 -0700 Andy Alt @.***> wrote:
Hi @aianson
So you can't connect by using "localhost" but you CAN connect to external telnet servers by using their hostnames?
Yes, atd"localhost fails but atd"127.0.0.1 succeeds. That is strange isn't? I wonder if I have "done something? :)
Yes, modemu2k is working for me all around using hostnames and I have been busy with it recently so all is up and running for me. Thanks for modemu2k.
Strange, strange, strange
I'll review the network code and see if I can get lucky fixing that issue which I'm unable to reproduce.
Thanks for your participation in the project @aianson
On Wed, 10 Aug 2022 08:14:26 -0700 Andy Alt @.***> wrote:
I have found that "atd"127.0.0.1" succeeds but "atd"localhost" fails.
Yes, this works for me. I built modemu2k from that slackbuild and installed it. It is working for me with minicom.
I'm not sure why atd"localhost doesn't work for me but it is unimportant, I'll just use 127.0.0.1 when needed.
Thank you for your work on this. :)
Originally posted by @aianson in https://github.com/theimpossibleastronaut/modemu2k/issues/39#issuecomment-1211203597