Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KS ITS running under pdp10-ks Cannot do TELNET, FTP, or SUPDUP #2223

Open
eswenson1 opened this issue Sep 21, 2023 · 2 comments
Open

KS ITS running under pdp10-ks Cannot do TELNET, FTP, or SUPDUP #2223

eswenson1 opened this issue Sep 21, 2023 · 2 comments

Comments

@eswenson1
Copy link
Member

eswenson1 commented Sep 21, 2023

I'm running a renamed DB ITS under pdp10-ks. I can access KS via SUPDUP over chaosnet, but cannot access it over TCP/IP. My pdp10-ks script has:

set imp enabled
set imp host=192.168.1.100
set imp ip=172.16.0.4/24
set imp gw=172.16.0.2
at imp nat:gateway=172.16.0.2,network=172.16.0.0/24,tcp=4023:172.16.0.4:23,tcp=4021:172.16.0.4:21,tcp=4095:172.16.0.4:95

I access telnet from my host via telnet 127.0.0.1 4023 and get no response (no ITS herald). I see nothing in PEEK that shows that the connection has been established.

I access FTP from my host via telnet 127.0.0.1 4021 (for testing) and never see the FTP herald.

I access SUPDUP from my host via supdup 127.0.0.1 4095 and never get an ITS herald.

(Note I can do all these with effectively the same config for my KA instance using pdp10-ka).

(Note: I can do TELNET and SUPDUP using TCP/IP to my KL instance using pdp10-kl, but not FTP).

@larsbrinkhoff
Copy link
Member

Is this specific to pdp10-ks, but works with pdp10-ka and kl?

I don't know how to use TCP/IP with anything but KLH10.

@eswenson1
Copy link
Member Author

Yes, specific to pdp10-is.

pdp10-kl has an issue with FTP, but otherwise tcp/ip works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants