MJMD5 on DDWRT is not working outside(wan) of my network
Moderators: Bill Smith, Pilot
MJMD5 on DDWRT is not working outside(wan) of my network
is there any way to do this on ddwrt. my mjmd5 on ddwrt will not work outside of my network . it works only in my home network . i did open the port but still its not working outside of my network.
plzzzz plzzz solve this problem or suggest me a solution
-
tritron777
- magicJack Apprentice
- Posts: 10
- Joined: Tue Jun 22, 2010 7:35 am
telnet into your router and enter these commands:
iptables -I INPUT -p tcp --dport 5070 -j ACCEPT
iptables -I INPUT -p udp --dport 5070 -j ACCEPT
then try; it should work; normal port forwarding is not what you want to expose the router. if it does add the lines to your firewall script so that when you reboot the router you are good.
iptables -I INPUT -p tcp --dport 5070 -j ACCEPT
iptables -I INPUT -p udp --dport 5070 -j ACCEPT
then try; it should work; normal port forwarding is not what you want to expose the router. if it does add the lines to your firewall script so that when you reboot the router you are good.
-
crackerjack
- Dan Should Pay Me
- Posts: 784
- Joined: Fri Nov 16, 2007 9:32 pm
IIRC, only UDP needs changingmj777 wrote:telnet into your router and enter these commands:
iptables -I INPUT -p tcp --dport 5070 -j ACCEPT
iptables -I INPUT -p udp --dport 5070 -j ACCEPT
then try; it should work; normal port forwarding is not what you want to expose the router. if it does add the lines to your firewall script so that when you reboot the router you are good.
Thanks for your useful contribution
Good Luck
CrackerJack
MagicJack Customer #73
MagicJack user since May 2007
MagicJack abuser since June 2007
"I gots mo' numbers than a Lotto machine!!!"
CrackerJack
MagicJack Customer #73
MagicJack user since May 2007
MagicJack abuser since June 2007
"I gots mo' numbers than a Lotto machine!!!"
What part does not work. Does the soft phone remotely not register or are you missing voice in one or both directions?
If it is that it wont register then make sure port 5070 is available as described earlier or what ever port you have your mjmd5 on. If you have multiple ones running make sure you open each one.
If it is a voice issue make sure you have UDP 10000-20000 open as well.
If it is that it wont register then make sure port 5070 is available as described earlier or what ever port you have your mjmd5 on. If you have multiple ones running make sure you open each one.
If it is a voice issue make sure you have UDP 10000-20000 open as well.