远程登录到AS400的25号端口

时间:2022-06-01 18:57:29

I want to very SMTP connectivity from an AS400 in a VM to a mailserver on port 25

我想从VM中的AS400到端口25上的邮件服务器进行非常的SMTP连接

The native telnet command on the as400 does not seem to support a port specification.

as400上的本机telnet命令似乎不支持端口规范。

Any ideas how to telnet from as400 to port 25 on my mailserver?

有关如何在我的邮件服务器上从as400 telnet到端口25的任何想法?

I can ping the mailserver from the as400

我可以从as400 ping邮件服务器

I can telnet in from other boxes (non as400)

我可以从其他盒子telnet(非as400)

Thanks \0

2 个解决方案

#1


I just tried this on an i5/OS V5R4:

我刚在i5 / OS V5R4上尝试过这个:

TELNET RMTSYS(hostname) ASCOPRMOD(*VT100) PORT(25)

I also found an IBM manual about telnet support in V5R2 that suggests you can also specify a port in older versions.

我还在V5R2中找到了一本关于telnet支持的IBM手册,建议你也可以在旧版本中指定一个端口。

#2


Type "TELNET" on the command line, press F4, fill out the remote system name, press F10, page down, page down, locate "Port" field. Change it from "*DFT" to "25". Press Enter.

在命令行输入“TELNET”,按F4,填写远程系统名称,按F10,向下翻页,向下翻页,找到“端口”字段。将其从“* DFT”更改为“25”。按Enter键。

When done, press F9 to get the corresponding command line invocation.

完成后,按F9以获取相应的命令行调用。

#1


I just tried this on an i5/OS V5R4:

我刚在i5 / OS V5R4上尝试过这个:

TELNET RMTSYS(hostname) ASCOPRMOD(*VT100) PORT(25)

I also found an IBM manual about telnet support in V5R2 that suggests you can also specify a port in older versions.

我还在V5R2中找到了一本关于telnet支持的IBM手册,建议你也可以在旧版本中指定一个端口。

#2


Type "TELNET" on the command line, press F4, fill out the remote system name, press F10, page down, page down, locate "Port" field. Change it from "*DFT" to "25". Press Enter.

在命令行输入“TELNET”,按F4,填写远程系统名称,按F10,向下翻页,向下翻页,找到“端口”字段。将其从“* DFT”更改为“25”。按Enter键。

When done, press F9 to get the corresponding command line invocation.

完成后,按F9以获取相应的命令行调用。