Hy everyone!
Im using userman with hotspot and PPPoE server , all on RB450 (with latest ROS 4.5), everythig is working … let say without problem …
My configuration is really complicated … running on same ethernet port (hotspot and PPPoe server) and I have 3 wan (1 PPPoE client and other 2 static private IP) , and also
lot of firewall rules for QOS … and block virus,ssh rules … from demo.mt.
Anyway my main problem is with PPPoE server .
I have profiles which I try to be the same with hotspot user profile and PPP profile.
My hotspot user profile:
/ip hotspot user profile
set default idle-timeout=10m keepalive-timeout=10m name=default rate-limit=
128k/1M shared-users=1 status-autorefresh=1m transparent-proxy=no
add idle-timeout=20m keepalive-timeout=2m name=test rate-limit=14k/33k
shared-users=5 status-autorefresh=1m transparent-proxy=no
add idle-timeout=10m keepalive-timeout=10m name=2M rate-limit=256k/2M
shared-users=1 status-autorefresh=1m transparent-proxy=no
add idle-timeout=10m keepalive-timeout=10m name=1M rate-limit=128k/1M
shared-users=1 status-autorefresh=1m transparent-proxy=no
My PPP profile:
/ppp profile
set default change-tcp-mss=yes comment=“” name=default only-one=default
use-compression=default use-encryption=default use-vj-compression=default
add change-tcp-mss=yes comment=“” local-address=192.168.3.10 name=1M
only-one=yes rate-limit=128k/1M remote-address=pppoe-pool
use-compression=default use-encryption=default use-vj-compression=default
add change-tcp-mss=yes comment=“” local-address=192.168.3.10 name=2M
only-one=yes rate-limit=256k/2M remote-address=pppoe-pool
use-compression=default use-encryption=default use-vj-compression=default
add change-tcp-mss=yes comment=“” local-address=192.168.3.10 name=test
only-one=yes rate-limit=14k/33k remote-address=pppoe-pool
use-compression=default use-encryption=default use-vj-compression=default
set default-encryption change-tcp-mss=yes comment=“” name=default-encryption
only-one=default use-compression=default use-encryption=yes
use-vj-compression=default
Well you see that I always have profiles: default, 1M, 2M and test …
Every user in userman is in some group let say 1M or test.
For test user I give for free 33kb speed.
If user start loging with browser there is hotspot page … and if login like test userman put him in right group test with this modem speed , but if user (test) connect like PPPeE client userman give hime default speed of 1Mb …
Anyway userman did not recognize groups of PPPoE server profile and did not give other users right group … every user also which is in group 2M have speed of 1M … looks like always give 1M speed all users.
My PPPoE server have default profile 1M , and I dont see way to remove or disable this default profile …
I dont know is some bug in ROS or normal behaviour … or my setup is somehow wrong or need to be updated.
I was make setup according to wiki.
Any help is welcome !