On Fri, 09 Dec 2005 11:07:23 +0000, Quinten Uijldert wrote:
> Daniel Fernandes wrote:
>> [quoted text muted]
>
> Although I'm with Eclipse, I do agree with the sentiment of previous poster
> on the DSL300T. By far, the easiest way is to add new routes to the
> generated one on the modem. Whenever my modem reboots, I telnet in and add
> the routes manually, which works reasonably well-ish. Annoying, but not too
> annoying. The .177 is a m0n0-wall linux firewall who then deals with the
> traffic for each machine.
>
> The commands I use is:
>
> route add ##.##.##.178 gw ##.##.##.177
> route add ##.##.##.179 gw ##.##.##.177
> ..etc
I had problems with routing to an next-hop ip address. (and I think
the need for arps is down to just shoving out of br0)
It was easiest to setup a script to run out of cron for the reboots.
I think in future I'm staying away from Dlink product (also have a USB
Ethernet, as the linux firewall is actually a Mac Mini). But if the
Ethernet interface ever flaps between the DSL-300T and USB Ethernet the
USB Ethernet dies (so the script has to do a ifconfig down, rmmod dance
before it works).
Never had a motivation nor need to touch Windows (since NT4), so can't
help the original poster more.
Cheers,
Adam
>
> HTH,
>
> Q.
|