hi
I want to redirect all cliets after 30 days to web-page for notifie the client is ended his account :
I’m use this configuration:
/ppp profile
add name=ended local-address=10.0.1.1 remote-address=pool-ended dns-server=10.0.1.1
/ppp secters set {user id} profile=ended
/ip pool add name=pool-ended addresses=10.0.1.10-10.0.1.100
/ip dns
set primary-dns=10.0.0.1 (external router d'link)
set allow-remote-requests=yes
/ip dns static
add name=server.hdp address=10.1.0.1 (external web-hosting, not real ip[its only for my clients])
/ip firewall nat
add chain=dstnat src-address=10.0.1.0/24 protocol=tcp action=redirect to port 8080
/ip web-proxy
set enabled=yes port=8080
/ip proxy access
add src-address=10.0.1.0/24 action=deny redirect-to="server.hdp/ended"
is not work
the request is “page not fund”
wht is the problem. Help me please
I’m use the configuration for DHSP redirect to page “server.hdp/DHCP”. its working
![]()