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">Do you have any firewall rules on the PBX or elsewhere which might be effecting this?<div>
<br></div><div>I have my asterisk PBX in PVE and it's working fine so I know it can be done.  My IP on the PBX is bridged and live on the internet through a firewall in transparent mode, as NAT and asterisk not play nice.</div>
<div><br></div><div>--Guy</div><div><br><div><div><div></div><div class="h5"><div>On 31 Oct 2011, at 12:43, 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>
The problem come when i try to register a sip or iax2 extension, this has been impossible so far.<br>
Can somebody help me out with this.<br><br>Giuliano<br><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>