Community discussions

MikroTik App
 
mubashir
just joined
Topic Author
Posts: 13
Joined: Sat Oct 29, 2011 1:12 pm

How to use Web Cache For PPPoE Users...

Sat Oct 29, 2011 1:28 pm

I dears
I am new here and a small learner of MikroTik RouterOS on Ver. 2.9.27.

I wanna doing some thing like...
http://www.youtube.com/watch?v=g4y1SWpdanY
This video is completely shows that what i want...

Yes
Web Cache
I have some success but not complete handover.
Please help me some experts.
Thank You.

Mubashir
 
User avatar
sadeghrafie
Long time Member
Long time Member
Posts: 514
Joined: Sat Nov 14, 2009 11:28 am
Location: Bushehr, IRAN

Re: How to use Web Cache For PPPoE Users...

Sat Oct 29, 2011 1:42 pm

Try to upgrade to V5.7 the latest if no issue with license :D
I didn't see the video, But You need to redirect PPPoE users IP subnet to use web proxy
ip firewall nat src-address="x.x.x.x/x" dst-port=80 protocol=tcp action=redirect to-ports=8080 chain=dstnat 
ip proxy set enabled=yes port=8080
 
mubashir
just joined
Topic Author
Posts: 13
Joined: Sat Oct 29, 2011 1:12 pm

Re: How to use Web Cache For PPPoE Users...

Sat Oct 29, 2011 2:02 pm

Try to upgrade to V5.7 the latest if no issue with license :D
I didn't see the video, But You need to redirect PPPoE users IP subnet to use web proxy
ip firewall nat src-address="x.x.x.x/x" dst-port=80 protocol=tcp action=redirect to-ports=8080 chain=dstnat 
ip proxy set enabled=yes port=8080
I have not enough money to purchase V5.x as i am just learning...
But Thank You so much for quick response.
 
User avatar
sadeghrafie
Long time Member
Long time Member
Posts: 514
Joined: Sat Nov 14, 2009 11:28 am
Location: Bushehr, IRAN

Re: How to use Web Cache For PPPoE Users...

Sat Oct 29, 2011 2:08 pm

No problem, but the NAT rule is the point for run a proxy sever
 
mubashir
just joined
Topic Author
Posts: 13
Joined: Sat Oct 29, 2011 1:12 pm

Re: How to use Web Cache For PPPoE Users...

Sat Oct 29, 2011 3:03 pm

Thank You

One thing more brother
can i set timings for PPPoE users...
For Example
I want that client_1 use internet from 00:00 to 08:00
as well as
client_2 use internet from 12:00 to 23:59

is there any method to do it?
 
User avatar
sadeghrafie
Long time Member
Long time Member
Posts: 514
Joined: Sat Nov 14, 2009 11:28 am
Location: Bushehr, IRAN

Re: How to use Web Cache For PPPoE Users...

Sat Oct 29, 2011 8:33 pm

Absolutely yes.
It can be done both in local database and user manager.