Announcement

Collapse
No announcement yet.

mtu settings

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    mtu settings

    Hi There,

    I just installed 8.10 and realized that my network connection is ridiculously slow. and ifconfig showed me that for some reason my MTU settings were out in the bush (set to 675 or something) so I made a 'ifconfig eth0 mtu 1464' which brought my network speed back. Now I wanted to paste this line into my /etc/sysconfig/network file but there is no sysconfig...? how are my network connections setup and what is this:
    root@reg-desktop:~# /etc/init.d/networking restart
    * Reconfiguring network interfaces... [ OK ]
    root@reg-desktop:~#

    Is this because of NwetworkManager? Or what's screwed here?

    Thank you!
    Ron
    roN

    http://www.inetgate.biz

    #2
    Re: mtu settings

    Please post the output from a terminal of:

    Code:
    cat /etc/network/interfaces

    Comment


      #3
      Re: mtu settings

      Originally posted by Detonate
      Please post the output from a terminal of:

      Code:
      cat /etc/network/interfaces
      course, here we go:
      Code:
      reg@reg-desktop:~$ cat /etc/network/interfaces
      auto lo
      iface lo inet loopback
      
      reg@reg-desktop:~$
      i have two network cards in my machine, eth0 & eth1 but only eth1 is currently connected
      roN

      http://www.inetgate.biz

      Comment


        #4
        Re: mtu settings

        You've confused me. In your original post you speak of using ifconfig to set the mtu for eth0, and in the last post you say only eth1 is connected.


        Are you using dhcp or a static IP?

        Comment


          #5
          Re: mtu settings

          Originally posted by Detonate
          You've confused me. In your original post you speak of using ifconfig to set the mtu for eth0, and in the last post you say only eth1 is connected.


          Are you using dhcp or a static IP?
          Sorry, been playing around with my cable It is connected to eth1!
          I'm using dhcp.
          roN

          http://www.inetgate.biz

          Comment


            #6
            Re: mtu settings

            If you follow my instructions here:

            http://kubuntuforums.net/forums/inde...opic=3100052.0


            when you edit your interfaces file, you can include the command

            mtu 1464

            I don't know if this works with dhcp or not, but try it and see what happens.

            See man interfaces for more info.

            Comment


              #7
              Re: mtu settings

              Originally posted by Detonate
              If you follow my instructions here:

              http://kubuntuforums.net/forums/inde...opic=3100052.0


              when you edit your interfaces file, you can include the command

              mtu 1464

              I don't know if this works with dhcp or not, but try it and see what happens.

              See man interfaces for more info.
              Thanks, looks like a good how-to. I guess the removal of the networkmanager is what i was looking for eh?

              I'll play with it tonight.

              Thanks dude,
              Ron
              roN

              http://www.inetgate.biz

              Comment

              Working...
              X