Using Version 2.9.8 of routerOS.
I have a hotspot running in a fairly large condominium. Within it there is the main office with two computers and 3 closed-box video recorders running a version of Linux (Dedicated micros). I want the office computers to be able to run a network viewer program that utilizes port 8234. I added the following entries which represent the 2 computers and 3 video recorders:
ip hotspot ip-binding add mac-address=00:D0:D9:02:FF:4C address=10.5.50.125 to-address=10.5.50.125 server=hs-local type=bypassed
ip hotspot ip-binding add mac-address=00:D0:D9:02:1F:2C address=10.5.50.126 to-address=10.5.50.126 server=hs-local type=bypassed
ip hotspot ip-binding add mac-address=00:D0:D9:03:7B:AF address=10.5.50.127 to-address=10.5.50.127 server=hs-local type=bypassed
ip hotspot ip-binding add mac-address=00:D0:D9:02:FF:4C address=10.5.50.150 to-address=10.5.50.150 server=hs-local type=bypassed
ip hotspot ip-binding add mac-address=00:0C:6E:46:DC:5D address=10.5.50.173 to-address=10.5.50.173 server=hs-local type=bypassed
The 2 pc’s which are at ip 150 & 173 can ping 125, 126, 127 but when we run the network viewer program it refuses to connect and when I open a command prompt and type “netstat” I see:
proto Local address foreign address state
TCP Harb_park:1250 10.5.50.125:8234 syn_sent
If I keep pressing enter, I may or may not finally get a connection. Its really hit and miss but once I get a connection, I can make it again over and over until some time passes and I try again. Also trying to use VNC (port 5900) between the two computers I get a “read: connection reset by peer” the first time I try and then it works the second time. It seems that the bypass doesn’t work correctly and that packets have to be sent between the two IPs before communication can be established. I also tried adding the ip/ports as bypassed in the walled garden/IP list but this doesn’t make any difference.