Bug 426301 - network installation with dhcp client looses ip configuration after first boot
Summary: network installation with dhcp client looses ip configuration after first boot
Status: RESOLVED DUPLICATE of bug 399645
Alias: None
Product: openSUSE 11.0
Classification: openSUSE
Component: Installation (show other bugs)
Version: Final
Hardware: x86 openSUSE 11.0
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: Jiri Srain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-15 13:30 UTC by Diego Ercolani
Modified: 2008-09-15 16:02 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Ercolani 2008-09-15 13:30:11 UTC
Hallo,
I have a network configuration that need mandatory use of proxy, so, when I want to install OpenSuSE, I send a peculiary cmdline in pxe configuration:


label install
        kernel linux
        append initrd=initrd splash=silent showopts install=http://download.opensuse.org/distribution/11.0/repo/oss proxy=http://192.168.21.253:3128 dhcpcd=-G netsetup=dhcp gateway=192.168.21.253 ipv4only=1 kexec=1 Keytable=it Language=it_IT nomdns=1

As written in http://en.opensuse.org/Linuxrc, I pass the installation repository, the proxy address and the gateway using dhcp

When Yast installation procedure makes the first boot for authomatic configuration, it popups an error message saying that Network is unreacheable "Failed to connect to 192.168.21.253: Network is unreacheable"

Switching to console and typing ifconfig shows that only loopback device is up.
if you type ifup eth0, eth0 will be configured and then switching back to yast, clicking retry you can continue installation procedure.
Comment 1 Diego Ercolani 2008-09-15 13:33:44 UTC
Additional comment:
with ifup eth0 ethernet 0 goes configured as dhcp client but without the exception to the default gateway as asked by the original commandline:
dhcpcd=-G netsetup=dhcp gateway=192.168.21.253

The network card simply gets and apply ALL the parameters sent by dhcp server.



Comment 2 Michal Zugec 2008-09-15 16:01:58 UTC
yes, this is known issue already fixed in 11.1 (for 11.0 we can't fix for installation and later doesn't make sense)

*** This bug has been marked as a duplicate of bug 399645 ***
Comment 3 Michal Zugec 2008-09-15 16:02:30 UTC
as workaround "rcnetwork restart" should be enough