
On 29/05/2013 12:57 PM, Allan Duncan wrote:
Unfortunately, I am unable to check the SNR margin on the D-Link easily, because I can't access its web interface due to routing issues, unless I
Yes, this was a pain when I went to the bridged single port modem, but I had a spare 5 port switch that now lives in between the modem and router.
Here's another solution, I use this with my router box: /etc/rc.d # cat rc.local #!/bin/sh ifconfig eth2 add 192.168.1.1 ifconfig eth2:0 broadcast 192.168.1.255 netmask 255.255.255.0 route add -host 192.168.1.241 gw 192.168.1.1 It allows me to access the modem via ssh port forwarding on http://127.0.0.1:241 If you want a Billion 5102 modem, (with 4 port switch), which you can use as a switch only or maybe even a replacement for your D-Link modem, then I am happy to send you one for no cost. Cheers A.