Results 1 to 3 of 3

Thread: Static IP address on second ethernet

  1. #1
    Join Date
    Sep 2011
    Location
    London
    Beans
    384

    Static IP address on second ethernet

    Hi All

    I've got a system which is running Live CD image of 10.04.3 Desktop. It has a second ethernet interface which I've given a static address with
    Code:
    ifconfig eth1 192.168.2.66
    It works fine. However, after a while -- perhaps 30 minutes -- something stops it (but it can easily be restarted with ifconfig down then ifconfig up). Is there something in the desktop environment which might do this? Any ideas how to disable that?

    Any tips most welcome.

    Kind regards,
    Jonathan.

  2. #2
    Join Date
    Jul 2010
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Static IP address on second ethernet

    It's probably network manager doing that. You would be better off using network manager to configure the static IP, that way you won't have it overwriting your manual config. nn-connection-editor is the one you want.

  3. #3
    Join Date
    Sep 2011
    Location
    London
    Beans
    384

    Re: Static IP address on second ethernet

    Quote Originally Posted by thaelim View Post
    It's probably network manager doing that. You would be better off using network manager to configure the static IP, that way you won't have it overwriting your manual config. nn-connection-editor is the one you want.
    Thanks Thaelim, that's exactly what is needed.

    My system is actually running unattended, so I need to script it. I found
    Code:
    sudo apt-get purge network-manager network-manager-gnome
    Which seems like it does the right thing.

    Thanks again.
    Jonathan.

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
  •