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
Code: Select all
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
Code: Select all
0 chain=postrouting out-interface==Klienci-bridge packet-mark=ttl
action=change-ttl new-ttl=set:2
Is there any good way to avoid Internet sharing for specified (by hotspot profile) user?
thanks and regards!
kjagus