The ZyZEL router NBG334W implements a SIP-ALG that cannot easily be turned off using the web interface. Fortunately, the router also implements a telnet server via which it is possible to turn off the ALG implementation. This is necessary since the implementation is broken. To turn off, telnet to the device, typically 192.168.0.1 on the default port and using the password that was set to log in via the web server. Note that only one user can be connected to the device at a time, which means that logging in via telnet will kick out the web login, if any.
At the command prompt, you can type ip alg display to get a list of the different ALG that are implemented by the router, including their current status. To turn off the SIP-ALG, enter ip alg disable ALG_SIP. Check it worked using the display command above. Once done, you will be able to use STUN on top of the device.
|