[Bug 202605] Re: Network Manager Applet Has Trouble With Static IP Address

2010-09-15 Thread Bug Watch Updater
** Changed in: network-manager-applet
   Status: Invalid = Expired

** Changed in: network-manager-applet
   Importance: Unknown = Medium

-- 
Network Manager Applet Has Trouble With Static IP Address
https://bugs.launchpad.net/bugs/202605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 202605] Re: Network Manager Applet Has Trouble With Static IP Address

2009-02-09 Thread Alexander Sack
0.6.6 didnt even support static IP addresses. hence the confusion.

** Changed in: network-manager-applet (Ubuntu)
   Status: Confirmed = Invalid

-- 
Network Manager Applet Has Trouble With Static IP Address
https://bugs.launchpad.net/bugs/202605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 202605] Re: Network Manager Applet Has Trouble With Static IP Address

2009-01-19 Thread Bug Watch Updater
** Changed in: network-manager-applet
   Status: Incomplete = Invalid

-- 
Network Manager Applet Has Trouble With Static IP Address
https://bugs.launchpad.net/bugs/202605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 202605] Re: Network Manager Applet Has Trouble With Static IP Address

2008-12-06 Thread Peter Cherriman
I can confirm the same.

I tried to configure my wired connection as a static ip address with the
gui. It seemed to change the IP address, but I couldn't access the
internet since the scripts didn't add a default route.

I had to hand edit /etc/network/interface from:

auto lo
iface lo inet loopback

iface eth0 inet static
address 192.168.1.200
netmask 255.255.255.0
gateway 192.168.1.1

auto eth0

to:

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
address 192.168.1.200
netmask 255.255.255.0
gateway 192.168.1.1

Manually moving the auto eth0 before the iface eth0 inet static line
fixed it so that the default route was created.

Once the changes are made, use sudo /etc/init.d/networking restart or
reboot to make changes active.

-- 
Network Manager Applet Has Trouble With Static IP Address
https://bugs.launchpad.net/bugs/202605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 202605] Re: Network Manager Applet Has Trouble With Static IP Address

2008-12-06 Thread Peter Cherriman
I forgot to mention this was with hardy.

-- 
Network Manager Applet Has Trouble With Static IP Address
https://bugs.launchpad.net/bugs/202605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 202605] Re: Network Manager Applet Has Trouble With Static IP Address

2008-04-28 Thread Bug Watch Updater
** Changed in: network-manager-applet
   Status: New = Incomplete

-- 
Network Manager Applet Has Trouble With Static IP Address
https://bugs.launchpad.net/bugs/202605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 202605] Re: Network Manager Applet Has Trouble With Static IP Address

2008-04-13 Thread Peteris Krisjanis
Dublicate of https://bugs.launchpad.net/ubuntu/+source/gnome-system-
tools/+bug/185854

-- 
Network Manager Applet Has Trouble With Static IP Address
https://bugs.launchpad.net/bugs/202605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 202605] Re: Network Manager Applet Has Trouble With Static IP Address

2008-04-12 Thread Sitsofe Wheeler
Might be related to bug #178775 ...

-- 
Network Manager Applet Has Trouble With Static IP Address
https://bugs.launchpad.net/bugs/202605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 202605] Re: Network Manager Applet Has Trouble With Static IP Address

2008-04-11 Thread rvalles
I've installed from hardy-dvd-amd64.iso, 2008-04-09; configured the
network before running the installer on the livedvd, and it kept that
config in the same system.

I've also noticed auto eth0 was missing, and things went fine once I
added it by hand; networkmanager should be able to do this much!

-- 
Network Manager Applet Has Trouble With Static IP Address
https://bugs.launchpad.net/bugs/202605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 202605] Re: Network Manager Applet Has Trouble With Static IP Address

2008-03-21 Thread Bug Watch Updater
** Changed in: network-manager-applet
   Status: Unknown = New

-- 
Network Manager Applet Has Trouble With Static IP Address
https://bugs.launchpad.net/bugs/202605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 202605] Re: Network Manager Applet Has Trouble With Static IP Address

2008-03-21 Thread arnau
I also confirm this problem

In order to setup the network we can do two things:
Assuming that our network interface is eth0, go to terminal and do:

sudo ifup eth0

everytime we boot our computer.

or we can also do as a permanent solution

Add to the /etc/network/interfaces file

auto eth0 as in the example below

auto lo
iface lo inet loopback

auto eth0  This line is missing in the 
original file.
iface eth0 inet static
address 192.168.1.2
netmask 255.255.255.0
gateway 192.168.1.1
---

REBOOT our computer.

In order to not having problems Network Manager should generate with the
auto eth0 line included.

-- 
Network Manager Applet Has Trouble With Static IP Address
https://bugs.launchpad.net/bugs/202605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 202605] Re: Network Manager Applet Has Trouble With Static IP Address

2008-03-20 Thread Joseph Piche
** Bug watch added: GNOME Bug Tracker #518189
   http://bugzilla.gnome.org/show_bug.cgi?id=518189

** Also affects: network-manager-applet via
   http://bugzilla.gnome.org/show_bug.cgi?id=518189
   Importance: Unknown
   Status: Unknown

-- 
Network Manager Applet Has Trouble With Static IP Address
https://bugs.launchpad.net/bugs/202605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 202605] Re: Network Manager Applet Has Trouble With Static IP Address

2008-03-20 Thread Joseph Piche
I linked this bug to gnome-bugs, and am setting it to confirmed. I have
experienced this problem as well. Also, the steps to reproduce given in
gnome-bugs seems to be very easy to follow.

** Changed in: network-manager-applet (Ubuntu)
   Status: New = Confirmed

-- 
Network Manager Applet Has Trouble With Static IP Address
https://bugs.launchpad.net/bugs/202605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 202605] Re: Network Manager Applet Has Trouble With Static IP Address

2008-03-17 Thread hh
i got the same problem, my interfaces looks like

iface lo inet loopback

iface eth0 inet static
address 192.168.1.1
netmask 255.255.255.0
gateway 192.168.1.100

i got a second configuration in my network-manager, after skipping to
e.g. 192.168.1.3. network comes up but after reboot i have to change IP
again.

-- 
Network Manager Applet Has Trouble With Static IP Address
https://bugs.launchpad.net/bugs/202605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 202605] Re: Network Manager Applet Has Trouble With Static IP Address

2008-03-16 Thread alcohen
Actually, my /etc/networks/interfaces file looks fine - I think that
there's an issue in reading it, or perhaps having the correct privileges
to make it happen?

-- 
Network Manager Applet Has Trouble With Static IP Address
https://bugs.launchpad.net/bugs/202605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 202605] Re: Network Manager Applet Has Trouble With Static IP Address

2008-03-16 Thread Pascal De Vuyst
** Changed in: network-manager-applet (Ubuntu)
Sourcepackagename: None = network-manager-applet

-- 
Network Manager Applet Has Trouble With Static IP Address
https://bugs.launchpad.net/bugs/202605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 202605] Re: Network Manager Applet Has Trouble With Static IP Address

2008-03-15 Thread Sofa
This problem is not Ubuntu specific, but NetworkManager specific.
I have problems with NM too. But yours sound mainly like a configuration 
problem with the /etc/networks/interfaces file.

Bugs for Network Manager here:
http://bugzilla.gnome.org/enter_bug.cgi?product=NetworkManager

-- 
Network Manager Applet Has Trouble With Static IP Address
https://bugs.launchpad.net/bugs/202605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs