Hi, I managed to get everything working and it's great! Just one thing, I can't detect a device from one vlan to another with the device app...
if I go to the device's IP (192.168.240.161) I can easily access it, but if I try from its app it doesn't work...
I found this guide for other routers:
https://community.ui.com/questions/Howt ... b8f?page=1
as far as I understand it is enough to do a nat and mdns, but it doesn't work... who can help me?
my rules as well as macvlan are:
if I go to the device's IP (192.168.240.161) I can easily access it, but if I try from its app it doesn't work...
I found this guide for other routers:
https://community.ui.com/questions/Howt ... b8f?page=1
as far as I understand it is enough to do a nat and mdns, but it doesn't work... who can help me?
my rules as well as macvlan are:
Code:
add action=dst-nat chain=dstnat comment=HDHomeRUN disabled=yes dst-port=65001 in-interface-list=LAN protocol=udp \ src-address-list=net_casa to-addresses=192.168.240.161 to-ports=65001add action=dst-nat chain=dstnat comment=HDHomeRUN disabled=yes dst-port=65001 in-interface-list=LAN protocol=tcp \ src-address-list=net_casa to-addresses=192.168.240.161 to-ports=65001
Statistics: Posted by Kataius — Tue Jun 11, 2024 5:01 pm