[Touch-packages] [Bug 1584682] Re: after changing static ip: old ip still exists.

2017-02-15 Thread Alberto Salvia Novella
** Changed in: ifupdown (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ifupdown in Ubuntu.
https://bugs.launchpad.net/bugs/1584682

Title:
  after changing static ip: old ip still exists.

Status in ifupdown package in Ubuntu:
  Confirmed

Bug description:
  i set a static ip address in /etc/network/interfaces:

  auto eno1
  iface eno1 inet static
  address 172.17.2.110
  netmask 255.255.0.0
  gateway xxx.xxx.xxx.xxx
  dns-nameserver xxx.xxx.xxx.xxx

  ip a shows:
  2: eno1:  mtu 1500 qdisc mq state UP group 
default qlen 1000
  link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
  inet 172.17.2.110/16 brd 172.17.255.255 scope global eno1
 valid_lft forever preferred_lft forever

  
  after changing address from 172.17.2.110 to 172.17.2.111 in 
/etc/network/interfaces and executed systemctl restart networking.service the 
system has the old and the new ip address:

  ip a:
  2: eno1:  mtu 1500 qdisc mq state UP group 
default qlen 1000
  link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
  inet 172.17.2.110/16 brd 172.17.255.255 scope global eno1
 valid_lft forever preferred_lft forever
  inet 172.17.2.111/16 brd 172.17.255.255 scope global secondary eno1
 valid_lft forever preferred_lft forever


  ip addr flush eno1 && systemctl restart networking.service is a
  workaround.

  
  Ubuntu 16.04 Server
  fresh install
  packages up to date

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/1584682/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1584682] Re: after changing static ip: old ip still exists.

2017-01-26 Thread Ryan Grange
This bug forces me to reboot new clones of a Ubuntu templates to get rid
of the template IP address.  Not a show stopper, but slows down
deployment process.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ifupdown in Ubuntu.
https://bugs.launchpad.net/bugs/1584682

Title:
  after changing static ip: old ip still exists.

Status in ifupdown package in Ubuntu:
  Confirmed

Bug description:
  i set a static ip address in /etc/network/interfaces:

  auto eno1
  iface eno1 inet static
  address 172.17.2.110
  netmask 255.255.0.0
  gateway xxx.xxx.xxx.xxx
  dns-nameserver xxx.xxx.xxx.xxx

  ip a shows:
  2: eno1:  mtu 1500 qdisc mq state UP group 
default qlen 1000
  link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
  inet 172.17.2.110/16 brd 172.17.255.255 scope global eno1
 valid_lft forever preferred_lft forever

  
  after changing address from 172.17.2.110 to 172.17.2.111 in 
/etc/network/interfaces and executed systemctl restart networking.service the 
system has the old and the new ip address:

  ip a:
  2: eno1:  mtu 1500 qdisc mq state UP group 
default qlen 1000
  link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
  inet 172.17.2.110/16 brd 172.17.255.255 scope global eno1
 valid_lft forever preferred_lft forever
  inet 172.17.2.111/16 brd 172.17.255.255 scope global secondary eno1
 valid_lft forever preferred_lft forever


  ip addr flush eno1 && systemctl restart networking.service is a
  workaround.

  
  Ubuntu 16.04 Server
  fresh install
  packages up to date

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/1584682/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1584682] Re: after changing static ip: old ip still exists.

2017-01-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ifupdown (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ifupdown in Ubuntu.
https://bugs.launchpad.net/bugs/1584682

Title:
  after changing static ip: old ip still exists.

Status in ifupdown package in Ubuntu:
  Confirmed

Bug description:
  i set a static ip address in /etc/network/interfaces:

  auto eno1
  iface eno1 inet static
  address 172.17.2.110
  netmask 255.255.0.0
  gateway xxx.xxx.xxx.xxx
  dns-nameserver xxx.xxx.xxx.xxx

  ip a shows:
  2: eno1:  mtu 1500 qdisc mq state UP group 
default qlen 1000
  link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
  inet 172.17.2.110/16 brd 172.17.255.255 scope global eno1
 valid_lft forever preferred_lft forever

  
  after changing address from 172.17.2.110 to 172.17.2.111 in 
/etc/network/interfaces and executed systemctl restart networking.service the 
system has the old and the new ip address:

  ip a:
  2: eno1:  mtu 1500 qdisc mq state UP group 
default qlen 1000
  link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
  inet 172.17.2.110/16 brd 172.17.255.255 scope global eno1
 valid_lft forever preferred_lft forever
  inet 172.17.2.111/16 brd 172.17.255.255 scope global secondary eno1
 valid_lft forever preferred_lft forever


  ip addr flush eno1 && systemctl restart networking.service is a
  workaround.

  
  Ubuntu 16.04 Server
  fresh install
  packages up to date

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/1584682/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1584682] Re: after changing static ip: old ip still exists.

