获得当试图使用telnet和不知道为什么拒绝连接错误(Getting a connection re

2019-10-18 15:34发布

我想从一个假地址作为恶作剧发邮件到我的小兄弟,但我有一些麻烦的telnet,我想不通为什么它不工作。 我使用的是Mac上的终端,但我无法想象这是很大的不同。 这是我在迄今为止所键入。

*omitted*:~ *omitted*$ nslookup
> set type=mx
> google.com
Server:     172.30.31.252
Address:    172.30.31.252#53

Non-authoritative answer:
google.com  mail exchanger = 30 alt2.aspmx.l.google.com.
google.com  mail exchanger = 40 alt3.aspmx.l.google.com.
google.com  mail exchanger = 50 alt4.aspmx.l.google.com.
google.com  mail exchanger = 10 aspmx.l.google.com.
google.com  mail exchanger = 20 alt1.aspmx.l.google.com.

... (some other stuff omitted)

*omitted*:~ *omitted*$ telnet aspmx.l.google.com 25
Trying 74.125.140.26...
telnet: connect to address 74.125.140.26: Connection refused
Trying 2607:f8b0:4002:c04::1b...
telnet: connect to address 2607:f8b0:4002:c04::1b: No route to host
telnet: Unable to connect to remote host

不幸的是,我已经完全耗尽了我的想法可能是错误怎么回事。

我确信我没有在我的防火墙。

我试图sudo pico inetd.conf ,但该文件是完全空白-不知道还有什么地方我会找到我的计算机上远程登录。

排队入站连接请求的积压,因为我已经得到了同样的错误一遍又一遍绝对不是满。

有没有人有我怎么能解决这个问题的建议吗?

Answer 1:

这是因为我需要使用更高的端口号。 25被封堵。



Answer 2:

如果你想从一个假的邮件发送,最简单的办法就是申请一个新的电子邮件地址



文章来源: Getting a connection refused error when trying to use telnet and not sure why
标签: telnet