Below is the configuration I tried to run, which is still not working until now
3G Router IP : 192.168.4.1 / 24
|
|
MT Web Proxy IP (public) : 192.168.4.2 /24
| IP (lan) : 192.168.8.1 /24
| IP dns : primary = 202.155.0.10 secondary = 202.155.0.15
| IP route : dst-address=0.0.0.0/0 gateway = 192.168.4.1
| IP firewall : chain=srcnat out-interface=public src-address=192.168.8.0/24 action=masquerade
| chain=dstnat in-interface=lan src-address=192.168.8.0/24 protocol=tcp dst-port=80
| action=redirect to-ports=8080
| IP proxy : enabled : yes parent-proxy-port : 0
| src-address : 0.0.0.0 cache-drive : CF
| port : 8080 cache-administrator : “webmaster”
| parent-proxy : 0.0.0.0 max-cache-size : unlimited
| cache-on-disk : yes max-fresh-time : 3d
| max-client : 600 serialize-connections : yes
| max-server : 600 cache-hit-dscp : 4
Switch
|
|
LAN Users IP address : 192.168.8.x DNS primary : 202.155.0.10
Netmask : 255.255.255.0 DNS secondary : 202.155.0.15
Gateway : 192.168.8.1
Browser : proxy = 192.168.8.1 ====> ERROR : NOT FOUND
proxy = 192.168.4.2 ====> ERROR : GATEWAY TIME OUT
What do I miss or make a wrong settings ???
Thanks and cheers