King of the Potato People

Code, photos and ramblings of Rick Hodger

ZyXEL 660R Half-Bridge Mode

with 2 comments

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.

Written by rick

April 10th, 2008 at 12:21 pm

2 Responses to 'ZyXEL 660R Half-Bridge Mode'

Subscribe to comments with RSS or TrackBack to 'ZyXEL 660R Half-Bridge Mode'.

  1. 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

  2. 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

Leave a Reply