Comment 2 for bug 1799695

Revision history for this message
Claudio Ruta (cruta) wrote :

Hi,
Thanks for your support...
I performed the installation under z/VM. I mounted the ubuntu-18.04.1-server-s390x.iso image and received the installation files for RDR IPL. Then, I performed the IPL from RDR and followed the standard installation steps.
I choise to NO DHCP. I need to use a static IP.
After the installation and reboot the machine works and I can able to rech it using the initial IP 9.30.243.118

follow the /etc/netplan files:

root@UBUNTIPL:/etc/netplan# cat 01-network-manager-all.yaml
# Let NetworkManager manage all devices on this system
network:
  version: 2
  renderer: NetworkManager

# This file describes the network interfaces available on your system
# For more information, see netplan(5).
network:
  version: 2
  renderer: networkd
  ethernets:
    enc2e02:
      addresses: [ 9.30.241.124/22 ]
      gateway4: 9.30.240.1
      nameservers:
          search: [ svl.ibm.com ]
          addresses:
              - "9.30.31.32"

In the last file I have only changed the IP address from 9.30.243.118 to 9.30.241.124.

Thanks in advanced