can you show me what I need to do in the firewall nat?
which rules to add?
I have found this WiKi
http://wiki.mikrotik.com/wiki/NAT_Tutorial
and try to do as told , but still doesn't work
this is what I have now:
#
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n disabled=no frequency=auto \
l2mtu=2290 mode=ap-bridge ssid=Test wireless-protocol=802.11 wmm-support=\
enabled
/ip address
add address=10.0.0.1/24 interface=ether1 network=10.0.0.0
add address=192.168.1.1/24 interface=wlan1 network=192.168.1.0
/ip firewall nat
add chain=srcnat dst-address=192.168.1.0/24 src-address=10.0.0.0/24 \
to-addresses=192.168.1.0/24
add chain=dstnat dst-address=10.0.0.0/24 src-address=192.168.1.0/24 \
to-addresses=10.0.0.1
I don't have ping between computer connected to Wlan and computer connected to Ether1
also I don't have ping from computer connected on Ether1 to 192.168.1.1
I'm pretty sure this is en easy and stupid question - so I will happy to know this
Thanks ,
Thank ,