Internet Connection Sharing blocking - how to?

Hi!
I try to block connection sharing for users from one of th hotspot user profile.
I try to set outgoing-packet-mark in specified hotspot user profile

 2   name="BASIC" keepalive-timeout=10m status-autorefresh=1m 
     shared-users=unlimited rate-limit="32k/256k" incoming-filter="no-p2p" 
     outgoing-filter="no-p2p" incoming-packet-mark="ttl" 
     outgoing-packet-mark="ttl" transparent-proxy=yes open-status-page=always 
     advertise=no

and then set ttl value in mangle rule based on the packet mark set in hotspot.

 0   chain=postrouting out-interface==Klienci-bridge packet-mark=ttl 
     action=change-ttl new-ttl=set:2

But there is no one packet in mangle rule statistics - it seems most likely packets are not marked - so ANY rule based on mark have nothing to do.
Is there any good way to avoid Internet sharing for specified (by hotspot profile) user?

thanks and regards!
kjagus

it obtained to function the blockade of sharing of the customers?

we already discussed this issue, no way to block the sharing connection. try to limit the sessions…it will do 60% of the job.

better than nothing

Have you tried to change TTL form MT to PC TTL=1? :smiley:

nice!