Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: [SOLVED] No wired connection

  1. #11
    Join Date
    Jun 2005
    Beans
    11

    Re: No wired connection

    I had this problem and installing WICD or adding:

    Code:
    auto eth0
    iface eth0 inet dhcp
    to /etc/network/interfaces fixed the problem

    It may be the return of this bug: https://bugs.launchpad.net/ubuntu/+source/dhcp3/+bug/61989

    Really it's a bug in your router, which is reporting the incorrect MTU value. However Network Manager *should* be smart enough to ignore any value below 576, but is not.

  2. #12
    Join Date
    Jan 2007
    Beans
    5,549

    Re: No wired connection

    eth1 seems to be the wired interface.. and its MTU seems correct..are you able to ping gateway?

  3. #13
    Join Date
    Nov 2007
    Beans
    41

    Re: No wired connection

    Quote Originally Posted by ackattack
    This has fixed it.

    I ran the command in the bug report

    Code:
    sudo ifconfig eth0 mtu 1500
    Thank you so much for that suggestion. I never would have found it without you.

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •