Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: GUI Network manager - Ubuntu 9 Jaunty

  1. #1
    Join Date
    Apr 2009
    Location
    Mumbai, India
    Beans
    19
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    GUI Network manager - Ubuntu 9 Jaunty

    Hello:

    I downloaded and installed the amd64 server DVD and am having problems doing network
    settings for my machine.

    I read some articles http://www.ubuntugeek.com/ubuntu-net...ical-tool.html
    but when i try -

    System - Administration

    I only see Network Tools
    (no network manager).

    Any help on how to get a GUI based network manager ?
    i also tried
    apt-get install gnome-network-admin
    and it gives an error message "package not found".

    Thanks.

    Yashesh

  2. #2
    Join Date
    Mar 2006
    Location
    Kitakyushu Japan
    Beans
    9,362
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: GUI Network manager - Ubuntu 9 Jaunty

    Use the networking applet in the system tray by the clock (looks like a computer monitor).

    If you don't have that, you can install network-manager-gnome
    Last edited by dmizer; May 1st, 2009 at 07:56 AM.

  3. #3
    Join Date
    Apr 2009
    Location
    Mumbai, India
    Beans
    19
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: GUI Network manager - Ubuntu 9 Jaunty

    Quote Originally Posted by dmizer View Post
    Use the networking applet in the system tray by the clock (looks like a computer monitor).

    If you don't have that, you can install network-manager-gnome
    dmizer.

    thx. i right clicked on the networking applet by the clock
    and selected Edit Connections

    it shows the following - 1.png (Wired : Auto eth0)

    then i clicked on eth0 and Edit and it showed 2.png
    and in the tab IP4 settings it shows

    Method: Automatic DHCP

    I changed the Method to Manual and added my IP to Addresses and added the DNS servers
    but the Apply button is greyed out.

    Not sure if this is the correct way to do it. (3.png, 4.png)

    so i thought well.. maybe this is not the network-manager-gnome so i tried to
    install it
    root@bfc33:~# apt-get install network-manager-gnome
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    network-manager-gnome is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    root@bfc33:~#

    but looks like it's present.

    i checked my FC6 box and the networking gui works pretty much like http://www.ubuntugeek.com/ubuntu-net...ical-tool.html

    something wrong with my setup ?

    yashesh
    Attached Images Attached Images
    • File Type: png 1.png (535.3 KB, 35 views)
    • File Type: png 2.png (503.2 KB, 33 views)
    • File Type: png 3.png (508.9 KB, 35 views)
    • File Type: png 4.png (508.0 KB, 34 views)
    Last edited by yasheshb; May 1st, 2009 at 09:03 AM. Reason: need to add attachments

  4. #4
    Join Date
    Mar 2006
    Location
    Kitakyushu Japan
    Beans
    9,362
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: GUI Network manager - Ubuntu 9 Jaunty

    Did you upgrade or is this a fresh install?

    Please post the contents of this file: /etc/network/interfaces

  5. #5
    Join Date
    Apr 2009
    Location
    Mumbai, India
    Beans
    19
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: GUI Network manager - Ubuntu 9 Jaunty

    this is fresh install.. and i added a few packages (mysql, php, apache etc) using Synaptic Package Manager.

    root@bfc33:/etc/network# cat /etc/networks
    # symbolic names for networks, see networks(5) for more information
    link-local 169.254.0.0

    root@bfc33:/etc/network# cat /etc/network/interfaces
    auto lo
    iface lo inet loopback

    root@bfc33:/etc/network# uname -a
    Linux bfc33 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:58:03 UTC 2009 x86_64 GNU/Linux

    root@bfc33:/etc/network# hostname
    bfc33

    thx.

    yashesh

  6. #6
    Join Date
    Apr 2009
    Location
    Mumbai, India
    Beans
    19
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: GUI Network manager - Ubuntu 9 Jaunty

    hmm.. any insight ? did i mess up my installation ?

    thx.

    yashesh

  7. #7
    Join Date
    Mar 2007
    Location
    San Diego
    Beans
    52
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: GUI Network manager - Ubuntu 9 Jaunty

    Quote Originally Posted by yasheshb View Post
    hmm.. any insight ? did i mess up my installation ?

    thx.

    yashesh
    Nah, you can always fix it. If you installed Gnome Network Manager you will find it under one of the other menus, like System->Network or something. It is a pretty straightforward manager from what I can tell. Perhaps using that tool will help you.

    I too have difficulty understanding the new default network manager. I need to configure to NIC cards for an LTSP setup. I can get it to work with the old GNOME network manager just fine, but when I try to configure a static IP address for the eth1 using the new network manager I can't get it to work. I experience your same problem of aving the "apply" button greyed out until I also add a netmask. I put "255.255.255.0" as the netmask and the "apply" button comes alive and I click "apply" but I still can't boot my thin clients. I can look at "connection information" and it says that eth1 is connected to 192.168.0.1 like I want it to be, but my clients don't boot. What am I doing wrong?

  8. #8
    Join Date
    Apr 2009
    Location
    Mumbai, India
    Beans
    19
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: GUI Network manager - Ubuntu 9 Jaunty

    i was finally able to figure out the greying out of the apply button. After i added the IP Address and Netmask, the apply button came alive . i also had a bit of trouble adding the 2 dns servers (they need to be seperated by a comma - there's a tool tip help for it so hover on it for about 2 secs).

    after making these changes and clicking the apply button which files are changed ? i checked /etc/resolv.conf but that was
    not updated...

    yashesh

  9. #9
    Join Date
    Jan 2005
    Location
    Universe, where else!
    Beans
    152
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: GUI Network manager - Ubuntu 9 Jaunty

    I had no luck in trying to set dns servers using NM. I had to set the "prepend domain-name-servers" parameter in /etc/dhcp3/dhclient.conf file.
    Also don't forget to restart networking after changing the dhclient.conf, otherwise it would not take effect.

  10. #10
    Join Date
    Dec 2005
    Location
    Milwaukee WI
    Beans
    183
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: GUI Network manager - Ubuntu 9 Jaunty

    I'm having similar problems, with a possible workaround.

    Network manager seems to accept the info I enter; IP address, Subnet mask, Gateway, and DNS server. But when I click apply, the gateway changes momentarily to 0.0.0.0 and then grays out.

    This wired connection fails to connect.


    A workaround I stumbled onto:

    If in the IPv4 tab, I just change the DHCP client ID to the address I want to be the static address, (while leaving the IPv4 method as "Automatic DHCP", it works.

    The problem with this workaround is that the network manager icon is now "Red X'd" and the status info from it states that the computer is not connected (even though it really is connected).

    Is this a possible bug?

Page 1 of 2 12 LastLast

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
  •