Community discussions

MikroTik App
 
dmls
just joined
Topic Author
Posts: 3
Joined: Fri Feb 17, 2017 3:45 pm
Location: Brazil

Strange connection problem for Windows PCs

Fri Feb 17, 2017 4:41 pm

I soon bought a Mikrotik Routerboard R750r2 hEX Lite, when I started to configure I could not connect to the internet through the browser, if I tried the ping or traceroute the communication was done. I was configuring on Windows PC.
By chance I tested the connection on a linux computer and it was perfect. The browser is working, ping is working and so on.
So I connected again to a Windows computer and the browser did not work, but the ping did.
I did a complete reset on Mikrotik and started to configure, but the same problem happened, computer with Windows without browsing and Linux can.

Its current version is v6.38.1 with firmware 3.33.

Use an ADSL modem and a dedicated link, the problem appeared in ADSL. DHCP is distributed through an AD on the local network.

Port 1 is with DHCP client for ADSL
Port 2 is dedicated link IP omitted.
Port 3 is with the local network.

Current setting after reset below:

interface ethernet
set [ find default-name=ether1 ] name=P1_VivoADSL #ADSL
set [ find default-name=ether2 ] name=P2_VivoDEDICADO #DEDICATED
set [ find default-name=ether3 ] name=P3_RedeLocal #LOCAL NETWORK
set [ find default-name=ether4 ] disabled=yes
set [ find default-name=ether5 ] disabled=yes
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/ip address
add address=X.X.X.74/29 interface=P2_VivoDEDICADO network=X.X.X.72
add address=10.1.1.254/24 interface=P3_RedeLocal network=10.1.1.0
/ip dhcp-client
add default-route-distance=0 dhcp-options=hostname,clientid disabled=no \
interface=P1_VivoADSL
/ip dns
set allow-remote-requests=yes servers=\
200.175.5.139,200.175.182.139,200.175.89.139
/ip dns static
add address=200.175.5.139 name=VIVO_DNS1
add address=200.175.182.139 name=VIVO_DNS2
add address=200.175.89.139 name=VIVO_DNS3
/ip firewall nat
add action=masquerade chain=srcnat comment="Mascaramento P1_VivoADSL" \
out-interface=P1_VivoADSL
add action=masquerade chain=srcnat out-interface=P2_VivoDEDICADO
/ip firewall service-port
set ftp disabled=yes
set tftp disabled=yes
set irc disabled=yes
set h323 disabled=yes
set sip disabled=yes
set pptp disabled=yes
set udplite disabled=yes
set dccp disabled=yes
set sctp disabled=yes
/ip route
add distance=1 gateway=X.X.X.73
/system clock
set time-zone-name=America/Recife


I'll be grateful for any help.
DMLS

Who is online

Users browsing this forum: urbok and 84 guests