vlan network device lost after the ubuntu 23.04 install complete
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu on IBM z Systems |
Incomplete
|
Undecided
|
Unassigned | ||
netplan.io (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
subiquity (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
ubuntu@ibm:~$ cat /etc/os-release
PRETTY_NAME="Ubuntu 23.04"
NAME="Ubuntu"
VERSION_ID="23.04"
VERSION="23.04 (Lunar Lobster)"
System hardware: IBM LinuxONE
Details:
During the installation, I set up and actived a vlan device, after the installation, when I login the OS, the vlan device disappeared, I opened the '/etc/netplan/
"[?2004hubuntu@
"sudo netplan apply
"[?2004l
"Cannot call openvswitch: ovsdb-server.
And during the boot stage, the systemd-
"M[K[ [0;31m*
"
"M[K[ [0;31m*[0m] Job systemd-
"
"M[K[ [0;31m*
"
"M[K[ [0;31m*
"
"M[K[ [0;31m*
"
"M[K[ [0;31m*
"
"M[K[[0;
"
"M[K[[0;
Attached the operating system boot log.
Thanks.
mayijie (mayijie56) wrote : | #1 |
Frank Heimes (fheimes) wrote : | #2 |
Changed in ubuntu-z-systems: | |
status: | New → Incomplete |
mayijie (mayijie56) wrote : | #3 |
Hi Frank,
Thank you very much for the repid and detailed reply, here is my answer:
1) Notice 'gateway4' vs 'routes ...'
>> Yes, the default installation using the 'gateway4', but there is a warning popuped 'gateway4 has been deprecated' when I tried 'netplan apply' to generate the vlan interface. For eliminate this warning, I change 'gateway4' to 'routes' manually and 'apply' again, the warning disappeared but the vlan interface still not there.
2) Do you have an openvswitch (ovs) in your environment? If so, how is it setup?
>> I don't think so, the only thing I've added was a 0.0.1000 OSA device and a vlan based on 0.0.1000, the vlan interface covers the IP addr.
3) Have you done any other network related (re-)configurat
>> No, except the manual update in step 1)
4) Can you please perform a default installation w/o ovs?
>> I'll try this, but from my previous success trials on 20.04, 22.04... there were no ovs configure.
5) Could you also share the output of:
$ lszdev --online
>>
[?2004hubuntu@
sudo lszdev --online
[?2004l
[sudo] password for ubuntu:
TYPE ID ON PERS NAMES
zfcp-host 0.0.9000 yes yes
zfcp-host 0.0.9100 yes yes
zfcp-lun 0.0.9000:
zfcp-lun 0.0.9000:
zfcp-lun 0.0.9000:
zfcp-lun 0.0.9000:
zfcp-lun 0.0.9100:
zfcp-lun 0.0.9100:
zfcp-lun 0.0.9100:
zfcp-lun 0.0.9100:
qeth 0.0.1000:
6) Is your system a DPM system?
In case yes, can you also share:
sudo lszdev --auto-conf
>> Yes,
[?2004hubuntu@
sudo lszdev --auto-conf
[?2004l
TYPE ID AUTO
zfcp-host 0.0.9000 yes
zfcp-host 0.0.9100 yes
zfcp-host 0.0.9200 yes
zfcp-host 0.0.9300 yes
zfcp-lun 0.0.9100:
qeth 0.0.1000:
7) Can you please share the exact settings that you've specified in your early network configuration step?
>> I'll attach the full interaction messages in this ticket while installing. (ubuntu-
8) Also also what you have specified in the semi-graphical (subiquity) installer screen?
>> Please see the screen shot 1 and 2 (network in subiquity 1.png; network in subiquity 2.png)
9) Please would you also share the entire /var/log/installer folder?
>> Zipped the folder and will attach it soon. (install.tar)
10) And thank you for the 'systemd-
mayijie (mayijie56) wrote : | #4 |
mayijie (mayijie56) wrote : | #5 |
mayijie (mayijie56) wrote : | #6 |
mayijie (mayijie56) wrote : | #7 |
Frank Heimes (fheimes) wrote : | #8 |
- attempt_to_recreate.txt Edit (12.9 KiB, text/plain)
Hello mayijie,
thanks for the additional info and data.
Based on this I tried to recreate on a local DPM system here (in a configuration that is as close as possible), but was not able - in other words: it worked fine for me.
I stayed with gateway4, since it's just a warning, no need to do anything (it's on us/Canonical to change this before the deprecation warning will turn into 'no longer supported').
I also attached multiple NICs, some that are connected and have a link and others that are not (to force the timeout during the install), but also this didn't cause any issues.
(see attached attempt to recreate)
But your case reminds me about LP#1996007.
May I ask if you are working on the same system and environment than "<email address hidden>"?
We did quite some investigations and I am pretty sure that this (his and maybe your) issue is based on the configuration of that local system.
Another indicator is that nobody else ever reported this - but it seems to be in that env. the same for 22.04 and 23.04.
mayijie (mayijie56) wrote : | #9 |
Hi Frank,
Thanks for the investiaging.
Yes, Wei is my colleague, contacted with him and his trial was on a similar system and almost same configuraiton of my testing this time.
And following you and Wei's last comments in 1996007, I reproduced the same scenario w/ the only change is set the network interface from trunk mode to access mode (leave the 'vlan id (optional)' field blank). In this case, the IP addr did not lost. (Acturally, in the previous failed case, the enc** interface was exist either, the lost interface was the vlan interface, and the IP addr was assigned to the vlan in trunk mode, so the IP addr was lost as well.)
This is the yaml configure file I use access mode adapter today:
*******
ubuntu@ibm:~$ cat /etc/netplan/
# This is the network config written by 'subiquity'
network:
ethernets:
enc1000:
addresses:
- 10.20.92.248/24
gateway4: 10.20.92.254
nameservers:
addresses:
- 10.20.0.2
version: 2
*******
From the behavior, I understand your comment: "That let's me assume that it's related to the current switch configuration.", but the strange is, I installed ubuntu using trunk mode network from the older ubuntu versions ago, the installation always successfully, ip assigned to the vlan interface, no lost.
As a comparation, I installed an ubuntu 20.04 using trunk mode today, the vlan interface remained after the installation, this issue (vlan interface lost) seems only exist in 22.04 and 23.04.
I'll attach the install logs I tried today, hope they helps.
install 23.04 in access mode, success --> 2304-access-
install 20.04 in truck mode, success --> 2004-trunk-
install 23.04 in trunk mode, vlan interface lost --> please refer comment #7
Thanks.
mayijie (mayijie56) wrote : | #10 |
mayijie (mayijie56) wrote : | #11 |
mayijie (mayijie56) wrote : | #12 |
Hi Frank,
More test, in the trunk mode, I used 'ip link' commands to
1. down the enc1000
2. add the vlan 1300
3. assign the ip to vlan 1300
4. up the enc1000
5. up the vlan interface
vlan interface appears in the 'ip a' command, and the IP is usable, but after I reboot the operating system, the vlan interface lost again.
Please reference the bottom part of 'ip link down and up log'.
Thanks.
mayijie (mayijie56) wrote : | #13 |
mayijie (mayijie56) wrote : | #14 |
Hi Frank,
In you comment #8, you mentioned in you DPM environment, your testing is fine, may I know your dpm's version, my testing is on dpm R5.1.
These days, I tried to add the 'rd.zdev=no-auto' to the list of Linux kernel parameters to disable the auto-configuration, but no lucky, the issue is still there.
Thanks.
Danilo Egea Gondolfo (danilogondolfo) wrote : | #15 |
Hi mayijie,
May I ask you to create a tarball with all the files from /var/run/
Also, please include in the tarball the systemd journal from the systemd-networkd and systemd-udevd services:
journalctl -u systemd-networkd > systemd-
journalctl -u systemd-udevd > systemd-udevd.log
This information will help us to understand what happened during the network configuration.
Thank you!
mayijie (mayijie56) wrote : | #16 |
Hi Danilo,
Thanks, I'll attach the logs,
/var/run/
/var/run/
And here is the current interfaces in the system, and netplan configure file:
*******
ubuntu@a90ubut15:~$ ip a
1: lo: <LOOPBACK,
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,
efault qlen 1000
link/ether 02:ca:72:80:ac:b0 brd ff:ff:ff:ff:ff:ff
inet6 fe80::ca:
valid_lft forever preferred_lft forever
*******
ubuntu@a90ubut15:~$ sudo cat /etc/netplan/
# 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
mayijie (mayijie56) wrote : | #17 |
mayijie (mayijie56) wrote : | #18 |
mayijie (mayijie56) wrote : | #19 |
mayijie (mayijie56) wrote : | #20 |
Danilo Egea Gondolfo (danilogondolfo) wrote : | #21 |
Hi there,
Thank you for the log files.
You configuration looks fine.
This line from your systemd-networkd journal is suspicious though:
----
Jun 13 06:59:19 a90ubut15 systemd-
----
Apparently, when this error doesn't pop up, your vlan is created. It smells like a race in systemd or something like that.
Can you enable the debug logs and attach to the ticket, please?
Create the file /etc/systemd/
[Service]
Environment=
and reboot your system. Then collect the systemd-networkd journal again and attach to the ticket.
Thank you!
mayijie (mayijie56) wrote : | #22 |
Hi Danile,
Here is the new log file, thanks~
mayijie (mayijie56) wrote : | #23 |
Danilo Egea Gondolfo (danilogondolfo) wrote : | #24 |
Hi, thanks for the logs.
Was the vlan created (and persisted) after this last reboot? Based on the logs, seems like it worked this time?
Thanks!
mayijie (mayijie56) wrote : | #25 |
Hi Danilo,
During the installation, I think the vlan should be ok, because I can 'ssh installer@<ip>' to continue the installation.
After the installation completed, it request a reboot, after the reboot is complete, I found I can't 'ssh <uid>@<ip>', I used the integrate console to log in and checked the interface by 'ip a', the enc1000 interface was exist and the vlan interface lost.
From the comment #12, I can bring up the vlan interface by some 'ip link' commands temporarily, but it will disappeared after reboot.
Reply your comment #24, not created and not worked this time.
Thanks.
mayijie (mayijie56) wrote : | #26 |
Hi Danilo,
Any updates?
Thanks.
Lukas Märdian (slyon) wrote : | #27 |
Hi mayijie, indeed from your latest systemd-networkd debug log it looks like the enc1000.1300 vlan interface was created successfully, I wonder why it doesn't show up in your "ip link" output..
What I find interesting, though it that the enc1000 interface seems to come UP during boot, but then looses carrier briefly (cable disconnected? underlying VM reconfigured?), which interrupts the creation of the enc1000.1300 vlan.
Would you mind adding the "ignore-carrier: true" setting to your enc1000 Netplan configuration and check if this makes any difference?
Here's the relevant log where carrier is lost:
```
Jun 19 03:00:33 a90ubut15 systemd-
Jun 19 03:00:33 a90ubut15 systemd-
Jun 19 03:00:33 a90ubut15 systemd-
Jun 19 03:00:33 a90ubut15 systemd-
Jun 19 03:00:33 a90ubut15 systemd-
Jun 19 03:00:33 a90ubut15 systemd-
Jun 19 03:00:33 a90ubut15 systemd-
Jun 19 03:00:33 a90ubut15 systemd-
Jun 19 03:00:33 a90ubut15 systemd-
Jun 19 03:00:33 a90ubut15 systemd-
Jun 19 03:00:33 a90ubut15 systemd-
Jun 19 03:00:33 a90ubut15 systemd-
Jun 19 03:00:33 a90ubut15 systemd-
Jun 19 03:00:33 a90ubut15 systemd-
Jun 19 03:00:33 a90ubut15 systemd-
Jun 19 03:00:33 a90ubut15 systemd-
Jun 19 03:00:33 a90ubut15 systemd-
Jun 19 03:00:34 a90ubut15 systemd-
Jun 19 03:00:34 a90ubut15 systemd-
Jun 19 03:00:34 a90ubut15 systemd-
Jun 19 03:00:34 a90ubut15 systemd-
Jun 19 03:00:34 a90ubut15 systemd-
Jun 19 03:00:34 a90ubut15 systemd-
mayijie (mayijie56) wrote : | #28 |
Hi Lukas,
Thanks for the investigation, I followed your instruction, added the "ignore-carrier: true", netplan apply and reboot, the vlan interface shows up after reboot, cool~
But what I don't understand is the trunk mode adapter actually neither cable disconnected, nor VM exist, and from my previous test, this case only happened in ubut23.04, you can reference my comment #9.
So I did another installation ubut23.04 using another trunk adapter as the backend adapter of vNic device, the vlan interface lost again, I tried added the "ignore-carrier: true" in the yaml file, but this time, no luchy.
Here the systemd-
'''
"'-- Boot 02eb864dc23541f
"
"Jul 05 10:04:49 a90ubut21 systemd[1]: Starting systemd-
"
"Jul 05 10:04:49 a90ubut21 systemd-
"
"Jul 05 10:04:49 a90ubut21 systemd-
"
"Jul 05 10:04:49 a90ubut21 systemd-
"
"Jul 05 10:04:49 a90ubut21 systemd[1]: Started systemd-
"
"Jul 05 10:04:49 a90ubut21 systemd-
"
"Jul 05 10:04:49 a90ubut21 systemd-
"
"Jul 05 10:04:49 a90ubut21 systemd-
"
"Jul 05 10:04:49 a90ubut21 systemd-
"
"Jul 05 10:04:49 a90ubut21 systemd-
"
"Jul 05 10:04:49 a90ubut21 systemd-
"
"Jul 05 10:04:49 a90ubut21 systemd-
"
"Jul 05 10:04:49 a90ubut21 systemd-
"
"Jul 05 10:04:49 a90ubut21 systemd-
"
"Jul 05 10:04:51 a90ubut21 systemd-
'''
From the log, it seems 'lost carrier' again, Hmm......
I compared the 10-netplan-
Here is the configure files:
'''
cat 10-netplan-
[?2004l
[Match]
Name=enc1000
[Network]
LinkLocalAddres
ConfigureWithou
VLAN=enc1000.1300
cat 10-netplan-
[?2004l
[Match]
Name=enc1000.1300
[Network]
LinkLocalAddres
Address=
Gateway=
DNS=10.20.0.2
ConfigureWithou
cat 10-netplan-
[?2004l
[NetDev]
Name=enc1000.1300
Kind=vlan
[VLAN]
Id=1300
'''
Thanks~
mayijie (mayijie56) wrote : | #29 |
Hi,
The thing is that only ubuntu23.04 has this issue, Ubuntu22.04 and Ubuntu20.04 are fine. And the same adapter work fine for RHEL and SUSE, so in other word, only Ubuntu23.04 has this issue.
And I test all of adapter, all of adapters ran into this issue on Ubuntu23.04. So I am wondering it should be a specify issue only for Ubuntu23.04, not env issue.
And we are solution test team and using the customer like env, so this issue could happen on customer side, so we must fix it before it deliver to customer.
Looks like ‘ignore-carrier: true’ is not the real reason for this issue, I found it did not work on new installed partition.
Could you help us to take a look for this? Since customer will update Ubuntu to 23.04 soon. It will raise to a customer issue
mayijie (mayijie56) wrote : | #30 |
Hi,
As we double checked the netplan configure yaml file and the generated 10-netplan-
ubuntu@
6.2.0-25-generic
Thanks.
mayijie (mayijie56) wrote : | #31 |
Hi,
I found that, the restart network service would add the vlan interfacce back to the system, and reboot would lost the interface again.
'sudo systemctl restart systemd-
I'll attach the systemd-networkd log, you can see the difference.
>>>>>>>>>>>>>>
timestamp to reboot the ubuntu os: Jul 17 04:15:10
timestamp to restart the systemd-networkd service: Jul 17 04:25:02
Thanks.
mayijie (mayijie56) wrote : | #32 |
In the log, in the boot stage after reboot, it shows the enc1000 link up and then link down due to lost carrier, but I'm sure the back end adapter was good, this case just occurred in ubut 23.04 in trunk mode adapter.
Jul 17 04:15:51 a257ubut02 systemd-
Jul 17 04:15:51 a257ubut02 systemd-
Jul 17 04:15:51 a257ubut02 systemd-
Jul 17 04:15:51 a257ubut02 systemd-
Jul 17 04:15:51 a257ubut02 systemd-
Jul 17 04:15:51 a257ubut02 systemd-
Jul 17 04:15:51 a257ubut02 systemd-
Jul 17 04:15:51 a257ubut02 systemd-
Jul 17 04:15:52 a257ubut02 systemd-
mayijie (mayijie56) wrote : | #33 |
Danilo Egea Gondolfo (danilogondolfo) wrote : | #34 |
Hi there, thanks a lot for your recent tests.
It really feels like a systemd issue...
A new version of systemd was uploaded to Ubuntu Mantic recently, do you think you could upgrade your system to mantic, install systemd from the -proposed pocket and see if it fixes the issue?
The test would look like this:
1) upgrade to mantic
2) reboot and check if the problem persists
3) if the problem is still there, upgrade systemd to the version in mantic-proposed (which is 253.5)
4) do the same tests to see if the problem is still present
mayijie (mayijie56) wrote : | #35 |
Hi Danilo, thanks, I'd like to try the Mantic release, but I found the new release is not exist in the path I always download the iso image: https:/
Is there another url I can get the Mantic on system Z platform now?
Thanks~
mayijie (mayijie56) wrote : | #36 |
Danilo, got the Mantic image and checking ...
mayijie (mayijie56) wrote : | #37 |
- systemd-networkd-systemd253.log Edit (12.0 KiB, text/plain)
Hi Danilo,
I tried your steps on comment #34, but no lucky, from the systemd-networkd log, it looks the same issue.
1) upgrade to mantic
>
ubuntu@
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu Mantic Minotaur (development branch)
Release: 23.10
Codename: mantic
2) reboot and check if the problem persists
>
Yes, the problem persists.
3) if the problem is still there, upgrade systemd to the version in mantic-proposed (which is 253.5)
>
ubuntu@
ii systemd 253.5-1ubuntu1 s390x system and service manager
ii systemd-dev 253.5-1ubuntu1 all systemd development files
ii systemd-hwe-hwdb 252.4.3 all udev rules for hardware enablement (HWE)
ii systemd-resolved 252.5-2ubuntu3 s390x systemd DNS resolver
ii systemd-sysv 252.5-2ubuntu3 s390x system and service manager - SysV compatibility symlinks
ii systemd-timesyncd 252.5-2ubuntu3 s390x minimalistic service to synchronize local time with NTP servers
4) do the same tests to see if the problem is still present
>
Yes, the vlan interface disappeared after 'sudo reboot' and can be showed up after 'sudo systemctl restart systemd-networkd'. I'll attach the systemd-networkd log and the timestamps after systemd upgraded are:
Jul 18 08:31 -> reboot the os
Jul 18 08:36 -> restart systemd-networkd service
Thanks.
mayijie (mayijie56) wrote : | #38 |
Hi Frank,
May I know your DPM environment while re-producate test in comment #8?, since I only have DPM R5.1 here and I'd like to try if I can change the DPM version as your version.
Thanks.
Frank Heimes (fheimes) wrote : | #39 |
Hi mayijie,
I tried to find out the DPM version, but no luck so far.
the only answer that I got so far (from IBM) is that there will be no newer DPM versions as soon as a new machine is out.
So we'll need to stick with what we have in the L1-III, since L1-4 is already out.
If you can give me a hint on ho to obtain the current situation, I'll look it up...
Regarding mantic/future 23.10, it's the current development release with is not yet out,
hence it cannot be found at https:/
but at the dailies for now:
- smoke tested, but maybe a bit older
https:/
- untested (or maybe not successfully tested), but a bit newer
https:/
mayijie (mayijie56) wrote : | #40 |
Thanks for the information Frank, talking with DPM colleagues and will let you know if there are some updates in the future.
mayijie (mayijie56) wrote : | #41 |
Hi,
Did some more test, I changed the network daemon from systemd-networkd to NetworkManager (still use netplan), the 'vlan interface lost after reboot' still there: reboot the os will lost the vlan interface, restart the NM service could shows up the vlan interface. In the NM log, it shows during the boot stage: manager: "(netplan-
Here are some networkmanager service command output before and after 'restart nm service' as the comparison, and journalctl log file with operate timestamps:
>>>>>>>>>>>
journalctl -u NetworkManager > nm.log
timestamp: Jul 27 08:27 -> reboot the ubut os
timestamp: Jul 27 08:32 -> restart the nm service
>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
run 'nmcli d' and 'nmcli c' before and after 'restart nm'
> before NM restart
ubuntu@a90ubut15:~$ nmcli d
DEVICE TYPE STATE CONNECTION
enc1000 ethernet connected netplan-enc1000
lo loopback connected (externally) lo
ubuntu@a90ubut15:~$ nmcli c
NAME UUID TYPE DEVICE
lo 2f1c6dd9-
netplan-enc1000 20393913-
netplan-
> after restart NM
ubuntu@a90ubut15:~$ nmcli d
DEVICE TYPE STATE CONNECTION
enc1000.1292 vlan connected netplan-
enc1000 ethernet connected netplan-enc1000
lo loopback connected (externally) lo
ubuntu@a90ubut15:~$ nmcli c
NAME UUID TYPE DEVICE
netplan-
lo 2f1c6dd9-
netplan-enc1000 20393913-
>>>>>>>
>>>>>>>
I also compared the output of 'nmcli c show netplan-
GENERAL.NAME: netplan-
GENERAL.UUID: 491497ea-
GENERAL.DEVICES: enc1000.1292
GENERAL.IP-IFACE: enc1000.1292
GENERAL.STATE: activated
GENERAL.DEFAULT: yes
GENERAL.DEFAULT6: no
GENERAL.
GENERAL.VPN: no
GENERAL.DBUS-PATH: /org/freedeskto
GENERAL.CON-PATH: /org/freedeskto
GENERAL.ZONE: ...
mayijie (mayijie56) wrote : | #42 |
Hello, it looks to me that you haven't done a default installation.
A default installation in a vlan network environment leads to such a netplan yaml file (/etc/netplan/ 00-installer- config. yaml): -%<---- ------- -----%< ------- ------- --%<--- ------- ------% <------ -- -%<---- ------- -----%< ------- ------- --%<--- ------- ------% <------ --
-------
# This is the network config written by 'subiquity'
network:
ethernets:
encc000: {}
version: 2
vlans:
encc000.2653:
addresses:
- 10.245.236.15/24
gateway4: 10.245.236.1
id: 2653
link: encc000
nameservers:
addresses:
- 10.245.236.1
-------
(I just did an installation from scratch, trying to reproduce.)
Your is this: -%<---- ------- -----%< ------- ------- --%<--- ------- ------% <------ -- -%<---- ------- -----%< ------- ------- --%<--- ------- ------% <------ --
-------
# This is the network config written by 'subiquity'
network:
ethernets:
enc1000: {}
version: 2
vlans:
enc1000.1300:
addresses:
- 10.20.103.65/24
routes:
- to: default
via: 10.20.103.254
id: 1300
link: enc1000
nameservers:
addresses:
- 10.20.0.2
-------
Notice 'gateway4' vs 'routes ...'
Do you have an openvswitch (ovs) in your environment? If so, how is it setup? ions?
Have you done any other network related (re-)configurat
Can you please perform a default installation w/o ovs?
Could you also share the output of:
$ lszdev --online
Is your system a DPM system?
In case yes, can you also share:
sudo lszdev --auto-conf
Can you please share the exact settings that you've specified in your early network configuration step? 0.0.c001: 0.0.c002 configured 0.0.c001: 0.0.c002
So after:
"Attempt interactive netboot from a URL?"
in the console?
(
like in my case:
Attempt interactive netboot from a URL?
yes no (default yes):
yes
Available qeth devices:
0.0.c000 0.0.c003 0.0.c006
zdev to activate (comma separated, optional):
c000
[ 83.508886] lcs: Loading LCS driver
[ 83.576712] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 83.578446] qeth: register layer 2 discipline
[ 83.579381] qeth 0.0.c000: CHID: 14c CHPID: c0
[ 83.587240] qeth 0.0.c002: qdio: OSA on SC bae using AI:1 QEBSM:0 PRI:1 TDD:1 SIGA: W
[ 83.612746] qeth 0.0.c000: Device is a OSD Express card (level: 0777)
[ 83.612746] with link type OSD_10GIG.
[ 83.613174] qeth 0.0.c000: The device represents a Bridge Capable Port
[ 83.614065] qeth 0.0.c000: MAC address 9e:30:60:41:bf:f8 successfully registered
[ 83.615392] qeth 0.0.c000 encc000: renamed from eth0
A manual update of the initial RAM-disk is required.
QETH device 0.0.c000:
Note: The initial RAM-disk must be updated for these changes to take effect:
- QETH device 0.0.c000:
Two methods available for IP configuration:
* static: for static IP configuration
* dhcp: for automatic IP configuration
static dhcp (default 'dhcp'):
static
ip:
10.245.236.15
netmask (default 255.255.255.0):
gateway (default 10.245.236.1):
dns (default 10.245.236.1):
vlan id (optional):
2653
Available interfaces:
encc000
device (default encc000):
encc000
...