Proplem With HTTP=IMPORTANT!

good morning/eve everybody here

i have very bad problem

so please be patient to can help me and to can explain my problem

before i use webproxy cache i can log to every HTTP server install in all PC before mikrotik router

WAN IP is: 10.0.0.99
Router IP: 10.0.0.10
LAN: 192.168.1.1/24

but after i install webproxy and cache i can’t log to or open any HTTP server installed
in LAN or WAN network

i want if i’m in LAN in PC IP: 192.168.1.100
can open website in WAN (Network Before Mikrotik Router) Like PC: 10.0.0.50
Or in PC in LAN Network Like PC: 192.168.1.50

i use (HOTSPOT, Webproxy, Cache)

how i can do this becuse this is so IMPORTANT to me and this stop all my work

i have low experience in mikrotik so if there is solution from winbox i will be very thankyou

sorry for my english it’s bad so i try to explain my problem as i can

if there is any question to help me in solve this please asked

thanks

Hi,

if you don’t have, add routes to your internal HTML servers.

In windows type (example):

route add 192.168.99.0 mask 255.255.255.0 192.168.1.25 -p

where 192.168.99.0 will be your hotspot network and 192.168.1.25 your hotspot server, that must have an IP to your local network. If you don’t have this, you can’t ping the html servers neither.

You can ping the servers? or it’s only about HTML?

thank you very much for trying to help me

all this PC connected to internet have IP all setting in Mikrotik is right

hotspot work and login
internet connection work no problem in all this pc

i test HTTP server from WAN network it’s work

WAN to WAN work - (10.0.0.50 open 10.0.0.55) work
LAN to WAN not work - (192.168.1.10 open 10.0.0.55) not work
LAN to LAN not work - (192.168.1.10 open 192.168.1.55) not work

my settings is:

Modem Router 10.0.0.10/24


MikroTik Server
------WAN->10.0.0.11
------LAN->192.168.1.1/24

My Firewall Settings

this is filter rul—i don’t add any rul here but mikrotik do when i enabel hotspot and webproxy

Hi,

we need a network diagram too.

Thanks,

I’m not using a proxy now, but it was this setting:

/ip hotspot profile
set X http-proxy=x.x.x.x:8080

Al not work

this is my network




PC1 ----can log to---- PC2
PC1 ----can NOT log to---- PC3
PC3 ----can NOT log to---- PC2
PC4 ----can NOT log to---- PC3

Internet - cache - proxy - hotspot - every thing else is great

UP-IMportant

What’s between PC4 and Mikrotik? If it’s a switch and you can’t enter PC3, the problem is that the server is misconfigured. If PC3 and 4 are in a hotspot.. perhaps you need to use IP bindings or validate before trying to access the server.



IN PC1 and PC2:

Start-> EXECUTE CMD

In CMD window write:

route ADD 192.168.1.0 MASK 255.255.255.0 10.0.0.11 -p

Try this : D!

Mmm.. first make the pings work, and later we will see what’s the matter with the HTTP server..

I go with Ibersystems on this. You need to route the 192.168.1.x net to 10.0.0.11

Then you will need to bypass the internal (PC3) http server ip through the hotspot.

/ip hotspot ip-binding
/add address=192.168.1.55 type=bypassed.

Insure you have not masqueraded the hotspot. Look in
/ip firewall nat
and insure you do not have a masquerade with the src-address=192.168.1.0/24

Then try a ping from PC1 to PC3

ADD: But now that I think about it, The “/ip firewall nat” in the Mikrotik router is going to need some modifications so it does not masquerade to 10.0.0.11 if the dst-address is PC1 or PC2, but about everywhere else.

ok i can’t believe it’s fixed finally

i don’t know how i play in every settings in hotspot and firewall

but the last thing i try is

/ip hotspot ip-binding
/add address=192.168.1.55 type=bypassed.

and it’s work i don’t know if this the problem or not

but before the 192.168.1.55 if connected to internet so it dosn’t mater to binging it’s ip

but at all it’s work thank you every body

thank you very much Mr\SurferTim thank you

and very big thanks for Mr\Ibersystems thank you

You can give us 2 miniKarma votes.. xDD