<div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">I am trying to share a Canon MP 250 attached to a windows 7 computer.<br>


I have tried ipp as well as Samba.  It appears the problem is W7 does<br>
not recognize the password.  I can share files back and forth just<br>
fine.<br>
<br>
In ipp I entered <a href="http://192.168.0.8:631" target="_blank">192.168.0.8:631</a>  in host and printers/Canon (the name<br>
I gave the printer on the W7 machine).<br>
<br>
In Samba WORKGROUP/<a href="http://192.168.0.8:631/Canon" target="_blank">192.168.0.8:631/Canon</a>.  I have tried using<br>
HomeGroup which is the W7 configuation.  I have tried dropping the<br>
:631.<br>
<br>
In each instance when it asks for a user name and password, I am told<br>
the password may be incorrect.<br>
<br>
Any assistance would be appreciated.<br>
<br>
thanks<br>
<br>
<br>
gary<br>
(GMT+1)<br></blockquote><div><br>Open up the terminal and type: sudo gedit /etc/hosts.allow<br>Type in your password.<br>Then add this line to the file:<br><br>ALL:<a href="http://192.168.0.0/255.255.255.0">192.168.0.0/255.255.255.0</a><br>

<br>Save the file. Now try logging into your samba workgroup.<br><br>Note: The line mentioned above says "ALL" to make it easier for you in future. But actually, you can replece "ALL" with a list of services, each on a separate line. These services can be sshd, samba, cups etc. You will have to read up the actual documentation on the /etc/hosts.allow file for more deatails.<br>

<br>Best Regards,<br>Rigved Rakshit<br></div></div>