F
F
Fenn772017-06-01 12:57:16
Mikrotik
Fenn77, 2017-06-01 12:57:16

Why can't Windows users connect to WiFi?

Good day. There is a configured access point to which all types of OS except Windows 7 - Windows 10 can connect. I will provide any settings that will be needed.
Connection type Static IP

/interface bridge
add name=bridge1
/interface ethernet
set [ find default-name=ether2 ] l2mtu=1500 mtu=1472
/interface wireless security-profiles
add authentication-types=wpa2-psk eap-methods="" management-protection=allowed \
mode=dynamic-keys name=profile1 supplicant-identity="" wpa2-pre-shared-key=\
****************
/interface wireless
set [ find default-name= wlan1 ] band=2ghz-b/g/n country=russia disabled=no \
frequency=auto mode=ap-bridge security-profile=profile1 ssid=MafiaFood
/interface wireless nstreme
set wlan1 enable-polling=no
/ip dhcp-server
add interface=ether2 lease-time=3d10m name=dhcp1
/ip pool
add name=dhcp_pool2 ranges=10.10.10.2-10.10.10.254
add name=dhcp_pool4 ranges=192.168.1.2-192.168.1.254
/ip dhcp-server
add address-pool=dhcp_pool2 disabled=no interface=ether3 lease-time=3d10m name= \
dhcp2
add address-pool=dhcp_pool4 disabled=no interface=bridge1 lease-time=2d10m \
name=dhcp3
/interface bridge port
add bridge=bridge1 interface=ether5
add bridge=bridge1 interface=wlan1
add bridge=bridge1 interface=ether4
/interface l2tp-server server
set caller-id-type=ip-address
/ip address
add address=109.194.**.**/24 interface=ether2 network=109.194.**.**
add address=10.10.10.1/24 interface =ether3 network=10.10.10.0
add address=192.168.1.1/24 interface=bridge1 network=192.168.1.0
/ip dhcp-server network
add address=10.10.10.0/24 gateway=10.10.10.1
add address=109.194.**.**/24 gateway=109.194 .**.**
add address=192.168.1.0/24 gateway=192.168.1.1
/ip dns
set allow-remote-requests=yes servers=8.8.8.8,77.88.8.8
/ip firewall mangle
add action=change-mss chain =forward in-interface=bridge1 new-mss=1472 \
packet-size=1473-65535 passthrough=no protocol=tcp tcp-flags=syn
add action=change-mss chain=forward new-mss=1472 out-interface=bridge1 \
packet-size=1473-65535 passthrough=no protocol=tcp tcp-flags=syn
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether2
/ip route
add distance=1 gateway=109.194.**.**
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
set ssh disabled=yes
set api disabled=yes
set api-ssl disabled= yes
/system clock
set time-zone-name=Europe/Moscow
/system routerboard settings
set init-delay=0s

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Tallmange, 2017-06-01
@p00h

Are you sure the issue is with the OS and not with the hardware? More than one computer can't connect?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question