Announcement

Collapse
No announcement yet.

Network stalls

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

    Network stalls

    Hi
    My network stalls a lot.
    The setup is
    wired lan
    ip 10.0.0.50
    sub 255.255.255.0
    gateway 10.0.0.1

    when it stalls i tried to ping it from an oder pc it's getting no replay
    ping from the problem pc can only get reply from it self.

    if i do a

    /etc/init.d/networking stop
    /etc/init.d/networking start

    it gets up and running again
    tried replacesing the netcard that did not make a difference
    nothing logged in the system log

    Hope somebody can help me.

    youkurt

    #2
    Re: Network stalls

    What does your /etc/network/interfaces file contain?
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: Network stalls

      It cotains

      auto lo
      iface lo inet loopback
      address 127.0.0.1
      netmask 255.0.0.0

      iface eth1 inet static
      address 10.0.0.50
      netmask 255.255.255.0
      gateway 10.0.0.1

      auto eth1

      I also tried to use dhcp that did not work edger


      Youkurt

      Comment


        #4
        Re: Network stalls

        In most cases, the file only needs the following entries:
        auto lo
        iface lo inet loopback
        You can edit the file (as root) and delete or comment out the other lines, save, and restart.
        Windows no longer obstructs my view.
        Using Kubuntu Linux since March 23, 2007.
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment


          #5
          Re: Network stalls

          ok

          I have edit the file and now i got an dhcp ip address,
          how do i get it run with a static address .
          I need that to reach my ftp and ssh service.

          Youkurt

          Comment


            #6
            Re: Network stalls

            Is your router configured to use a static IP address?
            Windows no longer obstructs my view.
            Using Kubuntu Linux since March 23, 2007.
            "It is a capital mistake to theorize before one has data." - Sherlock Holmes

            Comment


              #7
              Re: Network stalls

              No

              The address pool is 10.0.0.2 to 10.0.0.35 and kubuntu was configuret out side the pool.

              Youkurt

              Comment


                #8
                Re: Network stalls

                I tried to let it run with the dhcp setting, but it still stalls.
                I have notest that the higher the load on traffic it stalls more often.

                Youkurt

                Comment

                Working...
                X