Page 1 of 1
How do you do port forwarding with Amahi ?
Posted: Thu Apr 28, 2011 12:47 pm
by robertperez1957
I have a wireless router at home and I have a purchased internet domain name. When I only have port 1194 open to the Amahi box, how can I have SMTP mail forwarded to my other Linux box on my home network. I guess It would go to Amahi and it should forward it to my other Linux box on port 25 ?
Thanks for any assistance.
Bob Perez
Re: How do you do port forwarding with Amahi ?
Posted: Fri Apr 29, 2011 12:34 am
by gabbogabbogabbo
you dont have to route anything through amahi unless amahi is your internet gateway/router. 1194 is the listening port for your openvpn connection. just like 25 is the listening port on your linuxbox inside your network.
from outside it *should* not be accessible without any security options like spamfilter etc. open your router's config and make portforwarding from external tcp/25 to internal tcp/25 <linuxbox-ip>.
Re: How do you do port forwarding with Amahi ?
Posted: Fri Apr 29, 2011 6:54 am
by robertperez1957
Thanks for the information.