In fact, part of the firewall is like this:<br><br>$IPT -t nat -A PREROUTING -p tcp -d $ip_address --dport 8101 -i $INET_IFACE -j DNAT --to-destination <a href="http://192.168.0.101:443/" target="_blank">192.168.0.101:443</a>,22<br>

$IPT -A FORWARD -i $INET_IFACE -p tcp --dport 8100 -j ACCEPT<br>$IPT -I FORWARD -d 192.168.0.100 -p tcp --dport 8100 -j ACCEPT<br>$IPT -t nat -A POSTROUTING -o $INET_IFACE -s <a href="http://192.168.0.0/24" target="_blank">192.168.0.0/24</a> -j MASQUERADE<br>

<br>I'm new to all this, at the college almost finishing, awill aprreciate the help<br><font color="#888888"><br>Giuliano</font><br><br><div class="gmail_quote">2011/10/31 Guy <span dir="ltr"><<a href="mailto:guy@britewhite.net">guy@britewhite.net</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div style="word-wrap:break-word">it's unlikely (impossible) to have both SSH and HTTPS accessing on the same port… SSH usually runs on port 22, have you tried that port?  You can check to see what ports are open on your system by issuing the netstat command:<div>
<br></div><div>  netstat -an</div><div><br></div><div>Cheers,</div><div>---Guy</div><div><br><div><div><div></div><div class="h5"><div>On 31 Oct 2011, at 12:47, Giuliano Monti Avellino wrote:</div><br></div></div><blockquote type="cite">
<div><div></div><div class="h5"> I do have an asterisk installation and it is working without problem. I 
can access thru <a href="https://external_ip:8101/admin/" target="_blank">https://external_ip:8101/admin/</a> to manage the pbx with 
freepbx.<br><br>I can access the container even from inside the network and vnc without problem,<br>but i can not access any the container from outside internet using ssh external_ip:8101<br><br>Can somebody help me out with this please.<br>

<br>Giuliano<br></div></div>
_______________________________________________<br>pve-user mailing list<br><a href="mailto:pve-user@pve.proxmox.com" target="_blank">pve-user@pve.proxmox.com</a><br><a href="http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user" target="_blank">http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user</a><br>
</blockquote></div><br></div></div></blockquote></div><br>