Jump to content

Recommended Posts

Posted

Slightly odd question, but is there anyway of telling what speed an interface connection has on Smoothwall?

 

I've got an old (over 15 years!) connection between the Smoothwall and Router that I'm not convinced is Cat5e, so therefore want to test whether it can pass traffic at 1000mbs or not.

Posted

If you go into the smoothwall logs and filter for kernel and unplug and replug the cable it will log there what its negotiated at?

 

or ssh the smoothwall and check it on there? not sure of any other way to get it to display in the web panel

  • Thanks 1
Posted (edited)

I'd SSH in and run ethtool on the interfaces.

 

ip link show

 

This'll get you your interface names (e.g. ethA, ethB etc.)

 

ethtool ethC

This'll show you the details, for example

 

Settings for ethC:
       Supported ports: [ TP ]
       Supported link modes:   10baseT/Half 10baseT/Full
                               100baseT/Half 100baseT/Full
                               1000baseT/Full
       Supports auto-negotiation: Yes
       Advertised link modes:  10baseT/Half 10baseT/Full
                               100baseT/Half 100baseT/Full
                               1000baseT/Full

       Advertised pause frame use: Symmetric
       Advertised auto-negotiation: Yes
       Speed: 1000Mb/s
       Duplex: Full
       Port: Twisted Pair
       PHYAD: 1
       Transceiver: internal
       Auto-negotiation: on
       MDI-X: off
       Supports Wake-on: d

       Wake-on: d        Current message level: 0x00000007 (7)
                              drv probe link
       Link detected: yes

Edited by Chaniel
  • Thanks 1
Posted
I'd SSH in and run ethtool on the interfaces.

 

ip link show

 

This'll get you your interface names (e.g. ethA, ethB etc.)

 

ethtool ethC

This'll show you the details, for example

 

Settings for ethC:
       Supported ports: [ TP ]
       Supported link modes:   10baseT/Half 10baseT/Full
                               100baseT/Half 100baseT/Full
                               1000baseT/Full
       Supports auto-negotiation: Yes
       Advertised link modes:  10baseT/Half 10baseT/Full
                               100baseT/Half 100baseT/Full
                               1000baseT/Full

       Advertised pause frame use: Symmetric
       Advertised auto-negotiation: Yes
       Speed: 1000Mb/s
       Duplex: Full
       Port: Twisted Pair
       PHYAD: 1
       Transceiver: internal
       Auto-negotiation: on
       MDI-X: off
       Supports Wake-on: d

       Wake-on: d        Current message level: 0x00000007 (7)
                              drv probe link
       Link detected: yes

 

Perfect! Thank you. Link speed showing as 1000Mb/s

 

Which is good, but doesn't explain why the network starts to fall over when wireless traffic hits around 150Mb/s... Back to the drawing board!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...