Hello; I have setup X-lite on my LAN and it’s working fine; I also created another account (1001) for my friend as a test and Im getting a conection error; timed out.
I have configure X-lite the same way as in my LAN except that I’m using my WAN IP for domain. I have forwarded the required ports and I have also enable DMZ for asterisk IP.
Do I need to create a “special extension” type when you connect remotely?
In sip.conf in the general section you need to add:
externip=XX.XX.XX.XX (replaces by your external IP address).
localnet=192.168.1.0/255.255.255.0
localnet=192.168.0.0/255.255.0.0
localnet=10.0.0.0/255.0.0.0
localnet=172.16.0.0/12
localnet=169.254.0.0/255.255.0.0
Under the sip account that you are going to be using remotely you need to add:
[quote=“Dovid”]In sip.conf in the general section you need to add:
externip=XX.XX.XX.XX (replaces by your external IP address).
localnet=192.168.1.0/255.255.255.0
localnet=192.168.0.0/255.255.0.0
localnet=10.0.0.0/255.0.0.0
localnet=172.16.0.0/12
localnet=169.254.0.0/255.255.0.0
Under the sip account that you are going to be using remotely you need to add:
nat=yes
canreinvite=no
[/quote]
Hello; I tried this but still no luck. I was not able to connect; I was able to see the web interface from my friend house but I stiil get the error…
I also was able to ping the WAN IP.
EXTERNIP= should be my WAN IP right???
what would happen when it change?> should I dyndns better?
Please let me know if there is anything else I could try…