Forums

Resolved
0 votes
Hey everyone,

I'm fairly new to ClearOS. I have 6.5 running on a HP Microserver in Gateway mode.

On many occasions, I have noticed that my Internet speeds drop down substantially. I live in Brisbane, Australia and my ISP is TPG.

Recently, I purchased a D-Link DSL-526B thinking it was time for my old Linksys to go.

When I configure the modem to be in bridge mode and connect it to my ClearOS box, my connection speeds drop drastically to the point where it's unusable.

However, when I use it as a regular modem and connect it to my PC, there are no issues.

Obviously, something is happening when I connect it to my ClearOS box.

Can someone please help me figure out what the issue could be?

As I said, I'm new to ClearOS and not very strong in the networking area in general.

Thanks in advance for your help.

Sincerely.
Sri
Friday, January 24 2014, 11:52 PM
Share this post:
Responses (7)
  • Accepted Answer

    Monday, January 27 2014, 12:24 PM - #Permalink
    Resolved
    0 votes
    Hmm. I find it very odd that you get slow speeds in standalone mode as well. Can you run the command "top" (q to exit) and see if anything is putting a big load on ClearOS? Also what is the output of "hdparm -tT /dev/sda" (change sda to whatever your hard disk is and it could be hdX and not sdX).

    If the switch is the issue then download speeds into ClearOS should not be affected. Can you do a wget on a file on the internet to check the download speed into ClearOS when ClearOS is in gateway mode? Also, what is the output of:
    ifconfig | grep eth -A 1
    cat /etc/clearos/network.conf
    cat /etc/resolv-peerdns
    The reply is currently minimized Show
  • Accepted Answer

    Monday, January 27 2014, 06:45 AM - #Permalink
    Resolved
    0 votes
    Hi Nick,

    Internet speeds were still slow after the update and in standalone mode.

    I then went ahead and changed everything back to the way it was.

    D-Link as bridged modem which goes into nic one on ClearOS as PPPOE and the other nic as LAN with DHCP enabled. The ClearOS LAN is connected to a Gigabit switch which then has other devices connected to it as well. As soon as I changed to this setup, the connections dropped once again. Do you think the switch could be the issue?

    I don't know what's happening.

    I am really liking my ClearOS box and would be very disappointed if I have to stop using it.

    Thanks for your help.
    Sri
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, January 26 2014, 10:15 PM - #Permalink
    Resolved
    0 votes
    That is up to you. You say you saw reduced speeds when it was in standalone mode before. Do you still see them? If not, try changing over to gateway. If you don't change it to gateway you'll never know.
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, January 26 2014, 09:59 PM - #Permalink
    Resolved
    0 votes
    Hi Nick,

    I have just updated the driver as per your instruction.

    Should I change the modem back to bridge mode and configure the ClearOS to be in Gateway mode again to test it all or can I leave things the way they are now?

    Thanks for your help.
    Sri
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, January 26 2014, 10:17 AM - #Permalink
    Resolved
    0 votes
    The 82574L has issues with the stock driver. Please can you install the latest kmod one:
    yum --enablerepo=clearos-dev install kmod-e1000e
    You may need to reboot afterwards.
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, January 26 2014, 08:50 AM - #Permalink
    Resolved
    0 votes
    Hi Nick,

    Thanks for your reply. Sorry for the delay in mine.

    Here's the output as per your request.

    ------------------------------------------------------------------------------------------------------------

    lspci -k | grep Eth -A4

    02:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
    Subsystem: Intel Corporation Gigabit CT Desktop Adapter
    Kernel driver in use: e1000e
    Kernel modules: e1000e
    03:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5723 Gigabit Ethernet PCIe (rev 10)
    Subsystem: Hewlett-Packard Company NC107i Integrated PCI Express Gigabit Server Adapter
    Kernel driver in use: tg3
    Kernel modules: tg3

    uname -r
    2.6.32-431.3.1.v6.x86_64

    ------------------------------------------------------------------------------------------------------------

    I changed my network setup as follows.

    My D-Link modem (IP 10.1.1.254) is no longer in bridge mode, but is connected to TPG (ISP) directly. It also has DHCP enabled (range 10.1.1.25-10.1.1.35).

    The Ethernet cable from the D-Link goes into a Gigabit switch.

    That switch then has other Ethernet cables connected to other devices, one to a WAP (10.1.1.253), one to my laptop and one to the ClearOS box, which I have changed to a Standalone-No Firewall mode. The Intel NIC is configured as a LAN interface (10.1.1.3) and I have not configured the other NIC at all. I have disabled DHCP on the ClearOS box. As far as I know, this makes it a simple file server.

    However, I have noticed that even though the ClearOS box is no longer in Gateway mode, when it is powered on and connected to the network, my Internet speed drops drastically. If I switch it off, everything is OK.

    My suspicion is that I have screwed something up on my ClearOS box OR plugging everything into the switch isn't the smartest idea (as I said, I am weak when it comes to networking).

    I would appreciate it if yourself or anyone else can help.

    Thanks again!
    Sri
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, January 25 2014, 09:44 AM - #Permalink
    Resolved
    0 votes
    What is the output to:
    lspci -k | grep Eth -A4
    uname -r
    The reply is currently minimized Show
Your Reply