Устройства в WiFi сети не видят ПК в локальной сети

Тема в разделе "Вопросы начинающих", создана пользователем baly818p, 24 мар 2018.

  1. baly818p

    baly818p Новый участник

    Привет всем. Есть Mikrotik hap litе. Интернет и локальная сеть настроены. Но вот устройства, которые подключены по WiFi (ноут и телефоны) не видят ПК в локальной сети (не пингуется и не видят расшареные папки). В обратную сторону всё работает: ПК пингует и заходит на ноут. Есть телевизор, который подключен по кабелю и он прекрасно видит ПК. Подскажите в чём может быть причина?
     
  2. wifi локальна сеть в одной сети ?
     
  3. baly818p

    baly818p Новый участник

    Думаю если с ПК на ноут заходит, то в одной сети.
     
  4. конфиг давайте посмотрим
     
  5. baly818p

    baly818p Новый участник

    RouterOS 6.41.3
    # software id = Z8RC-RRK7
    # model = RouterBOARD 941-2nD
    /interface bridge
    add admin-mac=CC:2D:E0:1D:F8:4A auto-mac=no comment=defconf name=bridge
    /interface wireless
    set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-Ce \
    country=ukraine disabled=no distance=indoors frequency=2417 mode=ap-bridge \
    ssid=BaLY wireless-protocol=802.11
    /interface ethernet
    set [ find default-name=ether1 ] name=ether1-wan
    set [ find default-name=ether2 ] name=ether2-master
    set [ find default-name=ether3 ] name=ether3-tv
    /interface list
    add exclude=dynamic name=discover
    add name=mactel
    add name=mac-winbox
    add name=WAN
    /interface wireless security-profiles
    set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk mode=\
    dynamic-keys supplicant-identity=MikroTik wpa-pre-shared-key=Router!123 \
    wpa2-pre-shared-key=Router!123
    add authentication-types=wpa-psk,wpa2-psk mode=dynamic-keys name=profile \
    supplicant-identity=MikroTik wpa-pre-shared-key=12345678 \
    wpa2-pre-shared-key=12345678
    /ip firewall layer7-protocol
    add name=HTTP regexp="http/(0\\.9|1\\.0|1\\.1) [1-5][0-9][0-9]|post [\\x09-\\x0d\
    \_-~]* http/[01]\\.[019]"
    add name=GIF_FILE regexp=gif
    add name=PNG_FILE regexp=png
    add name=JPG_FILE regexp=jpg
    /ip pool
    add name=dhcp ranges=192.168.1.100-192.168.1.254
    /ip dhcp-server
    add address-pool=dhcp disabled=no interface=bridge name=defconf
    /queue tree
    add max-limit=90M name=DOWNLOAD parent=global
    add max-limit=90M name=UPLOAD parent=global
    /queue type
    add kind=pcq name=PCQ-DOWNLOAD pcq-classifier=dst-address
    add kind=pcq name=PCQ-UPLOAD pcq-classifier=src-address
    /queue simple
    add max-limit=90M/90M name=queue-limit queue=PCQ-UPLOAD/PCQ-DOWNLOAD target=\
    192.168.1.0/24
    /queue tree
    add name=SUPER-HIGH-DOWNLOAD packet-mark=SUPER-HIGH-DOWNLOAD parent=DOWNLOAD \
    priority=1 queue=PCQ-DOWNLOAD
    add name=HIGH-DOWNLOAD packet-mark=HIGH-DOWNLOAD parent=DOWNLOAD priority=2 \
    queue=PCQ-DOWNLOAD
    add name=NORMAL-DOWNLOAD packet-mark=NORMAL-DOWNLOAD parent=DOWNLOAD priority=3 \
    queue=PCQ-DOWNLOAD
    add name=LOW-DOWNLOAD packet-mark=LOW-DOWNLOAD parent=DOWNLOAD priority=4 \
    queue=PCQ-DOWNLOAD
    add name=SUPER-HIGH-UPLOAD packet-mark=SUPER-HIGH-UPLOAD parent=UPLOAD \
    priority=1 queue=PCQ-UPLOAD
    add name=HIGH-UPLOAD packet-mark=HIGH-UPLOAD parent=UPLOAD priority=2 queue=\
    PCQ-UPLOAD
    add name=NORMAL-UPLOAD packet-mark=NORMAL-UPLOAD parent=UPLOAD priority=3 \
    queue=PCQ-UPLOAD
    add name=LOW-UPLOAD packet-mark=LOW-UPLOAD parent=UPLOAD priority=4 queue=\
    PCQ-UPLOAD
    /interface bridge filter
    add action=drop chain=output out-interface=wlan1 packet-type=multicast
    /interface bridge port
    add bridge=bridge comment=defconf interface=ether2-master
    add bridge=bridge comment=defconf hw=no interface=wlan1
    add bridge=bridge interface=ether3-tv
    add bridge=bridge interface=ether4
    /ip neighbor discovery-settings
    set discover-interface-list=discover
    /interface list member
    add interface=ether2-master list=discover
    add interface=ether3-tv list=discover
    add interface=ether4 list=discover
    add interface=wlan1 list=discover
    add interface=bridge list=discover
    add list=discover
    add interface=ether2-master list=mactel
    add interface=wlan1 list=mactel
    add interface=ether2-master list=mac-winbox
    add list=mactel
    add interface=wlan1 list=mac-winbox
    add list=mac-winbox
    add interface=ether1-wan list=WAN
    add interface=bridge list=mactel
    /ip address
    add address=192.168.1.1/24 comment=defconf interface=ether2-master network=\
    192.168.1.0
    add address=93.95.190.89/24 interface=ether1-wan network=93.95.190.0
    /ip dhcp-client
    add comment=defconf dhcp-options=hostname,clientid interface=ether1-wan
    /ip dhcp-server network
    add address=192.168.1.0/24 comment=defconf gateway=192.168.1.1 netmask=24
    /ip dns
    set allow-remote-requests=yes servers=109.86.2.2,109.86.2.21
    /ip dns static
    add address=192.168.1.1 name=router
    /ip firewall address-list
    add address=192.168.1.0/24 list=LAN
    /ip firewall filter
    add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
    add action=accept chain=input in-interface=ether1-wan protocol=igmp
    add action=accept chain=input comment="defconf: accept established,related" \
    connection-state=established,related
    add action=drop chain=input comment="defconf: drop all from WAN" in-interface=\
    ether1-wan
    add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \
    connection-state=established,related disabled=yes
    add action=accept chain=forward comment="defconf: accept established,related" \
    connection-state=established,related
    add action=accept chain=forward in-interface=ether1-wan protocol=udp
    add action=drop chain=forward comment="defconf: drop invalid" connection-state=\
    invalid
    add action=drop chain=forward comment=\
    "defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat \
    connection-state=new in-interface=ether1-wan
    /ip firewall nat
    add action=masquerade chain=srcnat comment="defconf: masquerade" out-interface=\
    ether1-wan
    /ip route
    add distance=1 gateway=93.95.190.254
    /routing igmp-proxy interface
    add alternative-subnets=0.0.0.0/0 interface=ether1-wan upstream=yes
    add
    /tool mac-server
    set allowed-interface-list=mactel
    /tool mac-server mac-winbox
    set allowed-interface-list=mac-winbox