Login  Register

Re: Internet speed slower in bridge mode

Posted by breda on Oct 22, 2016; 11:20pm
URL: https://itus.accessinnov.com/Internet-speed-slower-in-bridge-mode-tp1123p1216.html

Hi, user8446 thank you for the help  got the shield back up but sill only getting 50 Mbps and without the shield, I get 105 Mbps



Here is the Kernel Log

[  362.823428] eth0: 1000 Mbps Full duplex, port 0
[  362.845134] eth2: 1000 Mbps Full duplex, port 2
[  363.843962] eth2: Link down
[  364.784121] br-lan: port 1(eth1) entered forwarding state
[  669.783987] eth1: Link down
[  669.784049] br-lan: port 1(eth1) entered disabled state
[  670.778687] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[  699.794156] eth1: 1000 Mbps Full duplex, port 1
[  699.794190] br-lan: port 1(eth1) entered forwarding state
[  699.794220] br-lan: port 1(eth1) entered forwarding state
[  699.834168] eth2: 1000 Mbps Full duplex, port 2
[  699.834210] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
[  701.794102] br-lan: port 1(eth1) entered forwarding state
[  773.813953] eth1: Link down
[  773.814279] br-lan: port 1(eth1) entered disabled state
[  784.824197] eth1: 1000 Mbps Full duplex, port 1
[  784.824230] br-lan: port 1(eth1) entered forwarding state
[  784.824259] br-lan: port 1(eth1) entered forwarding state
[  786.824099] br-lan: port 1(eth1) entered forwarding state



here is the system log

port 1(eth1) entered disabled state
Sat Oct 22 15:48:54 2016 daemon.notice netifd: Bridge 'br-lan' link is down
Sat Oct 22 15:48:54 2016 daemon.notice netifd: Interface 'lan' has link connectivity loss
Sat Oct 22 15:48:54 2016 daemon.notice netifd: Interface 'blockdomain' has link connectivity loss
Sat Oct 22 15:49:04 2016 daemon.notice netifd: Network device 'eth1' link is up
Sat Oct 22 15:49:04 2016 daemon.notice netifd: Bridge 'br-lan' link is up
Sat Oct 22 15:49:04 2016 daemon.notice netifd: Interface 'lan' has link connectivity
Sat Oct 22 15:49:04 2016 daemon.notice netifd: Interface 'blockdomain' has link connectivity
Sat Oct 22 15:49:04 2016 kern.notice kernel: [  784.824197] eth1: 1000 Mbps Full duplex, port 1
Sat Oct 22 15:49:04 2016 kern.info kernel: [  784.824230] br-lan: port 1(eth1) entered forwarding state
Sat Oct 22 15:49:04 2016 kern.info kernel: [  784.824259] br-lan: port 1(eth1) entered forwarding state
Sat Oct 22 15:49:06 2016 kern.info kernel: [  786.824099] br-lan: port 1(eth1) entered forwarding state




Here is my Local Startup

# Put your custom commands here that should be executed once
# the system init finished. By default this file does nothing.

sleep 5
ethtool -K eth0 gro off
ethtool -K eth0 gso off
ethtool -K eth0 lro off
ifconfig eth0 up
sleep 1
ethtool -s eth0 autoneg off
sleep 1
ethtool -s eth0 autoneg on
sleep 1
ethtool -K eth1 gro off
ethtool -K eth1 gso off
ethtool -K eth1 lro off
ifconfig eth1 up
sleep 1
ethtool -s eth1 autoneg off
sleep 1
ethtool -s eth1 autoneg on
sleep 1
ethtool -K eth2 gro off
ethtool -K eth2 gso off
ethtool -K eth2 lro off
ifconfig eth2 up
sleep 1
ethtool -s eth2 autoneg off
sleep 1
ethtool -s eth2 autoneg on
sleep 1

chown -R nobody:nogroup /tmp/*

sleep 1
/etc/itus/detect_mode.sh # Detects the shield mode

sleep 1
/etc/init.d/vnstat enable # Vnstat Enable Autostart
/etc/init.d/vnstat start # Vnstat Start
/etc/init.d/ipsec stop     # strongSwan Stop
/etc/init.d/ipsec disable       # strongSwan Disable Autostart
sleep 2
/etc/init.d/dnsmasq restart
touch /var/run/ddns/lucihelper.err
sh /etc/itus-setup.sh &>/dev/null

sleep 30
/etc/init.d/dropbear restart

sleep 10
/usr/sbin/ntpclient -s -p 123 -h 0.us.pool.ntp.org || /etc/init.d/ntpclient restart

exit 0                







Here is the screen shot of the system Startup