Hi !
I had a Draytek DSL Modem on Red where GUI can accessed via RED and ip was 192.168.1.1/24… it worked fine. the entry in firewall local for it was 192.168.1.1 (/24)
ip addr add 192.168.1.2/24 dev red0 brd +
iptables -I POSTROUTING -t nat -o red0 -d 192.168.1.2/24 -j MASQUERADE
Now i changed my modem to a Speedlink Smart 2 the ip is 169.254.2.1 (16)
ip addr add 169.254.2.2/16 dev red0 brd +
iptables -I POSTROUTING -t nat -o red0 -d 169.254.2.2/16 -j MASQUERADE
The only real differenc in modem settings is that i had to enable vlan7 for this device at dialin page
Ifconfig says its correct:
red0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 169.254.2.2 netmask 255.255.0.0 broadcast 169.254.255.255
But i cant even ping the device 169.254.2.1
Ciao Gerd