[Bug 1634540] Re: Configuring a static IP address generates a netplan file without a gateway
Michael Hudson-Doyle
michael.hudson+lp at canonical.com
Wed Oct 26 10:23:16 UTC 2016
** Changed in: subiquity (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to nplan in Ubuntu.
https://bugs.launchpad.net/bugs/1634540
Title:
Configuring a static IP address generates a netplan file without a
gateway
Status in nplan package in Ubuntu:
Invalid
Status in subiquity package in Ubuntu:
Fix Released
Bug description:
Configuring a static IP address for an ethernet device on an Ubuntu
Core 16 system generates a netplan file without a gateway specified,
thus the console-conf WaitDefaultRouteTask eventually times out.
Here's the netplan file generated:
network:
ethernets:
eth0:
addresses:
- 10.155.114.58/21
eth1:
addresses: []
version: 2
Steps to reproduce:
1. Run console conf
2. Select ethernet interface
3. Configure a static IP address
Subnet: 10.155.112.0/21
Address: 10.155.114.58
Gateway: 10.155.112.1
Expected Results:
System come online with specified static IP address and gateway.
Actual Results:
Console-conf time out error is displayed.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nplan/+bug/1634540/+subscriptions
More information about the foundations-bugs
mailing list