Page 1 of 1

How do i redirect clients to a page on the network

Posted: Wed May 06, 2009 6:03 pm
by daitea
Hi All
i want to redirect my clients to a page either than the net if they are due to pay their monthly bills.
How do i do this without the client having internet access

Re: How do i redirect clients to a page on the network

Posted: Thu May 07, 2009 9:47 am
by normis
with a nat rule. dst-nat with action dst-nat:
/ip firewall nat add chain=dstnat src-address=1.1.1.1 action=dst-nat to-addresses=192.168.0.109 
			
assuming 1.1.1.1 is the bad client, and 192.168.0.109 is your webserver

Re: How do i redirect clients to a page on the network

Posted: Thu May 07, 2009 9:59 am
by pedja
... and bad client cannot be in the same IP subnet as local web server where he is redirected to.

Re: How do i redirect clients to a page on the network

Posted: Thu May 07, 2009 10:20 am
by daitea
do i put this firewall command in the client's radio or the base station

Re: How do i redirect clients to a page on the network

Posted: Thu May 07, 2009 11:14 am
by doush
base station

Re: How do i redirect clients to a page on the network

Posted: Thu May 07, 2009 12:44 pm
by daitea
ok i will do that and get back to you

Re: How do i redirect clients to a page on the network

Posted: Wed May 27, 2009 12:21 pm
by mysz0n
can i use ip pool instead od certain ip address?
i'd like to change ip pools in user manager via some php script.
or is there better way do do that ?