I had exactly this same problem trying to access a DLink DSL-320B-Z1 modem�s http admin interface through a Firebrick router. The modem does not have an option to define a gateway on its LAN-side ethernet interface, just as tdw42 said.
I solved it in the end by getting the router to rewrite packet headers, remapping addresses - not quite like the usual form of NAT we are familiar with. As tdw42 said the modem is only happy if it sees packets coming from src IP addresses in the subnet range that it can cope with and I suspect it can't successfully reply otherwise.
One solution that might work for you is to set the subnet mask in the modem to 0.0.0.0. I couldn't do so because the modem�s web ui whined. You could alternatively use netmask 255.255.0.0 or anything wide enough to encompass your existing real LAN subnet range within it too. (I couldn't do that because my main LAN uses routable global real IPv4 addresses, so no common high-order prefix bits.)



Pages in this thread:
Print Thread
CecilWard