Hey all:
I just setup an ipsec site to site tunnel and my connection is super slow. I have a 1Gbps fiber optic connection between point a and b. I think I have messed up in NAT someplace. Any guidance would be helpful
[admin@upgraydd] > export
# feb/03/2018 15:43:45 by RouterOS 6.41
# software id = 3KM6-4ZMC
#
# model = RouterBOARD 962UiGS-5HacT2HnT
# serial number = 6F15074A5DC9
/interface bridge
add admin-mac=64:D1:54:A7:BF:3B auto-mac=no comment=defconf name=bridge
/interface ethernet
set [ find default-name=ether2 ] name=ether2-master
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-Ce disabled=no distance=indoors frequency=auto mode=ap-bridge ssid=nancy wireless-protocol=802.11
set [ find default-name=wlan2 ] band=5ghz-a/n/ac channel-width=20/40/80mhz-Ceee disabled=no distance=indoors frequency=auto mode=ap-bridge ssid=nancy wireless-protocol=802.11
/interface list
add exclude=dynamic name=discover
add name=mactel
add name=mac-winbox
add name=WAN
/接口无线安全性配置文件
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk mode=dynamic-keys supplicant-identity=MikroTik ************************************
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/ip ipsec proposal
set [ find default=yes ] auth-algorithms=sha256 enc-algorithms=aes-256-cbc pfs-group=modp2048
/ip pool
add name=dhcp ranges=172.16.10.20-172.16.10.254
/ip dhcp-server
add address-pool=dhcp disabled=no interface=bridge name=defconf
/interface bridge port
add bridge=bridge comment=defconf interface=ether2-master
add bridge=bridge comment=defconf hw=no interface=sfp1
add bridge=bridge comment=defconf hw=no interface=wlan1
add bridge=bridge comment=defconf hw=no interface=wlan2
add bridge=bridge interface=ether3
add bridge=bridge interface=ether4
add bridge=bridge interface=ether5
/ip neighbor discovery-settings
set discover-interface-list=discover
/interface list member
add interface=ether2-master list=discover
add interface=ether3 list=discover
add interface=ether4 list=discover
add interface=ether5 list=discover
add interface=sfp1 list=discover
add interface=wlan1 list=discover
add interface=wlan2 list=discover
add interface=bridge list=discover
add interface=bridge list=mactel
add interface=bridge list=mac-winbox
add interface=ether1 list=WAN
/ip address
add address=172.16.10.1/24 comment=defconf interface=ether2-master network=172.16.10.0
/ip dhcp-client
add comment=defconf dhcp-options=hostname,clientid disabled=no interface=ether1
/ip dhcp-server network
add address=172.16.10.0/24 comment=defconf gateway=172.16.10.1 netmask=24
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.88.1 name=router
/ip firewall filter
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
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
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" connection-state=established,related
add action=accept chain=forward comment="defconf: accept established,related" connection-state=established,related
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
/ip firewall nat
add action=accept chain=srcnat dst-address=172.16.5.0/24 packet-size=0-65535 src-address=128.0.0.0/2
add action=accept chain=dstnat disabled=yes dst-address=172.16.5.0/24 src-address=128.0.0.0/2
add action=masquerade chain=srcnat comment="defconf: masquerade" out-interface=ether1
/ip ipsec peer
# Unsafe configuration, suggestion to use certificates
add address=204.13.42.45/32 dh-group=modp1024 enc-algorithm=aes-128 exchange-mode=aggressive hash-algorithm=sha256 secret=*********************************
/ip ipsec policy
add dst-address=172.16.5.0/24 sa-dst-address=204.13.42.45 sa-src-address=24.91.0.212 src-address=172.16.10.0/24 tunnel=yes
/system clock
set time-zone-name=America/New_York
/system identity
set name=upgraydd
/tool mac-server
set allowed-interface-list=mactel
/tool mac-server mac-winbox
设置allowed-interface-list = mac -winbox
[admin@upgraydd] >