Exempt Computer/IP from HotSpot

I have a HotSpot set up on my wireless to authenticate users. However, I have one computer (and maybe eventually more) that I want to be exempt from the HotSpot and just be able to surf the internet without having to log in. I’m sure there’s a way to do this, but I don’t quite understand all the automatic HotSpot rules enough to know what I need to do. I’m using RouterOS 3.24. Any help would be great.

Thanks!
Joel

Not a problem.

/ip hotspot ip-binding
add address=xx.xx.xx.xx type=bypassed

Replace the xx’s with the device IP address.
If you want to issue a dynamic IP, you can assign a mac address a specific IP every time they connect.

/ip dhcp-server lease
make-static X

where X is the line number of the assignment. when the computer is connected to your network, and make the assignment static. This does not mean a static IP, just that the dhcp server will assign the same IP to that mac address all the time. Then you can use the ip-binding above to let that IP through the hotspot.