Community discussions

MikroTik App
 
arcahyadi
just joined
Topic Author
Posts: 3
Joined: Tue Jan 16, 2024 5:16 am

Problem with PCC + Hotspot

Sun Feb 04, 2024 11:35 am

i got problem with my connection when hotspot enabled

i set my mikrotik to do PCC 4 ISP and worked, then i try add hotspot into port 5 (LOCAL NETWORK)
login page showed up and login success, but no internet
i already try add hotspot=auth, try add ip pool to user profile
172.16.0.1/21    172.16.0.0   ether-5-wifi-ged1    
1   192.168.5.1/24   192.168.5.0  ether11              
2 D 192.168.3.34/24  192.168.3.0  ether-3-internet     
3 D 192.168.1.2/24   192.168.1.0  ether-1-internet-ged1
4 D 192.168.4.2/24   192.168.4.0  ether-4-internet     
5 D 192.168.2.2/24   192.168.2.0  ether-2-internet     

 2 X  chain=srcnat action=masquerade out-interface=ether-2-internet log=no log-prefix="" 

 3 X  chain=srcnat action=masquerade out-interface=ether-3-internet log=no log-prefix="" 

 4 X  chain=srcnat action=masquerade out-interface=ether-4-internet log=no log-prefix="" 

 5 X  chain=srcnat action=masquerade out-interface=ether-1-internet-ged1 log=no log-prefix="" 
21    ;;; LB PCC by buananet.com
      chain=prerouting action=accept src-address-list=LOCAL-IP 
      dst-address-list=LOCAL-IP 

22    ;;; LB PCC by buananet.com
      chain=postrouting action=accept src-address-list=LOCAL-IP 
      dst-address-list=LOCAL-IP 

23    ;;; LB PCC by buananet.com
      chain=forward action=accept src-address-list=LOCAL-IP 
      dst-address-list=LOCAL-IP 

24    ;;; LB PCC by buananet.com
      chain=input action=accept src-address-list=LOCAL-IP 
      dst-address-list=LOCAL-IP 

25    ;;; LB PCC by buananet.com
      chain=output action=accept src-address-list=LOCAL-IP 
      dst-address-list=LOCAL-IP 

26    ;;; LB PCC by buananet.com
      chain=input action=mark-connection 
      new-connection-mark=cm-ether-1-internet-ged1 passthrough=yes 
      in-interface=ether-1-internet-ged1 

27    ;;; LB PCC by buananet.com
      chain=input action=mark-connection 
      new-connection-mark=cm-ether-2-internet passthrough=yes 
      in-interface=ether-2-internet 

28    ;;; LB PCC by buananet.com
      chain=input action=mark-connection 
      new-connection-mark=cm-ether-3-internet passthrough=yes 
      in-interface=ether-3-internet 

29    ;;; LB PCC by buananet.com
      chain=input action=mark-connection 
      new-connection-mark=cm-ether-4-internet passthrough=yes 
      in-interface=ether-4-internet 

30    ;;; LB PCC by buananet.com
      chain=output action=mark-routing 
      new-routing-mark=to-ether-1-internet-ged1 passthrough=yes 
      connection-mark=cm-ether-1-internet-ged1 

31    ;;; LB PCC by buananet.com
      chain=output action=mark-routing new-routing-mark=to-ether-2-internet 
      passthrough=yes connection-mark=cm-ether-2-internet 

32    ;;; LB PCC by buananet.com
      chain=output action=mark-routing new-routing-mark=to-ether-3-internet 
      passthrough=yes connection-mark=cm-ether-3-internet 

33    ;;; LB PCC by buananet.com
      chain=output action=mark-routing new-routing-mark=to-ether-4-internet 
      passthrough=yes connection-mark=cm-ether-4-internet 

34    ;;; LB PCC by buananet.com
      chain=prerouting action=mark-connection 
      new-connection-mark=cm-ether-1-internet-ged1 passthrough=yes 
      dst-address-type=!local hotspot=auth in-interface=ether-5-wifi-ged1 
      per-connection-classifier=both-addresses-and-ports:4/0 log=no 
      log-prefix="" 

35    ;;; LB PCC by buananet.com
      chain=prerouting action=mark-connection 
      new-connection-mark=cm-ether-2-internet passthrough=yes 
      dst-address-type=!local hotspot=auth in-interface=ether-5-wifi-ged1 
      per-connection-classifier=both-addresses-and-ports:4/1 log=no 
      log-prefix="" 

36    ;;; LB PCC by buananet.com
      chain=prerouting action=mark-connection 
      new-connection-mark=cm-ether-3-internet passthrough=yes 
      dst-address-type=!local hotspot=auth in-interface=ether-5-wifi-ged1 
      per-connection-classifier=both-addresses-and-ports:4/2 log=no 
      log-prefix="" 

37    ;;; LB PCC by buananet.com
      chain=prerouting action=mark-connection 
      new-connection-mark=cm-ether-4-internet passthrough=yes 
      dst-address-type=!local hotspot=auth in-interface=ether-5-wifi-ged1 
      per-connection-classifier=both-addresses-and-ports:4/3 log=no 
      log-prefix="" 

38    ;;; LB PCC by buananet.com
      chain=prerouting action=mark-routing 
      new-routing-mark=to-ether-1-internet-ged1 passthrough=yes 
      connection-mark=cm-ether-1-internet-ged1 in-interface=ether-5-wifi-ged1 

39    ;;; LB PCC by buananet.com
      chain=prerouting action=mark-routing 
      new-routing-mark=to-ether-2-internet passthrough=yes 
      connection-mark=cm-ether-2-internet in-interface=ether-5-wifi-ged1 

40    ;;; LB PCC by buananet.com
      chain=prerouting action=mark-routing 
      new-routing-mark=to-ether-3-internet passthrough=yes 
      connection-mark=cm-ether-3-internet in-interface=ether-5-wifi-ged1 

41    ;;; LB PCC by buananet.com
      chain=prerouting action=mark-routing 
      new-routing-mark=to-ether-4-internet passthrough=yes 
      connection-mark=cm-ether-4-internet in-interface=ether-5-wifi-ged1 

Who is online

Users browsing this forum: LdB, maxten, nz_monkey and 26 guests