ZyXEL 660R Half-Bridge Mode
A common problem with ADSL in the UK is that most connections are still using PPPoA. This means that if you want a computer to have a public IP address on one of these connections, you need to either have a block of IP addresses routed by your ISP to your router (at extra) cost, or you use a USB modem. There’s no real option for those folks that want to connect something like a SonicWall or any other firewall device directly to the line.
However, there is a poorly documented hidden “half-bridge” mode in the ZyXEL 660R routers. These cheap little single-port routers have the ability to push the public IP address and all it’s traffic onto a single device connected to the LAN port.
To do this, set the router up as normal with the username and password for your connection, then logout from the web interface. You’ll now need to telnet to the device, and enter the following:
poe bridge switch on
ip dhcp enif0 server lease 120
sys save
After this, reboot the router. Once it boots up and logs into your ISP, you should find that it gives you a single IP address on DHCP and that address will be an external fully public IP address.
Update: IntoTheUnknown uses this to build a SIP VoIP system, which of course can have problems when passing through any firewall or NAT conversion.
This appears to only work on the 660R-D routers - I have a C and the poe command doesn’t work.
Matt
10 Jun 08 at 2:38 pm edit_comment_link(__('Edit', 'sandbox'), ' ', ''); ?>
I correct myself - it seems the 660R-63C can do this, the 61C can’t. http://66.102.9.104/translate_c?hl=en&sl=nl&u=http://www.valadis.nl/support/z197.html show instructions for the 63C, with a link to D series instructions.
Matt
10 Jun 08 at 2:47 pm edit_comment_link(__('Edit', 'sandbox'), ' ', ''); ?>