O! Thank you, you are right: for that is RST bit in answer package. I bring the router in my house to test and forgot to change de IP addres.
But still not working. I think that the NAT not working. Now I have:
# feb/15/2016 15:23:07 by RouterOS 6.34.1
# software id = 9VVE-VI90
#
/interface bridge
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-Ce country=spain disabled=no frequency=auto mode=ap-bridge ssid=Bodegas wireless-protocol=802.11
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk mode=dynamic-keys wpa-pre-shared-key=MyPass wpa2-pre-shared-key=MyPass
/ip pool
add name=dhcp ranges=192.168.100.100-192.168.100.200
add name=vpn ranges=192.168.150.2-192.168.150.10
/ip dhcp-server
add address-pool=dhcp disabled=no interface=bridge1 name=dhcp1
/ppp profile
set *FFFFFFFE local-address=192.168.150.1 remote-address=vpn
/interface bridge port
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=wlan1
/interface l2tp-server server
set enabled=yes ipsec-secret=MyPass use-ipsec=yes
/interface pptp-server server
set enabled=yes
/interface sstp-server server
set default-profile=default-encryption enabled=yes
/ip address
add address=192.168.2.3/24 comment="default configuration" interface=ether1 network=192.168.2.0
add address=192.168.100.1/24 interface=ether2 network=192.168.100.0
/ip cloud
set ddns-enabled=yes
/ip dhcp-client
add dhcp-options=hostname,clientid interface=ether1
/ip dhcp-server network
add address=192.168.100.0/24 gateway=192.168.100.1 netmask=24
/ip dns
set cache-max-ttl=0s query-server-timeout=0ms query-total-timeout=0ms servers=80.58.61.250,80.58.61.254,8.8.8.8,4.4.4.4
/ip firewall filter
add chain=forward
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1
add action=masquerade chain=srcnat comment="masq. vpn traffic" src-address=192.168.150.0/24
add action=dst-nat chain=dstnat comment="Impresora Canon iRC 2380i" dst-address=192.168.2.3 dst-port=9100 log=yes protocol=tcp to-addresses=192.168.100.220 to-ports=9100
/ip route
add distance=1 gateway=192.168.2.1
/ppp secret
add name=vpn password=MyPass
/system clock
set time-zone-name=Europe/Madrid
Wireshark:
[img]
2016-02-15_150600-wireshark.png
[/img]
Packet 20:
[img]
2016-02-15_150520-paquet-20.png
[/img]
But what I see in the log is:
2016-02-15_150407-log.png
I note "out:none", so something is wrong.
Thank you.
You do not have the required permissions to view the files attached to this post.