Hi.
My first post.
I want to redirect users that are not in access list to some local web page. I’m not using hotspot and I’m not using proxy. Can this be accomplished by some NAT rule?
Thanks.
Hi.
My first post.
I want to redirect users that are not in access list to some local web page. I’m not using hotspot and I’m not using proxy. Can this be accomplished by some NAT rule?
Thanks.
/ip fire nat add src-address-list=!allowed-users chain=dstnat dst-port=80 to-addresses=192.168.0.111
Should do it
Thanks for a (really) quick reply.
How do I fill allowed-users?
Thanks.
ip fire addr add list=allowed-users addr=10.0.0.1
and so on.. ![]()
I do have more than 150 users.
Well, until I learn how to make a script…
Thanks for reply and see you next year or so
.
P.S. Adding users OK but finding mistakes I will make…
You can add networks to address lists to cover more than one IP at once. Don’t know if that works for what you’re doing.
No, I need this per network, bit more manual work than I expected works great.