I have SXT which should be a station wifi device and a RB951 which should be a PPPOE maker,dhcp server and everything else.My main problem is that RB doesnot see comunicate,it shows unreachable destionation:
SXT config:
aug/23/2016 06:51:16 by RouterOS 6.36
software id = AMG0-MRNT
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-a/n channel-width=20/40mhz-Ce
country=uzbekistan disabled=no frequency=5580 frequency-mode=superchannel
ht-supported-mcs="mcs-0,mcs-1,mcs-2,mcs-3,mcs-4,mcs-5,mcs-6,mcs-7,mcs-8,mcs-
9,mcs-10,mcs-11,mcs-12,mcs-13,mcs-14,mcs-15" mode=station-bridge name=
wlan1-gateway ssid=SSID wps-mode=disabled
/interface ethernet
set [ find default-name=ether1 ] name=ether1-local
/interface pppoe-client
add add-default-route=yes disabled=no interface=wlan1-gateway name=pppoe-out1
use-peer-dns=yes user=username
/ip neighbor discovery
set wlan1-gateway discover=no
/ip ipsec proposal
set [ find default=yes ] enc-algorithms=aes-128-cbc
/ip pool
add name=default-dhcp ranges=192.168.1.30-192.168.1.254
/ip dhcp-server
add address-pool=default-dhcp disabled=no interface=ether1-local name=default
/ip address
add address=192.168.1.20/24 comment="default configuration" interface=
ether1-local network=192.168.1.0
/ip dhcp-client
add comment="default configuration" dhcp-options=hostname,clientid interface=
wlan1-gateway
add default-route-distance=0 dhcp-options=hostname,clientid disabled=no
interface=ether1-local
/ip dhcp-server network
add address=192.168.1.0/24 comment="default configuration" gateway=192.168.1.1
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.1.20 name=router
/ip firewall filter
add action=accept chain=forward comment="default configuration"
connection-state=established,related log-prefix=""
add action=drop chain=forward comment="default configuration" connection-state=
invalid log-prefix=""
add action=drop chain=forward comment="default configuration"
connection-nat-state=!dstnat connection-state=new in-interface=
wlan1-gateway log-prefix=""
add action=accept chain=input protocol=icmp
add action=accept chain=input connection-state=established
add action=accept chain=input connection-state=related
add action=drop chain=input in-interface=pppoe-out1
/ip firewall nat
add action=masquerade chain=srcnat comment="default configuration" log-prefix=
"" out-interface=pppoe-out1
/system clock
set time-zone-name=Europe/Belgrade
/system leds
set 0 interface=wlan1-gateway
/tool mac-server
set [ find default=yes ] disabled=yes
add interface=ether1-local
/tool mac-server mac-winbox
set [ find default=yes ] disabled=yes
add interface=ether1-local
RB951 config:
aug/21/2016 02:21:04 by RouterOS 6.27
software id = SHE2-MDLT
/interface bridge
add admin-mac=4C:5E:0C:70:3C:A8 auto-mac=no name=bridge-local
/interface ethernet
set [ find default-name=ether1 ] name=ether1-SXT
set [ find default-name=ether2 ] name=ether2-master-local
set [ find default-name=ether3 ] master-port=ether2-master-local name=ether3-slave-local
set [ find default-name=ether4 ] master-port=ether2-master-local name=ether4-slave-local
set [ find default-name=ether5 ] master-port=ether2-master-local name=ether5-slave-local
/interface pppoe-client
add add-default-route=yes interface=ether1-SXT mrru=1600 name=pppoe-out1 user=username
/ip neighbor discovery
set ether1-SXT discover=no
/interface wireless security-profiles
add authentication-types=wpa-psk,wpa2-psk eap-methods="" management-protection=allowed mode=dynamic-keys name=INTERNET supplicant-identity=""
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-ht-above disabled=no distance=indoors frequency=2427 l2mtu=2290 mode=ap-bridge security-profile=
INTERNET ssid=INTERNET2 wireless-protocol=802.11
/ip pool
add name=dhcp ranges=192.168.88.10-192.168.88.254
add name=vpn ranges=192.168.89.2-192.168.89.255
/ip dhcp-server
add address-pool=dhcp disabled=no interface=bridge-local name=default
/ppp profile
set 1 local-address=192.168.89.1 remote-address=vpn
/interface bridge port
add bridge=bridge-local interface=ether2-master-local
add bridge=bridge-local interface=wlan1
/interface l2tp-server server
set enabled=yes 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.88.1/24 comment="default configuration" interface=ether2-master-local network=192.168.88.0
add address=192.168.1.25/24 interface=ether1-SXT network=192.168.1.0
/ip cloud
set ddns-enabled=yes
/ip dhcp-client
add comment="default configuration" dhcp-options=hostname,clientid interface=ether1-SXT
/ip dhcp-server network
add address=192.168.88.0/24 comment="default configuration" dns-server=8.8.8.8 gateway=192.168.88.1
/ip dns
set allow-remote-requests=yes servers=8.8.8.8
/ip dns static
add address=192.168.88.1 name=router
/ip firewall filter
add chain=input comment="default configuration" protocol=icmp
add chain=input comment="default configuration" connection-state=established,related
add chain=input comment="allow l2tp" dst-port=1701 protocol=udp
add chain=input comment="allow pptp" dst-port=1723 protocol=tcp
add chain=input comment="allow sstp" dst-port=443 protocol=tcp
add action=drop chain=input comment="default configuration" in-interface=ether1-SXT
add chain=forward comment="default configuration" connection-state=established,related
add action=drop chain=forward comment="default configuration" connection-state=invalid
add action=drop chain=forward comment="default configuration" connection-nat-state=!dstnat connection-state=new in-interface=ether1-SXT
add chain=forward dst-port=12345 in-interface=all-ethernet protocol=tcp src-port=12345
/ip firewall nat
add action=masquerade chain=srcnat comment="default configuration" out-interface=ether1-SXT
/ppp secret
add name=vpn
/system clock
set time-zone-name=Europe/Belgrade
/system leds
set 0 interface=wlan1
/tool mac-server
set [ find default=yes ] disabled=yes
add interface=ether2-master-local
add interface=ether3-slave-local
add interface=ether4-slave-local
add interface=ether5-slave-local
add interface=wlan1
add interface=bridge-local
/tool mac-server mac-winbox
set [ find default=yes ] disabled=yes
add interface=ether2-master-local
add interface=ether3-slave-local
add interface=ether4-slave-local
add interface=ether5-slave-local