So the main problem is that I have NOT file sharing between LAN and wifi (wlan1) interface!
For exmaple:
Pc1 win7 have:192.168.50.1 ip address (lan ethernet)
laptop win7 have 192.168.60.1 ip address (wlan1)
I can ping from PC1 ip address 192.168.60.1
I can ping from laptop ip address 192.168.50.1
But when I try to ping with computer name:
ping pc1
or
ping laptop
I have timeout! WHY?
Second problem is that I can not access windows file sharing. Can not browsing PC.
When I go to windows network through windows explorer the comuters won’'t appears in list!
Why?
What do I need to do to have file sharing and computer browsing?
Firewalls on booth PC and laptops are disabled!
It is important for me that all wifi devices which connect to wlan gets ip from pool different than LAN pool!
Here is my config:
/interface> print
Flags: D - dynamic, X - disabled, R - running, S - slave
NAME TYPE MTU L2MTU MAX-L2MTU
0 R LAN ether 1500
1 R ADSL ether 1500
2 R wlan1 wlan 1500 2290
[/code]
/ip address> print
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK INTERFACE
0 ;;; added by setup
192.168.50.99/24 192.168.50.0 LAN
1 192.168.60.98/24 192.168.60.0 wlan1
2 D 192.168.55.1/24 192.168.55.0 ADSL
/ip dhcp-server> pri
Flags: X - disabled, I - invalid
# NAME INTERFACE RELAY ADDRESS-POOL LEASE-TIME ADD-ARP
0 wifi wlan1 wifi 3d
1 server1 LAN Local 3d
/ip dhcp-client> pri
Flags: X - disabled, I - invalid
# INTERFACE USE-PEER-DNS ADD-DEFAULT-ROUTE STATUS ADDRESS
0 ADSL yes yes bound 192.168.55.1/24
/ip pool> pri
# NAME RANGES
0 Local 192.168.50.1-192.168.50.15
1 wifi 192.168.60.20-192.168.60.25
/ip dns> pri
servers:
dynamic-servers: 8.8.4.4,208.67.222.222
allow-remote-requests: yes
max-udp-packet-size: 4096
cache-size: 2048KiB
cache-max-ttl: 1w
cache-used: 141KiB
/ip firewall nat> pri
Flags: X - disabled, I - invalid, D - dynamic
1 chain=srcnat action=masquerade out-interface=ADSL
FILTER RULES ARE EMPTY!
/ip route> pri
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 ADS 0.0.0.0/0 192.168.55.99 0
1 ADC 192.168.50.0/24 192.168.50.99 LAN 0
2 ADC 192.168.55.0/24 192.168.55.1 ADSL 0
3 ADC 192.168.60.0/24 192.168.60.98 wlan1 0
Thx for helping me!