i got the same issue on two RB951Ui-2HnD
both modems before the Tik are in "single user" or "bridge" mode
one is a Technicolor TG788A1vn (single user mode), the ohter is a ComTrend Vi3223u Multi IAD
internet and LAN is all working fine ... i just can't reach the HTTP interface of either modem on the setups
TG: 10.0.0.138 (setup A)
Comtrend: 192.168.1.1 (setup B)
note that these are 2 seperate networks (logically and geographically), i just mention it, because i got same issue on both setups
Setup A:
DSL -> TG788A1vn (bridge mode) -> (ether1)RB951(bridge_local) -> LAN (and stuff :p )
PPTP Session on RB951 for internet access working fine and NAT and routing are working also fine (even L2TP+IPsec VPN)
ros code
[usr@RB951] > ip address print
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK INTERFACE
0 ;;; default configuration
192.168.88.1/24 192.168.88.0 bridge-local
1 10.0.0.140/24 10.0.0.0 ether1-gateway
2 ;;; sp-private-LAN
192.168.1.1/24 192.168.1.0 bridge-local
3 D 91.xxx.x.xxx/32 88.xxx.xx.xxx PPTP_A1_DSL
ros code
[usr@RB951] > ip route print
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mm$
B - blackhole, U - unreachable, P - prohibit
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 ADS 0.0.0.0/0 88.117.95.254 1
1 ADC 10.0.0.0/24 10.0.0.140 ether1-gateway 0
2 S 10.0.0.0/24 ether1-gateway 1
3 ADC 88.xxx.xx.xxx/32 91.xxx.x.xxx PPTP_A1_DSL 0
4 ADC 192.168.1.0/24 192.168.1.1 bridge-local 0
5 ADC 192.168.88.0/24 192.168.88.1 bridge-local 0
ros code
[usr@RB951] > ip firewall nat print
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; default configuration
chain=srcnat action=masquerade src-address=192.168.1.0/24 out-interface=PPTP_A1_DSL log=no log-prefix=""
### and some port forwarding stuff here which all are working fine...
Setup B:
DSL -> ComTrend Vi3223u (bridge mode) -> (ether1)RB951(bridge_local) -> LAN
PPPoE Session on RB951 for internet access working fine and NAT and routing are working also fine (even L2TP+IPsec VPN)
adresses and routes are mostly the same and set correctly
on both setups i can reach the designated modem via ping from each RB951 but i CANNOT access the webinterface of the modems neither can i even ping them behind the Tik(s)
please, if anyone could help... i guess i'm forgetting or missing something....