So I have set up an LTE device to route through to the ethernet ports, bridged on thee RB750UP, connected to the wifi device i can get 4mb/s but running through the ethernet it is ridiculously slow, i was wondering it this is a packet handling issue, a possible filtering / firewall problem, or the tethering through USB?
im not sure if its something that needs to be rectified with a script, or its the firewall rule 5.1 or firewall rules in general
here are the config settings; ; ;
[staradmin@MikroTik] > /ip address print detail
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; defconf
address=192.168.1.20/24 network=192.168.1.0 interface=bridge3
actual-interface=bridge3
1 D address=192.168.1.4/24 network=192.168.1.0 interface=lte1
actual-interface=lte1
[staradmin@MikroTik] > /ip route print detail
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
0 ADS dst-address=0.0.0.0/0 gateway=192.168.1.1
gateway-status=192.168.1.1 reachable via lte1 distance=0 scope=30
target-scope=10 vrf-interface=lte1
1 ADC dst-address=192.168.1.0/24 pref-src=192.168.1.20 gateway=bridge3,lte1
gateway-status=bridge3 reachable,lte1 reachable distance=0 scope=10
[staradmin@MikroTik] > /ip firewall export
jun/05/2016 00:37:30 by RouterOS 6.35.2
software id = WV30-XA7P
/ip firewall filter
add chain=forward dst-address=0.0.0.0 in-interface=bridge3 out-interface=lte1
src-address=192.168.1.20
add action=fasttrack-connection chain=forward comment="defconf: fasttrack"
connection-state=established,related
add chain=forward comment="defconf: accept established,related"
connection-state=established,related
add action=drop chain=forward comment="defconf: drop invalid" connection-state=
invalid
in/out-interface matcher not possible when interface (ether1) is slave - use mas
er instead (bridge3)
add action=drop chain=forward comment=
"defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat
connection-state=new in-interface=ether1
add chain=input protocol=icmp
add chain=input connection-state=established
add chain=input connection-state=related
add action=drop chain=input in-interface=lte1
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" out-interface=
lte1
/ip firewall service-port
set sip disabled=yes
[staradmin@MikroTik] > /ip firewall filter print
Flags: X - disabled, I - invalid, D - dynamic
0 D ;;; special dummy rule to show fasttrack counters
chain=forward
1 chain=forward action=accept src-address=192.168.1.20 dst-address=0.0.0.0
in-interface=bridge3 out-interface=lte1 log=no log-prefix=""
2 ;;; defconf: fasttrack
chain=forward action=fasttrack-connection
connection-state=established,related log=no log-prefix=""
3 ;;; defconf: accept established,related
chain=forward action=accept connection-state=established,related log=no
log-prefix=""
4 ;;; defconf: drop invalid
chain=forward action=drop connection-state=invalid log=no log-prefix=""
5 I ;;; defconf: drop all from WAN not DSTNATed
;;; in/out-interface matcher not possible when interface (ether1) is slave
- use master instead (bridge3)
chain=forward action=drop connection-state=new
connection-nat-state=!dstnat in-interface=ether1 log=no log-prefix=""
6 chain=input action=accept protocol=icmp log=no log-prefix=""
7 chain=input action=accept connection-state=established log=no log-prefix=">
8 chain=input action=accept connection-state=related log=no log-prefix=""
9 chain=input action=drop in-interface=lte1 log=no log-prefix=""
[staradmin@MikroTik] > /interface print
Flags: D - dynamic, X - disabled, R - running, S - slave
NAME TYPE ACTUAL-MTU L2MTU MAX-L2MTU
0 S ether1 ether 1500 1600 4076
1 RS ether2-master ether 1500 1598 2028
2 RS ether3 ether 1500 1598 2028
3 S ether4 ether 1500 1598 2028
4 S ether5 ether 1500 1598 2028
5 R bridge3 bridge 1500 1598
6 R lte1 lte 1500
basically i just need the LTE to supply all the ports with internet, fast and efficiently