Hi
im trying to create configuration for rb951ui-2hnd. target wich i want to equire is:
eth4 ip 192.168.2.70 is from internet side
eth5 ip 192.168.1.20 is from lan side
eth4 must forward packages on udp 11000 to udp 11000 on eth5
eth5 must forward packages on udp 11001 to udp 11000 on eth4
on lan siede is switch wich broadcast packages to all members using 192.168.1.255
how im trying to do this work with fresh router:
make bridge1: bridge->add bridge protocol rstp
add eth4 and eth5 to bridge1 in bridge->ports
ip->adresses adding ip for each eth4 192.168.2.70/24 and 192.168.1.20/24
on ip->firewall i set NAT chain: dsnat, src adress 192.168.1.255 protocol 17 dst port 11000
action dst-nat to ports 11000 to adress 192.168.2.77 (pc simulating reciver)
on lan side i have transmiter that send packages on udp 11000 (ip adress 192.168.1.4)
on firewall connections i see packages
but on reciver side nothing happen what im doing wrong ?
i solved problem anny action with nat should end with router reset to make action… i need to solve just problem with broadcast from wan to lan anny sugestions?