Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1539121 Details for
Bug 1683597
IPV6_AUTOCONF=no is not reflected in /proc/sys/net/ipv6/conf/
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
terminal log of reproducer
2019-02-27-autoconf.txt (text/plain), 6.18 KB, created by
Dominik Holler
on 2019-02-27 10:05:28 UTC
(
hide
)
Description:
terminal log of reproducer
Filename:
MIME Type:
Creator:
Dominik Holler
Created:
2019-02-27 10:05:28 UTC
Size:
6.18 KB
patch
obsolete
>[dominik@t460p ~]$ ssh user@tarox0 >Last login: Tue Feb 26 04:50:02 2019 from 192.168.178.102 >[user@tarox0 ~]$ cd /data/libvirt/images/ >[user@tarox0 images]$ ~/scripts/newRHEL.sh rhel-server-7.6-x86_64-kvm.qcow2 ifcgtest >+ '[' -n ifcgtest ']' >+ origfile=rhel-server-7.6-x86_64-kvm.qcow2 >+ name=ifcgtest >+ URI=qemu:///system >+ rootpassword=123456 >+ smcredentials=dholler@redhat.com:file:password >+ osvariant=rhel7.5 >+ partition=/dev/sda1 >+ image=ifcgtest.img >+ truncate -s 40G ifcgtest.img >+ virt-resize --expand /dev/sda1 rhel-server-7.6-x86_64-kvm.qcow2 ifcgtest.img >[ 0.0] Examining rhel-server-7.6-x86_64-kvm.qcow2 >********** > >Summary of changes: > >/dev/sda1: This partition will be resized from 7.8G to 40.0G. The >filesystem xfs on /dev/sda1 will be expanded using the âxfs_growfsâ >method. > >********** >[ 1.9] Setting up initial partition table on ifcgtest.img >[ 2.0] Copying /dev/sda1 > 100% â¦ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ§ 00:00 >[ 36.9] Expanding /dev/sda1 using the âxfs_growfsâ method > >Resize operation completed with no errors. Before deleting the old disk, >carefully check that the resized disk boots and works correctly. >+ virt-customize -a ifcgtest.img --root-password password:123456 --ssh-inject root --selinux-relabel --hostname ifcgtest --timezone Europe/Berlin --uninstall cloud-init --connect qemu:///system --sm-credentials dholler@redhat.com:file:password --sm-register --sm-attach auto --update >[ 0.0] Examining the guest ... >[ 7.2] Setting a random seed >[ 7.2] SSH key inject: root >[ 8.0] Setting the hostname: ifcgtest >[ 8.0] Setting the timezone: Europe/Berlin >[ 8.0] Uninstalling packages: cloud-init >[ 9.1] Registering with subscription-manager >[ 28.8] Attaching to compatible subscriptions >[ 48.8] Updating packages >[ 149.2] Setting passwords >[ 150.3] SELinux relabelling >[ 156.3] Finishing off >+ echo '#virsh -c qemu:///system shutdown ifcgtest && sleep 10 && virsh -c qemu:///system undefine ifcgtest && rm -f ifcgtest.img' >#virsh -c qemu:///system shutdown ifcgtest && sleep 10 && virsh -c qemu:///system undefine ifcgtest && rm -f ifcgtest.img >+ sleep 12 >+ virt-install --name ifcgtest --vcpus 2,maxvcpus=4 --cpu host --memory 4096 --rng /dev/urandom --disk ifcgtest.img --os-type=linux --os-variant=rhel7.5 --import --noautoconsole --connect qemu:///system > >Starting install... >Domain creation completed. >+ arp >++ virsh -c qemu:///system domiflist ifcgtest >++ tail -n 2 >++ sed -E 's/.*([0-9a-fA-F:]{17})/\1/' >+ grep 52:54:00:75:ac:aa >192.168.122.152 ether 52:54:00:75:ac:aa C virbr0 >+ virsh -c qemu:///system domifaddr ifcgtest > Name MAC address Protocol Address >------------------------------------------------------------------------------- > vnet16 52:54:00:75:ac:aa ipv4 192.168.122.152/24 > - - ipv6 fde4:e66c:9a7c:dd91::57/64 > >[user@tarox0 images]$ ssh -o StrictHostKeyChecking=no root@192.168.122.152 >@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ >@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ >@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ >IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! >Someone could be eavesdropping on you right now (man-in-the-middle attack)! >It is also possible that a host key has just been changed. >The fingerprint for the ECDSA key sent by the remote host is >SHA256:0gYE9vvq+7d3O7LSuUWQUo4jG8GZk/gvdwlPoc8ERnw. >Please contact your system administrator. >Add correct host key in /home/user/.ssh/known_hosts to get rid of this message. >Offending ECDSA key in /home/user/.ssh/known_hosts:46 >Password authentication is disabled to avoid man-in-the-middle attacks. >Keyboard-interactive authentication is disabled to avoid man-in-the-middle attacks. >[root@ifcgtest ~]# cat /proc/sys/net/ipv6/conf/eth0/autoconf >1 >[root@ifcgtest ~]# cat /proc/sys/net/ipv6/conf/eth0/accept_ra >1 >[root@ifcgtest ~]# cat /proc/sys/net/ipv6/conf/eth0/accept_redirects >1 >[root@ifcgtest ~]# echo IPV6_AUTOCONF=no >> /etc/sysconfig/network-scripts/ifcfg-eth0 >[root@ifcgtest ~]# nmcli c reload >[root@ifcgtest ~]# cat /proc/sys/net/ipv6/conf/eth0/autoconf >1 >[root@ifcgtest ~]# cat /proc/sys/net/ipv6/conf/eth0/accept_ra >1 >[root@ifcgtest ~]# cat /proc/sys/net/ipv6/conf/eth0/accept_redirects >1 >[root@ifcgtest ~]# ip a >1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default 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: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 > link/ether 52:54:00:75:ac:aa brd ff:ff:ff:ff:ff:ff > inet 192.168.122.152/24 brd 192.168.122.255 scope global noprefixroute dynamic eth0 > valid_lft 3376sec preferred_lft 3376sec > inet6 fde4:e66c:9a7c:dd91::57/128 scope global noprefixroute dynamic > valid_lft 3376sec preferred_lft 3376sec > inet6 fe80::5054:ff:fe75:acaa/64 scope link noprefixroute > valid_lft forever preferred_lft forever >[root@ifcgtest ~]# systemctl restart network >[root@ifcgtest ~]# ip a >1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default 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: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 > link/ether 52:54:00:75:ac:aa brd ff:ff:ff:ff:ff:ff > inet 192.168.122.152/24 brd 192.168.122.255 scope global noprefixroute dynamic eth0 > valid_lft 3598sec preferred_lft 3598sec > inet6 fe80::5054:ff:fe75:acaa/64 scope link noprefixroute > valid_lft forever preferred_lft forever >[root@ifcgtest ~]# cat /proc/sys/net/ipv6/conf/eth0/autoconf >1 >[root@ifcgtest ~]# cat /proc/sys/net/ipv6/conf/eth0/accept_ra >1 >[root@ifcgtest ~]# cat /proc/sys/net/ipv6/conf/eth0/accept_redirects >1 >[root@ifcgtest ~]# >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1683597
: 1539121 |
1539138
|
1539177