compartilhar impressora em rede linux [RESOLVIDO]

1. compartilhar impressora em rede linux [RESOLVIDO]

Fernando Oliveira
k4doshi

(usa Linux Mint)

Enviado em 30/01/2009 - 11:53h

Bom dia!!!

possuo 2 computadores com linux e que estão acessando a internet via um hub. Ambos possuem ip fixo e em um deles eu possuo uma hp 695c instalada localmente

como proceder para compartilhar esta impressora com o outro computador?

Gostaria se possivel faze-lo através do CUPS pois ja utilizei para instalar a impressora local.


Obrigado


  


2. MELHOR RESPOSTA

Rafael
rrafael

(usa Debian)

Enviado em 30/01/2009 - 14:00h

Entao.. voce ja tem o cups instaldo certo?

so falta configurar o samba..
#======================= Global Settings =======================

[global]

## Browsing/Identification ###

# Change this to the workgroup/NT-domain name your Samba server will part of
workgroup = hommes.local

# server string is the equivalent of the NT Description field
server string = %h server (Samba, Ubuntu)

# Windows Internet Name Serving Support Section:
# WINS Support - Tells the NMBD component of Samba to enable its WINS Server
# wins support = no
wins support = yes

# This will prevent nmbd to search for NetBIOS names through DNS.
dns proxy = no

#### Networking ####

# The specific set of interfaces / networks to bind to
# This can be either the interface name or an IP address/netmask;
# interface names are normally preferred
# interfaces = 127.0.0.0/8 eth0
interfaces = 127.0.0.0/8 eth0
interfaces = 10.10.1.0/255.255.255.240 eth0


bind interfaces only = true


#### Debugging/Accounting ####

# This tells Samba to use a separate log file for each machine
# that connects
log file = /var/log/samba/log.%m

# Put a capping on the size of the log files (in Kb).
max log size = 1000

# If you want Samba to only log through syslog then set the following
# parameter to 'yes'.
; syslog only = no

# We want Samba to log a minimum amount of information to syslog. Everything
# should go to /var/log/samba/log.{smbd,nmbd} instead. If you want to log
# through syslog you should set the following parameter to something higher.
syslog = 0

# Do something sensible when Samba crashes: mail the admin a backtrace
panic action = /usr/share/samba/panic-action %d


####### Authentication #######
# security = user
security = share
# 'encrypt passwords' in the smb.conf(5) manpage before enabling.
encrypt passwords = true

# If you are using encrypted passwords, Samba will need to know what
# password database type you are using.
passdb backend = tdbsam

obey pam restrictions = yes

; guest account = nobody
invalid users = root

# For Unix password sync to work on a Debian GNU/Linux system, the following
# parameters must be set (thanks to Ian Kahan <<kahan@informatik.tu-muenchen.de> for
# sending the correct chat script for the passwd program in Debian Sarge).
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n *passwd:*password\supdated\ssuccessfully* .
#
########## Printing ##########

# CUPS printing. See also the cupsaddsmb(8) manpage in the
# cupsys-client package.
printing = cups
printcap name = cups

############ Misc ############

# Most people will find that this option gives better performance.
# See smb.conf(5) and /usr/share/doc/samba-doc/htmldocs/Samba3-HOWTO/speed.html
# for details
# You may want to add the following on a Linux system:
# SO_RCVBUF=8192 SO_SNDBUF=8192
; socket options = TCP_NODELAY
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192



#======================= Share Definitions =======================

[printers]
comment = All Printers
browseable = yes
path = /var/spool/samba
printable = yes
public = yes
gest ok = yes
writable = no
create mode = 0744

# Windows clients look for this share name as a source of downloadable
# printer drivers
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
browseable = yes
read only = yes
guest ok = no


[file_server]
force create mode = 777
browseable = yes
guest ok = yes
writeable = yes
# write list = rbrasil
path = /home/file/
force directory mode = 777


3. Re: compartilhar impressora em rede linux [RESOLVIDO]

Fernando Oliveira
k4doshi

(usa Linux Mint)

Enviado em 02/02/2009 - 18:01h

obrigado pela ajuda so que existe uma coisa que esqueci de mencionar e não deveria.

sou iniciante e nem sei onde fica o arquivo de configuração do samba no linux.

há como fazer pela interface grafica?

A configuração do samba não seria para impressão entre linux e windows? porque eu possuo 2 linux e pelo que li o cups possui esse tipo de compartilhamento nativo.

att


4. 2ª via

lourival araujo da silva
araujo_silva

(usa Debian)

Enviado em 24/06/2009 - 12:23h

Caro k4doshi

Tente um caminho alternativo:
1. Acesse no browser o endereço de administração do cups: http://localhost:631/admin;
2. marque as opções de impressão via rede:
- show printers shared by other systems;
- Share published printers connected to this system;e
- Allow printing from the Internet.
3. Caso deseje administrar remotamente a máquina que possui a impressora, habilite a outra opção:
- Allow remote administration.
Com essas configurações ativadas, e salvas, você deve ser capaz de enviar impressão via rede.

Abraço

Lourival




5. problema resolvido

Fernando Oliveira
k4doshi

(usa Linux Mint)

Enviado em 24/03/2011 - 15:49h

Lourival desculpe em responder o tópico é que fiquei sem net por um tempo. Olhei a solução que me passou e ela funcionaria, mas ja consegui antes atraves do menu administração de impressoras. Agradeço a ajuda galera.






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts