Comment 16 for bug 2022030

Revision history for this message
mayijie (mayijie56) wrote :

Hi Danilo,

Thanks, I'll attach the logs,

/var/run/udev/rules.d ==> rules.tar
/var/run/systemd/network ==> network.tar

And here is the current interfaces in the system, and netplan configure file:

**********************
ubuntu@a90ubut15:~$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group defaul
t qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: enc1000: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group d
efault qlen 1000
    link/ether 02:ca:72:80:ac:b0 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::ca:72ff:fe80:acb0/64 scope link
       valid_lft forever preferred_lft forever
**************************

ubuntu@a90ubut15:~$ sudo cat /etc/netplan/00-installer-config.yaml
# This is the network config written by 'subiquity'
network:
  ethernets:
    enc1000: {}
  version: 2
  vlans:
    enc1000.1300:
      addresses:
      - 10.20.103.65/24
      gateway4: 10.20.103.254
      id: 1300
      link: enc1000
      nameservers:
        addresses:
        - 10.20.0.2
********************************

For any more trace/log/test need, please feel free to let me know.

Thanks