I’m doing a stream from my laptop with the link “http://19.0.0.180:8088/livelan” to my network but it seems that I need to enable all users in the network to access this laptop so they can view the stream.
what steps should I do in Mikrotik to all full access to this laptop with IP and port above?
Note: currently when I try to access it via any user in the network, message “connection was reset” is appearing.
Thanks in advance
To be frank, the config is a bit over my head. I will say that I think you should be clearer/cleaner in approach and it would be more readable.
ONE BRIDGE
ASSIGN ALL VLANS TO BRIDGE
THEN ASSIGN VLANS to ether ports and WLAN, on /interface bridge ports ( access and hybrid ports with pvid) and /interface bridge vlans for tagging and untagging of ports per vlan-ids.
Way to complex for me to figure out otherwise as you have a big jumble of disorganization (or at least thats what it appears to look like )
I’m not sure what is wrong but you can advice me for re-arrange things.
Anyway, my request is simple:
I have a laptop with IP address 19.0.0.180 connected to port #9 in the router 2011 which is doing streaming to network users.
network users are located either on the bridge with a range 19.0.0.x or located under different vlans with a range 10.10.x.x e.g. (10.10.10.x OR 10.10.11.x OR 10.10.26.x.x …etc)
Hence, I need the users on those two ranges to access that laptop with the static ip address 19.0.0.180
maybe you can help with some hints on how to make it accesable
Typically access via L3 is done via forward chain firewall rules.
allow user address to reach user address
allow subnet A to reach subnet B
allow src-address-list to reach source-address list
and everything in between, imagine many vlans and a shared printer (192.168.10.55) on vlan10 add chain=forward action=accept in-interface-list=LAN out-interface=vlan10 dst-address= 192.168.10.55
also I did the same in the opposite direction with no success!
Note: I replaced the IP of the pc/laptop from 19.0.0.180 to 200.200.200.220
Also tried the following:
/ip hotspot walled-garden add dst-host=http://200.200.200.220/livelan
/ip hotspot walled-garden ip add dst-address=200.200.200.220 action=accept
/ip firewall nat add chain=pre-hotspot dst-address=200.200.200.220 action=accept (this action is stoping the hotspot from working) so I remove it
I did as shown in the snapshot of IP-Firewall also I attached all snapshots on how I did the streaming which was tested successfully between two laptops in small lan network
Is there away to make this IP address of the laptop a white list in Mikrotik? I’m afraid that still there some config needed for hls streaming.
even though the port 443 and port 80 are all allowed.