Hello all,
I have a Qwest DSL connection using a Motorola 3347 modem. The modem is setup in bridged mode and the Astaro (7.402) is setup for PPPoE. This all works perfectly. My question is, can I still access the modem for configuration / update purposes? I found the following instructions on another forum, but don't know if they apply here.
--------------------------------
Also, you can add the following 2 lines to the firewall script of the router so you can access the modem's web page in bridge mode:
iptables -I POSTROUTING -t nat -o vlan1 -d 192.168.0.0/24 -j MASQUERADE
ip addr add 192.168.0.2/24 dev vlan1 brd +
---------------------------------
Don't know Linux, but it appears from the commands above, that the modem may still assign an address to it's internal interface (192.168.0.1). Can I simply setup NAT and packet filter rules to access this address from inside the Astaro?
Any insight is greatly appreciated...
David
This thread was automatically locked due to age.