theimpossibleastronaut / modemu2k

modemu2k is a fork of modemu, a telnet client with a modem-like user interface

Home Page:https://theimpossibleastronaut.com/modemu2k

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to connect with modemu2k-0.0.5

aianson opened this issue · comments

modeumk2k-0.0.5 doesn't seem to work for me here.

I saw your slackbuild for modemu2k so I grabbed it and installed it here on a fresh slackware64 install. It built and installed fine. It runs fine along with minicom but doesn't connect to the remote host.

I uninstalled 0.0.5 and used the slackbuild script (just editing the version) to build 0.0.4 and that does work for me.

I have a dual stack here, IPv4 and IPv6.

Sorry for the vague report, I'm not sure what's happening.

My first guess would be you'll need to change the format for specifying the port... note the ReleaseNotes...

Are you using host[:port] or host [port]. If you're not using any port, then it should default to 23 and work; if it doesn't, I did something wrong. :)

Changing the way the port is specified was needed to allow IPv6 hosts to be specified. At least, I knew of no other way to do it.

I have a dual stack here, IPv4 and IPv6.

I tested with ipv4 and ipv6 but separately. If the port isn't the problem, I may need to add some code to "force" one or the other. Like telnet has an option to force one or the other.

My first guess would be you'll need to change the format for specifying the port... note the ReleaseNotes...

Are you using host[:port] or host [port]. If you're not using any port, then it should default to 23 and work; if it doesn't, I did something wrong. :)

Changing the way the port is specified was needed to allow IPv6 hosts to be specified. At least, I knew of no other way to do it.

Oh.. I missed that detail.. :)

I have installed 0.0.5 now and updated my dialing directory. My own BBS is on port 2030 so I needed to change it. Working fine now.. thanks!

You're welcome! Very glad it was an issue easy to solve ;)

Thanks for reaching out.

I've "pinned" the issue to make it more visible in case that affects anyone else.

You're welcome to make a pull request to add your BBS to the README, there's a short section at the bottom reserved for that.

No problem. Done. :)