Community discussions

MikroTik App
 
dermawas
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 64
Joined: Sat Jul 10, 2021 7:06 am

I am able to ping wireless router from winbox but cannot open in web browser

Sat Jul 17, 2021 7:18 am

Hi all,

please help with advise.

my connection is as follow:
Internet modem --- mikrotik router ---- wireless router - (192.168.8.2, model: an5506-04-fs)

from winbox i am able to ping wireless router but, I am unable to open the web menu of the router setting from my PC.
similarly I am unable to ping from my PC to the wireless router. but I am able to ping mikrotik router ether 3 (192.168.8.1)
my pc is having IP 192.168.88.254

is there any configuration in mikrotik router that i need to add ?

Thank you
PS: added some pict on how i want to make the network. any suggestion is very much appreciated
i am able to connect to the internet if i replace the an5506-04 with my PC, is it because my PC is DHCP, while an5506 is set with static IP ?
i've updated my diagram which hopefully can give a better picture
You do not have the required permissions to view the files attached to this post.
 
User avatar
nichky
Forum Guru
Forum Guru
Posts: 1275
Joined: Tue Jun 23, 2015 2:35 pm

Re: I am able to ping wireless router from winbox but cannot open in web browser

Sat Jul 17, 2021 9:08 am

We need to see the config, but according from what you have explained here, it seems like it's missing a route, you can achieve this by two ways:

1.add static a route or
2. use nat (not recommending)
 
dermawas
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 64
Joined: Sat Jul 10, 2021 7:06 am

Re: I am able to ping wireless router from winbox but cannot open in web browser

Sat Jul 17, 2021 9:10 am

We need to see the config, but according from what you have explained here, it seems like it's missing a route, you can achieve this by two ways:

1.add static a route or
2. use nat (not recommending)
Hi Nichky,
may i know what config i can share ?
sorry, totally new to mikrotik. i haven't figure out how to dump the config yet.
 
User avatar
nichky
Forum Guru
Forum Guru
Posts: 1275
Joined: Tue Jun 23, 2015 2:35 pm

Re: I am able to ping wireless router from winbox but cannot open in web browser

Sat Jul 17, 2021 9:34 am

/export hide-sensitive
Do traceroute, see where does it stop

If you are totally now in MT world, would be tricky part.
We can try. Otherwise you can contact some of the consultants to help you out
 
dermawas
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 64
Joined: Sat Jul 10, 2021 7:06 am

Re: I am able to ping wireless router from winbox but cannot open in web browser

Sat Jul 17, 2021 9:47 am

this is the dump
# jul/17/2021 13:37:34 by RouterOS 6.47.8
# software id = XF6Q-13TJ
#
# model = RB750Gr3
# serial number = CC220DD3DF58
/interface bridge
add name=local
/interface ethernet
set [ find default-name=ether1 ] mac-address=74:DA:DA:83:AB:FE name=1modem
set [ find default-name=ether2 ] name=2local
set [ find default-name=ether3 ] name=3wired
set [ find default-name=ether4 ] name=4wireless
set [ find default-name=ether5 ] disabled=yes
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/ip pool
add name=dhcp_pool0 ranges=192.168.88.2-192.168.88.254
add name=dhcp_pool1 ranges=192.168.8.2-192.168.8.254
add name=dhcp_pool2 ranges=192.168.8.2-192.168.8.254
add name=dhcp_pool3 ranges=192.168.0.2-192.168.0.254
add name=dhcp_pool4 ranges=192.168.8.2-192.168.8.254
/ip dhcp-server
add address-pool=dhcp_pool0 disabled=no interface=local name=dhcp1
add address-pool=dhcp_pool3 disabled=no interface=4wireless lease-time=1h name=\
dhcp4wlan
add address-pool=dhcp_pool4 disabled=no interface=3wired lease-time=1d name=\
dhcp3wired
/queue simple
add disabled=yes max-limit=500M/500M name=Local packet-marks=local target=\
192.168.0.0/24
/interface bridge port
add bridge=local interface=2local
/ip address
add address=192.168.88.1/24 interface=local network=192.168.88.0
add address=192.168.8.1/24 interface=3wired network=192.168.8.0
add address=192.168.0.1/24 interface=4wireless network=192.168.0.0
/ip cloud
set update-time=no
/ip dhcp-client
add disabled=no interface=1modem
/ip dhcp-server lease
add address=192.168.88.253 client-id=1:20:47:47:74:63:68 mac-address=\
20:47:47:74:63:68 server=dhcp1
add address=192.168.8.2 mac-address=CC:06:77:AA:26:E8 server=dhcp3wired
/ip dhcp-server network
add address=192.168.0.0/24 dns-server=8.8.8.8 gateway=192.168.0.1
add address=192.168.8.0/24 dns-server=8.8.8.8 gateway=192.168.8.1
add address=192.168.88.0/24 dns-server=8.8.8.8 gateway=192.168.88.1
/ip firewall mangle
add action=mark-packet chain=prerouting disabled=yes dst-address=192.168.0.0/24 \
new-packet-mark=Local passthrough=no src-address=192.168.0.0/24
/ip firewall nat
add action=masquerade chain=srcnat out-interface=1modem
/ip service
set telnet disabled=yes
set ftp disabled=yes
set ssh port=2222
set winbox address=192.168.88.0/24,192.168.0.0/24,192.168.8.0/24
/system clock
set time-zone-name=Asia/Jakarta
/tool bandwidth-server
set enabled=no
/tool mac-server
set allowed-interface-list=static
/tool mac-server ping
set enabled=no


tracert from pc attached

I don't think I can consult with paying consultant at this point, as this project is for home network. :D
You do not have the required permissions to view the files attached to this post.
 
User avatar
nichky
Forum Guru
Forum Guru
Posts: 1275
Joined: Tue Jun 23, 2015 2:35 pm

Re: I am able to ping wireless router from winbox but cannot open in web browser

Sat Jul 17, 2021 9:58 am

i need to see other site,
from what i can see here,the gateway is 1modem.

from this router can you ping out?

pls check this out
https://help.mikrotik.com/docs/display/ ... figuration
 
dermawas
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 64
Joined: Sat Jul 10, 2021 7:06 am

Re: I am able to ping wireless router from winbox but cannot open in web browser

Sat Jul 17, 2021 4:01 pm

i need to see other site,
from what i can see here,the gateway is 1modem.

from this router can you ping out?

pls check this out
https://help.mikrotik.com/docs/display/ ... figuration
the RB750 router ? i am able to ping out
I connect to the router an5506-04-fs and i am able to ping to 192.168.8.1 which is the RB750 port IP. but i am unable to ping to outside such as 8.8.8.8
 
dermawas
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 64
Joined: Sat Jul 10, 2021 7:06 am

Re: I am able to ping wireless router from winbox but cannot open in web browser

Sat Jul 17, 2021 7:00 pm

update, i just change the router an5506-04-fs to dlink dir 619l.
i plug using the following setup

PC ----- dlink Dir 619 ------ mikrotik rb750 --- ISP modem ----internet

and from PC it works ok. I can open the dir 619 configuration web, and rb750.
so my take is that the an5506-04-fs somehow has some issue of not forwarding request from client (pc) to mikrotik.

please kindly help to mark this as solved.

Who is online

Users browsing this forum: BioMax, cdblue and 43 guests