Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

External interface connecting at 10MBPS

My external interface is only connecting at 10 MBPS and I'm wondering if this is where my bottleneck is coming from.  On the firewall itself, the orange 10 Mbps light is on, and that's it.  

My cisco router from Qwest is configured for 100 mbps/Full duplex.  Is there a way I can change/fix this issue?

Thanks


This thread was automatically locked due to age.
Parents
  • It sure seems like it's got a 100+ connection, regardless of the LEDs.  Can you try a plain ethtool eth0 command without the -S parameter?  You should see something like this:
    astaro:/home/login # ethtool eth0
    
    Settings for eth0:
            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 auto-negotiation: Yes
            Speed: 1000Mb/s
            Duplex: Full
            Port: Twisted Pair
            PHYAD: 0
            Transceiver: internal
            Auto-negotiation: on
            Supports Wake-on: umbg
            Wake-on: g
            Current message level: 0x00000007 (7)
            Link detected: yes
  • It sure seems like it's got a 100+ connection, regardless of the LEDs.  Can you try a plain ethtool eth0 command without the -S parameter?  You should see something like 


    speed is 100MB/s!

    Settings for eth0:
            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 auto-negotiation: Yes
            Speed: 100Mb/s
            Duplex: Full
            Port: Twisted Pair
            PHYAD: 1
            Transceiver: internal
            Auto-negotiation: on
            Supports Wake-on: umbg
            Wake-on: d
            Current message level: 0x00000007 (7)
            Link detected: yes

    Then, in your opinion, why I have the green led off? [8-)]
Reply
  • It sure seems like it's got a 100+ connection, regardless of the LEDs.  Can you try a plain ethtool eth0 command without the -S parameter?  You should see something like 


    speed is 100MB/s!

    Settings for eth0:
            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 auto-negotiation: Yes
            Speed: 100Mb/s
            Duplex: Full
            Port: Twisted Pair
            PHYAD: 1
            Transceiver: internal
            Auto-negotiation: on
            Supports Wake-on: umbg
            Wake-on: d
            Current message level: 0x00000007 (7)
            Link detected: yes

    Then, in your opinion, why I have the green led off? [8-)]
Children
No Data