Community discussions

MikroTik App
 
DarthLodis
just joined
Topic Author
Posts: 18
Joined: Sun Aug 24, 2008 12:34 am

Problem with HotSpot

Sat Sep 20, 2008 4:55 am

well guys, i dont understand why, but some dynamics rules, get invalid, and my HS doesn´t work, my MK version its a 3.14 and here are my rules
Flags: X - disabled, I - invalid, D - dynamic
0 D chain=dstnat action=jump jump-target=hotspot hotspot=from-client

1 I chain=hotspot action=jump jump-target=pre-hotspot

2 D chain=hotspot action=redirect to-ports=64872 protocol=udp dst-port=53

3 D chain=hotspot action=redirect to-ports=64872 protocol=tcp dst-port=53

4 D chain=hotspot action=redirect to-ports=64873 protocol=tcp
hotspot=local-dst dst-port=80

5 D chain=hotspot action=redirect to-ports=64875 protocol=tcp
hotspot=local-dst dst-port=443

6 D chain=hotspot action=jump jump-target=hs-unauth protocol=tcp hotspot=!aut>

7 D chain=hotspot action=jump jump-target=hs-auth protocol=tcp hotspot=auth

8 D chain=hs-unauth action=redirect to-ports=64874 protocol=tcp dst-port=80

9 D chain=hs-unauth action=redirect to-ports=64874 protocol=tcp dst-port=3128

10 D chain=hs-unauth action=redirect to-ports=64874 protocol=tcp dst-port=8080

11 D chain=hs-unauth action=redirect to-ports=64875 protocol=tcp dst-port=443

12 I chain=hs-unauth action=jump jump-target=hs-smtp protocol=tcp dst-port=25

13 D chain=hs-auth action=redirect to-ports=64874 protocol=tcp hotspot=http

14 I chain=hs-auth action=jump jump-target=hs-smtp protocol=tcp dst-port=25

someone can tell-me whats wrong? thx for any help
 
User avatar
sergejs
MikroTik Support
MikroTik Support
Posts: 6697
Joined: Thu Mar 31, 2005 3:33 pm
Location: Riga, Latvia
Contact:

Re: Problem with HotSpot

Mon Sep 22, 2008 8:28 am

What is the problem with HotSpot, what exactly does not work ?

Red rules are not the reason, why HotSpot does not work. Version 3 firewall behavior is changed,
red rules are present, because for example there is nothing in the chain hs-smtp,
12 I chain=hs-unauth action=jump jump-target=hs-smtp protocol=tcp dst-port=25
SMTP is not configured for HotSpot, perhaps you do not need it, you have not configured and this rule is red.
But it does not produce any problems !
 
User avatar
normis
MikroTik Support
MikroTik Support
Posts: 26950
Joined: Fri May 28, 2004 11:04 am
Location: Riga, Latvia
Contact:

Re: Problem with HotSpot

Mon Sep 22, 2008 10:48 am

some rules are Red, because you didn't fill all fields in the hotspot setup wizard. However, your hotspot still will work fine, this is not a problem.