SSH tunneling and NAT
Posted
by
thonixx
on Server Fault
See other posts from Server Fault
or by thonixx
Published on 2012-02-24T10:36:17Z
Indexed on
2012/03/26
11:32 UTC
Read the original article
Hit count: 294
I have a virtual machine with an internal IP address and a running mailserver with IMAP/POP3/SMTP. Everything works fine except:
When I do an SSH tunnel to the guest server and want to connect to the mailserver with mail.*. then it does not work. There is a connection timeout. But If i connect to the internal IP 192.168..* then it works.
So what can I do to enable the access from the domain name to the virtual machine with SSH tunneling?
© Server Fault or respective owner