Help need with Web proxy

Hi,

I am a newby with mikrotik. i have a RB450G and want to config it as a web proxy in a network.
i have an ADSL modem that have ppoe connection inside and NAT LAN to single IP wan. LAN IP: 192.168.0.1
now i want router board process web request.LAN IP:192.168.0.6
i enable web proxy but it dont seem be enough. RB receive the request but no page be opened.

Please see:
http://wiki.mikrotik.com/wiki/Manual:IP/Proxy
http://wiki.mikrotik.com/wiki/How_to_make_transparent_web_proxy

Hi kirshteins,
I read the manual and check the settings. but it doesn’t work yet.
here is my settings and connections:

and the result:

can you post your nat proxy rule.

Probably is a firewall dst-nat rule missing, guessing your LAN is 192.168.0.0/24:

go to "IP → Firewall → NAT " and add the rule with following rules:

chain: dst-nat
src-address: 192.168.0.0/24
protocol: TCP
port 80
action: redirect
port: 8080

Hi friends

I just found out my problem was misconfigure the DNS. Now everything is OK.

Now i have another question.
1- Is this proxy server can set for authenticate user from a domain?
2- how can i shape bandwidth that every user use?

Tanx for your help.