Is mikrotik can run with proxy server in another PC?
i’ve configure this for along time but im never get the succed
i use fedora6 for my proxy server, I just wanna ask How to configure NAT in mikrtoik to navigate the cache to the proxyserver from the internet ?
my MT NAT configure is like this
chain=srcnat out-interface=ether1 src-address=192.168.5.0/24
action=masquerade
in my MT there are 3 LANCARDs
eth1 = ISP
eth2 = squid proxy server ( peer to peer with mikrotik)
eth3= LAN
internet--------->eth1 mikrotik eth3 ------------> LAN
eth2
|
|
squid proxy server
thank u ashish for ur reply, but can u tell me about the configuration of mikrotik to navigate cache to the proxy server , especially in NAT configuration of MT, help me plz ???
hi guys
i have already made this before
you can run your web proxy in the mikrotik box ,
/ip web-proxy
check on the transparent proxy
in the parent proxy type the ip address of the external squid
in the parent proxy port type the port of the external squid too
now you have your MT webproxy running on the default port 3128
and redirecting all http request to the external squid , but you should do this to achieve automatic proxy configuration for clients ( the client doesnt need to configure his browser to use a proxy server )
/ip firewall nat add chain=dstnat protocol=tcp dst-port=80 action=redirect to-ports=3128
skynoc and Ghassan , yes its working , but i found that cache size in MT web-proxy setting is increasing !! what does that mean ? ist still using MT hard disk or what ?