> After poking around, I ran the following command:  /sbin/mii-tool -v
> eth_wan
>
>
>
> and got these results:
>
>
>
> eth_wan: negotiated 100baseTx-FD flow-control, link ok
>
>   product info: vendor 00:50:43, model 11 rev 1
>
>   basic mode:   autonegotiation enabled
>
>   basic status: autonegotiation complete, link ok
>
>   capabilities: 1000baseT-FD 100baseTx-FD 100baseTx-HD 10baseT-FD
> 10baseT-HD
>
>   advertising:  1000baseT-FD 100baseTx-FD 100baseTx-HD 10baseT-FD
> 10baseT-HD
> flow-control
>
>   link partner: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD
> flow-control
>
>
>
> That looks to me like it is negotiating only a 100 Megabit connection.
>
> Is that correct?

What does "ethtool eth_wan" show you?

>
>
>
> What else can I do to see what is going on?

As Tom already noted, are you using traffic shaping in your shorewall
configuration? If yes can you quickly try disabling some offloading on the
ethernet device, like so:

ethtool -K eth_wan tso off gso off gro off

Does it make a difference? Please note that this change is gone after the
next reboot, it's just to diagnose the issue.

Regards,
Simon


------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Shorewall-users mailing list
Shorewall-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shorewall-users

Reply via email to