5b2: Unable to open listen socket for [v1.::1]:631 SOLVED

I am unable to communicate with my HP_Photoshop_C3100 series usb printer.
It appears it wants an inv6 address. System is set for ipv4 addresses.
The basic error is:
Unable to open listen socket for address [v1.::1]:631
Clean install of Mageia-5-beta2-x86_64-DVD.iso
No problems running in Mageia release 4 vanilla install.
tried localhost:631 in cups conf file. Still wants ipv6.
Suggestions anyone?
It appears it wants an inv6 address. System is set for ipv4 addresses.
The basic error is:
Unable to open listen socket for address [v1.::1]:631
Clean install of Mageia-5-beta2-x86_64-DVD.iso
No problems running in Mageia release 4 vanilla install.
tried localhost:631 in cups conf file. Still wants ipv6.
- Code: Select all
$ grep localhost /etc/hosts
127.0.0.1 localhost.localdomain localhost
- Code: Select all
$ cat /etc/sysconfig/network
NEEDHOSTNAME=no
NETWORKING=yes
HOSTNAME=wb.hom.test
CRDA_DOMAIN=US
IPV6_AUTOCONF=no
- Code: Select all
$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.0.1 0.0.0.0 UG 10 0 0 enp3s0
169.254.0.0 0.0.0.0 255.255.0.0 U 10 0 0 enp3s0
192.168.0.0 0.0.0.0 255.255.255.0 U 10 0 0 enp3s0
Suggestions anyone?