Apparently im unable to register via the sip protocol to my * box, Ive tried every possible /dst-nat/src-nat technique available but to no avail… Any insight would be greatly appreciated.
(ps. Iax protocol works without any configuration…)
Details of network topology can be provided without hesitation…
When setting up an asterisk box that is outside the natted network it is imperative to add firewall rules that permit inbound/outbound traffic on udp ports 4000-5082 alonside udp ports 10000-50000, the latter is used for the voice stream whereas the initial is used for sip messaging (call signalling)…
Also it would be handy to add dst-nat/src-nat routes that point the aforementioned ports to the asterisk box…
(my box setup)
3 nics (2 gig, 1 a/b/g card)
Nic one wan ( 30mbit outside connection cable)
Nic two: Lan (192.168.2.0/24…-254. Gateway 192.168.2.1, Dns 192.168.2.1 …
Nic three wifi (192.168.5.0/24…-254. Gateway 192.168.2.1 Dns..192.168.2.1…
Well the above are candid versions of the setup but I suppose you get the picture…
Another time saver would be to ensure the nat option in the sip.conf or sip_additonal.conf is set to either 1, or yes. I.e nat=yes. be sure to save, it doesnt occur automatically…