2016-05-23 Thread Brian Murray
** Tags added: xenial

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ifupdown in Ubuntu.
https://bugs.launchpad.net/bugs/1584682

Title:
  after changing static ip: old ip still exists.

Status in ifupdown package in Ubuntu:
  New

Bug description:
  i set a static ip address in /etc/network/interfaces:

  auto eno1
  iface eno1 inet static
  address 172.17.2.110
  netmask 255.255.0.0
  gateway xxx.xxx.xxx.xxx
  dns-nameserver xxx.xxx.xxx.xxx

  ip a shows:
  2: eno1:  mtu 1500 qdisc mq state UP group 
default qlen 1000
  link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
  inet 172.17.2.110/16 brd 172.17.255.255 scope global eno1
 valid_lft forever preferred_lft forever

  
  after changing address from 172.17.2.110 to 172.17.2.111 in 
/etc/network/interfaces and executed systemctl restart networking.service the 
system has the old and the new ip address:

  ip a:
  2: eno1:  mtu 1500 qdisc mq state UP group 
default qlen 1000
  link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
  inet 172.17.2.110/16 brd 172.17.255.255 scope global eno1
 valid_lft forever preferred_lft forever
  inet 172.17.2.111/16 brd 172.17.255.255 scope global secondary eno1
 valid_lft forever preferred_lft forever


  ip addr flush eno1 && systemctl restart networking.service is a
  workaround.

  
  Ubuntu 16.04 Server
  fresh install
  packages up to date

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/1584682/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1584682] Re: after changing static ip: old ip still exists.

2016-05-23 Thread Martin Pitt
** Package changed: systemd (Ubuntu) => ifupdown (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ifupdown in Ubuntu.
https://bugs.launchpad.net/bugs/1584682

Title:
  after changing static ip: old ip still exists.

Status in ifupdown package in Ubuntu:
  New

Bug description:
  i set a static ip address in /etc/network/interfaces:

  auto eno1
  iface eno1 inet static
  address 172.17.2.110
  netmask 255.255.0.0
  gateway xxx.xxx.xxx.xxx
  dns-nameserver xxx.xxx.xxx.xxx

  ip a shows:
  2: eno1:  mtu 1500 qdisc mq state UP group 
default qlen 1000
  link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
  inet 172.17.2.110/16 brd 172.17.255.255 scope global eno1
 valid_lft forever preferred_lft forever

  
  after changing address from 172.17.2.110 to 172.17.2.111 in 
/etc/network/interfaces and executed systemctl restart networking.service the 
system has the old and the new ip address:

  ip a:
  2: eno1:  mtu 1500 qdisc mq state UP group 
default qlen 1000
  link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
  inet 172.17.2.110/16 brd 172.17.255.255 scope global eno1
 valid_lft forever preferred_lft forever
  inet 172.17.2.111/16 brd 172.17.255.255 scope global secondary eno1
 valid_lft forever preferred_lft forever


  ip addr flush eno1 && systemctl restart networking.service is a
  workaround.

  
  Ubuntu 16.04 Server
  fresh install
  packages up to date

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/1584682/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1584682] Re: after changing static ip: old ip still exists.

2016-05-23 Thread asche
** Package changed: ubuntu => systemd (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1584682

Title:
  after changing static ip: old ip still exists.

Status in systemd package in Ubuntu:
  New

Bug description:
  i set a static ip address in /etc/network/interfaces:

  auto eno1
  iface eno1 inet static
  address 172.17.2.110
  netmask 255.255.0.0
  gateway xxx.xxx.xxx.xxx
  dns-nameserver xxx.xxx.xxx.xxx

  ip a shows:
  2: eno1:  mtu 1500 qdisc mq state UP group 
default qlen 1000
  link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
  inet 172.17.2.110/16 brd 172.17.255.255 scope global eno1
 valid_lft forever preferred_lft forever

  
  after changing address from 172.17.2.110 to 172.17.2.111 in 
/etc/network/interfaces and executed systemctl restart networking.service the 
system has the old and the new ip address:

  ip a:
  2: eno1:  mtu 1500 qdisc mq state UP group 
default qlen 1000
  link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
  inet 172.17.2.110/16 brd 172.17.255.255 scope global eno1
 valid_lft forever preferred_lft forever
  inet 172.17.2.111/16 brd 172.17.255.255 scope global secondary eno1
 valid_lft forever preferred_lft forever


  ip addr flush eno1 && systemctl restart networking.service is a
  workaround.

  
  Ubuntu 16.04 Server
  fresh install
  packages up to date

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1584682/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp