KLM_SpitFire
Occasional Visitor
While trying to get my NAS to send email notifications through SMTP, I made an interesting discovery: none of my machines are able to telnet into smtp.gmail.com:587. This only occurs when they're connected to my ASUS RT-AC68U router running Merlin 380.65. If I connect, say, my laptop directly to the modem, I'm able to establish a connection. This inclines me to believe the router might be blocking communication, but I'm not sure how.
Here's the output of telnet while connected to the router:
Here's the output of telnet when I'm connected directly to the modem. (Note: I manually entered 'quit'):
Here's the output of telnet while connected to the router:
Code:
~ ⍉ ➜ telnet smtp.gmail.com 587
Trying 173.194.214.108...
telnet: connect to address 173.194.214.108: Operation timed out
Trying 173.194.214.109...
telnet: connect to address 173.194.214.109: Operation timed out
Trying 2607:f8b0:400c:c0b::6c...
telnet: connect to address 2607:f8b0:400c:c0b::6c: No route to host
telnet: Unable to connect to remote host
Here's the output of telnet when I'm connected directly to the modem. (Note: I manually entered 'quit'):
Code:
~ ⍉ ➜ telnet smtp.gmail.com 587
Trying 173.194.214.108...
Connected to gmail-smtp-msa.l.google.com.
Escape character is '^]'.
220 smtp.gmail.com ESMTP t6sm4814445uag.25 - gsmtp
quit
221 2.0.0 closing connection t6sm4814445uag.25 - gsmtp
Connection closed by foreign host.
Last edited: