Let Windows manage the HomeGroup -> FAILED due to HomeGroup removed from Windows 10 (Version 1803)
Enter valid user credentials -> FAILED
Add the target PC's network credentials to Credentials Manager -> FAILED
Change request of a CUPS server authentication, which by default, has a value basic in config. And I switch it off by doing the following:
sudo nano /etc/cups/cupsd.conf change the value DefaultAuthType to None sudo service cups restart
-> No authentication required anymore , but everything stops, as if blocked!
So I followed the next step: 1. Open the file /etc/cups/cups-files.conf. 2. Find the group name at the line containing SystemGroup (in Ubuntu it should be lpadmin). 3. Add yourself to that group (sudo usermod -a -G lpadmin your-username) 4. Apply it (sudo service cups restart).
-> FAILED due to Print service unavalable! I had to remove command "sudo usermod -a -G lpadmin my-username" from cups-files to fix it back.
I am writing this because I just tried to search and connect the printer from PC2 and I only needed to install python3 and smbclient AND IT IS WORKING!
The isseus to connect the printer I have with PC3. Between PC3 and the printer connected to PC1 there's the router (192.168.1.254) and a switch, which works under is own domain (192.168.2.1). PC2 is connected togheter with PC1 into the switch. It must be that one the problem for PC3!
This is what the command sudo arp-scan --localnet shows from PC3:
Interface: enp0s25, type: EN10MB, MAC: 18:a9:05:b5:aa:0d, IPv4: 192.168.1.226
Starting arp-scan 1.9.7 with 256 hosts (https://github.com/royhills/arp-scan)
192.168.1.80 00:14:c1:36:cd:a7 U.S. Robotics Corporation (the switch)
192.168.1.254 ec:3e:b3:51:e8:dc (the router)
Hello everybody.
I asked for help in a networking forum to fix the network settings. Now we have fixed it, putting the second router "transparent" and now the second domain 192.168.2.x does not exist anymore. Now each device has its own IP like 192.168.1.x.
Having fixed this, now let's go to the problems.
Now even PC2 (after having positively installed the printer) no longer wants to print: after sending the file to print, a window appears telling me that the printer asks for access credentials (and what are them ?!)
The PC3 on the other hand seems like nothing has changed. Maybe a settings reset is needed ... Help, I can't take it anymore!
I was surprised that the router is set to 192.168.1.254 usually indicates a private network and can't reach the internet.
In terms of the Computer that can print - have you checked the Printer settings and allowed shares from that PC? That might be a way forward?
Found this snippet:
"Double-click a Windows or Linux PC sharing a printer and you’ll see it shared printers. Double-click the printer to add and configure it. It will appear alongside your local printers in standard print dialogs."
It is really strange that before, when the router-switch was set as router with is own IP domain, the PC2 could connect the printer shared from PC1 without asking any credentials. Now that the router-switch is set as "transparent" it does!!!
Suspect that this was caused by Windows ... but I could be wrong!
Does the router have USB ports? Could you not attach the printer that way and access it via router? Just a thought.
you mean try to connect the printer on USB port of the router? At the moment there is connected the esternal Hard Disk and all PCs can access without any kind of problems.
Pity it doesn't have two ports. Always been suspect of having an external drive accessed to a router. I only ever connect for backups when off-line but can understand if using it as a streaming device.