hi
is it possible to run a hotspot and also allow some users to be assigned fixed ip direct access on one interface or subnet
thanx anyone you will surely come back in your next reincarnation as more than an ant if you answer this
hi
is it possible to run a hotspot and also allow some users to be assigned fixed ip direct access on one interface or subnet
thanx anyone you will surely come back in your next reincarnation as more than an ant if you answer this
Set the dhcp lease static. Change X to line number of lease.
/ip dhcp-server lease
make-static X
Then bypass the ip through the hotspot
/ip hotspot ip-binding
add address=xx.xx.xx.xx type=bypassed
Is that what you wanted?
What Tim posted is the best way to do it for one or two users.
Note that you can also run the hotspot server and a pppoe server on the same interface too if you wish to hand out from a pool of public addresses.