Community discussions

MikroTik App
 
blacky
newbie
Topic Author
Posts: 27
Joined: Sat Sep 18, 2010 8:28 pm

Issue with Hotspot and multiple Subnets

Thu May 26, 2011 10:20 pm

Hi,
we run a Hotspot at 192.168.136.0/24. Our customers get an IP over DHCP from the Hotspot. That part works fine.
On the same Port we have a 10.10.13.0/24 as well. Now we need to allow all devices in the 10.10.13.0/24 direct access to the internet without the redirection to the Hotspot Pages. How can we handle this?
Some firewall rules? I am still in the learning process with RouterOs so i think its very simple to solve this but i don't have any idea.

thx for your replys.

Sven
 
SurferTim
Forum Guru
Forum Guru
Posts: 4636
Joined: Mon Jan 07, 2008 10:31 pm
Location: Miramar Beach, Florida

Re: Issue with Hotspot and multiple Subnets

Thu May 26, 2011 10:26 pm

You must disable the hotspot 1:1 nat.
/ip hotspot
print
set 0 address-pool=none
Check "/ip hotspot host" to view the NAT.
 
fewi
Forum Guru
Forum Guru
Posts: 7717
Joined: Tue Aug 11, 2009 3:19 am

Re: Issue with Hotspot and multiple Subnets

Thu May 26, 2011 10:36 pm

Ideally don't run multiple subnets on the same port. There's usually a better solution, such as using VLANs.
 
krakenant
Member Candidate
Member Candidate
Posts: 135
Joined: Sat Feb 06, 2010 6:32 am

Re: Issue with Hotspot and multiple Subnets

Thu May 26, 2011 11:55 pm

We do an IP binding for that subnet. It disables the NAT and allows the users unfettered access.
 
blacky
newbie
Topic Author
Posts: 27
Joined: Sat Sep 18, 2010 8:28 pm

Re: Issue with Hotspot and multiple Subnets

Fri May 27, 2011 11:31 am

Ok, we used the IP Bindung and that works fine but our devices in the 10.10.13.0 range can't get access.


Here is a small diagram of the network:


Internet--------VPN Router--------CMTS System------CMTS Modem-----------Client Router
| |
| |
|-----------Mikrotik


Ether1 from the Mikrotik is connected to the Internet. Ether2 (Hotspot Interface) connects to the Switchport of the VPN Router (not Mikrotik). The Mikrotik give 192.168.136.0/24 addresses to the Clients. All traffic from the Client is going through the Mikrotik.
Now we have the CMTS Part were we don't have any control for the configuration. The CMTS Modems have 10.10.13.0/24 addresses and connects to the VPN Router. Since we have installed the Mikrotik the CMTS Modems don't have access over the VPN anymore.
What do we need to change in the Mikrotik?

Greets Sven
 
SurferTim
Forum Guru
Forum Guru
Posts: 4636
Joined: Mon Jan 07, 2008 10:31 pm
Location: Miramar Beach, Florida

Re: Issue with Hotspot and multiple Subnets

Fri May 27, 2011 1:09 pm

Please post "/ip hotspot host".