[CentOS] Centos 7.3.1611 - NetworkManager + dhcp + ipv6

2017-03-21 Thread Diaulas Castro
Used steps on sysctl from Centos7 FAQ (https://wiki.centos.org/FAQ/CentOS7) and some gathered on internet # cat /etc/sysctl.d/90-disable_ipv6.conf  net.ipv6.conf.all.disable_ipv6=1 net.ipv6.conf.default.disable_ipv6=1 net.ipv6.conf.eth0.disable_ipv6=1 net.ipv6.conf.eth1.disable_ipv6=1 net.ipv6.co

Re: [CentOS] Centos 7.3.1611 - NetworkManager + dhcp + ipv6

2017-03-22 Thread Diaulas Castro
help me, so I can edit the OVA file. De: CentOS em nome de Patrick Laimbock Enviado: quarta-feira, 22 de março de 2017 08:01:49 Para: centos@centos.org Assunto: Re: [CentOS] Centos 7.3.1611 - NetworkManager + dhcp + ipv6   On 21-03-17 20:51, Diaulas Castro wrote: > Used steps