Bug 1210937

Summary: Setting static IPV4 under Wired networks does not take effect during ALP installation
Product: [SUSE ALP - SUSE Adaptable Linux Platform] ALP Bedrock Reporter: su jiajia <sujj5>
Component: InstallationAssignee: E-mail List <yast2-maintainers>
Status: RESOLVED DUPLICATE QA Contact: Alexander Herzig <aherzig>
Severity: Normal    
Priority: P5 - None CC: ahuang12, dengdeng1, hui.zhi.zhao, kanderssen, lixc17, mcowley, shangsong2, sujj5
Version: unspecified   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: Screen capture during installation

Description su jiajia 2023-04-28 04:34:06 UTC
Created attachment 866655 [details]
Screen capture during installation

Description of problem:
Setting static IPv4 manually under Wired networks does not take effect during ALP installation

Version-Release number of selected component (if applicable):
https://mirror.tspu.ru/opensuse/repositories/SUSE%3A/ALP%3A/Products%3A/Installer%3A/0.8/images/iso/d-installer-live.x86_64-ALP.iso

Steps to Reproduce:
1.Power on server and boot from d-installer-live.x86_64-ALP.iso media
2.Wait into graphical installer
3.Config static IPV4 network to access Internet for reading repositorys under Software

Expected results:
After Setting static IPv4 manually under Wired networks,it should take effect and access Internet.

Addition info:
After setting static IPv4, run command "ip r" and find static IPv4 is not bound in Open Terminal
Comment 1 Knut Alejandro Anderssen González 2023-04-28 10:28:24 UTC
(In reply to su jiajia from comment #0)
> Created attachment 866655 [details]
> Screen capture during installation
> 
> Description of problem:
> Setting static IPv4 manually under Wired networks does not take effect
> during ALP installation
> 
> Version-Release number of selected component (if applicable):
> https://mirror.tspu.ru/opensuse/repositories/SUSE%3A/ALP%3A/Products%3A/
> Installer%3A/0.8/images/iso/d-installer-live.x86_64-ALP.iso
> 
> Steps to Reproduce:
> 1.Power on server and boot from d-installer-live.x86_64-ALP.iso media
> 2.Wait into graphical installer
> 3.Config static IPV4 network to access Internet for reading repositorys
> under Software

This is an already fixed issue. Basically your settings are not saved because the netmask was handled incorrectly and it tries to store it as a 255 prefix from the '255.255.255.240' netmask you provided.

Therefore, if you set the same settings but using the 28 prefix instead of the netmask it should be applied correctly.


See https://github.com/openSUSE/agama/pull/530

> 
> Expected results:
> After Setting static IPv4 manually under Wired networks,it should take
> effect and access Internet.
> 
> Addition info:
> After setting static IPv4, run command "ip r" and find static IPv4 is not
> bound in Open Terminal

*** This bug has been marked as a duplicate of bug 1210104 ***