Hotspot Problem

Hi all :] ‘n I’m sorry 4 disturbin’ ya guys.

I’ve got a lil problem here :confused:

I have a MT with 3 interfaces (note MT version is 2.9.6) and what I wanna do is as follows:

interface1 = local (needs no hotspot)
interface2 = public ( needs no hotspot)
interface3 = wlan (needs a hotspot)

but the problem is that in interface 3 I have many ip ranges, for example i’ve got:

10.10.10.1/24
192.168.100.1/30
192.168.200.1/30
192.168.17.1/30 and few more
now what I wanna do is setup a hotspot for only one 10.10.10.1/24 ip range .. so clients connected with the ip 10.10.10.x should see the login page other clients connected from different ip addresses shouldn’t se the login page and should use the internet normally without hotspot.

p.s. how do I disable clients pinging with each other … example: they can only ping the default gateway which is 10.10.10.1 in my case and I want to make it impossble to user 10.10.10.3 to ping 10.10.10.2 or any other … Hope I didn’t make it so complicated

hi,
you can setup an hotspot for network 10.10.10.1/24 creating a pool 10.0.0.2-10.0.0.254 (for example) under ip pool, then under ip hotspot trough add address-pool you can specify the name of the pool inserted under ip pool.

To disable the ping between the clients try to set default-forwarding=no on the interface wlan1.

hey .. thank’s for the reply .. did you mean "I can setup a pool with address 10.10.10.2-10.10.10.254 or 10.0.0.2-10.0.0.254 for network 10.10.10.1/24 ???

If appropriate, you could also look at setting up a VirtualAP for hotspot clients.

hey .. thank’s for the reply .. did you mean "I can setup a pool with address 10.10.10.2-10.10.10.254 or 10.0.0.2-10.0.0.254 for network 10.10.10.1/24 ???[/quote]


hy, I didn’t use hotspot but over pppoe-server the pool is independent from the interface’s ip address… I don’t know if this works fine over hotspot.
Clearly, I wronged subnets…sorry.