I basically use telnet to instigate an SMTP transfer:
telnet 10.0.0.7 25
If there's an SMTP server on the end it responds and
you can send an email using the instructions here:
<URL:
http://www.yuki-onna.co.uk/email/smtp.html>
I've used it many times.
From my machine at home if I use the telnet command
above with the external IP from the old ISP I get:
Trying [IP address]
Connected to [IP address]
Escape character is '^]'
220 [host.domain] ESMTP Exim 4.72 etc.
The same command with the external IP provided by the
new ISP:
Trying [IP address]
telnet: Unable to connect to remote host: Connection timed out.
Network configurations:
At end that issues the above commands I have a
192.168.x.x network of several clients. I ssh to my
Debian box there to run the above commands. Anything
else that would be useful to know here?
At SMTP server end there is also a 192.168.x.x
(different numbers in the network address though)
network of several clients. Both ISP connections this
end have modems and hardware firewall. We have
netgear ADSL modem and netgear FVS318 on the old ISP
setup. The new ISP has provided two Zyxel modems and
a FireBrick 2700, the modems are on seperate ADSL
lines, bonded at the ISP but over different carriers.
The connection with the new ISP is working fine for
web-browsing, I have yet to tackle things like VPN, I
want to get mail sorted first. Anything else that
would be useful to know?