Is it possible to access my HH5a in DSL Bridge Modem Mode (192.168.100.1) from my LAN / DHCP which is on 192.168.0.1/24? Using the same single cable that's connecting the HH5a to the Router?
I want to be able to access the modem without having to be physically wired to it. And using the existing wired connection between HH5a <-> Unifi USG. Currently, it's wired from Port 1 on HH5a to the WAN port on the USG.
Here's a diagram of my setup.
And my /etc/config/network
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fd86:ec5f:9f6f::/48'
config dsl 'dsl'
option annex 'b'
option tone 'a'
option xfer_mode 'ptm'
option line_mode 'vdsl'
option ds_snr_offset '0'
config device
option name 'br-lan'
option type 'bridge'
list ports 'dsl0.101'
list ports 'eth0.1'
config device
option name 'eth0.1'
option macaddr '00:XX:XX:XX:a6:f2'
config interface 'lan'
option device 'br-lan'
option proto 'static'
option netmask '255.255.255.0'
option ip6assign '60'
option ipaddr '192.168.100.1'
config device
option name 'eth0.2'
option macaddr '00:XX:XX:XX:a6:f3'
config interface 'wan'
option mtu '1500'
option ipv6 '0'
option device 'dsl0.101'
option proto 'none'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '6t 4 2 0 1'
option vid '1'
config switch_vlan
option device 'switch0'
option vlan '2'
option ports '6t 5'
option vid '2'