CUPS problem z po

Konfiguracja serwerów, usług, itp.
anT
Posty: 32
Rejestracja: 27 września 2007, 14:01
Lokalizacja: Warszawa

CUPS problem z połączeniem przez http

Post autor: anT »

Witam... konfigurują poraz pierwszy cupsa i już na samym początku pojawiły się problemy :/ mianowicie nie mogę się połączyć z kompa w sieci z cupsem który jest zainstalowany na serwerze... prawdopodobnie bezposrednio z serwera też bym nie mógł. Wydaje mi się, że wogóle ta usługa nie jest włączona ponieważ po spawdzeniu nmapem moje otwarte porty to:

Kod: Zaznacz cały

Interesting ports on 10.0.1.100:
Not shown: 1674 closed ports
PORT     STATE SERVICE
21/tcp   open  ftp
22/tcp   open  ssh
80/tcp   open  http
139/tcp  open  netbios-ssn
445/tcp  open  microsoft-ds
3306/tcp open  mysql
firewalla mam dobrze raczej ustawionego (to powinno wystarczyc chyba):
#ustalanie polityki dzialania

Kod: Zaznacz cały

iptables -P INPUT DROP
iptables -A INPUT -i eth1 -j ACCEPT
iptables -P FORWARD DROP
iptables -P OUTPUT ACCEPT
proces też jest uruchomiony:

Kod: Zaznacz cały

root     13048     1  0 15:36 ?        00:00:00 /usr/sbin/cupsd
może coś powinienm doinstalować z tego jeszcze : ?

Kod: Zaznacz cały

p   apcupsd                         - APC UPS Power Management
p   apcupsd-cgi                     - Cgi for APC UPS Power Management
p   apcupsd-doc                     - Documentation for apcupsd
p   bluez-cups                      - Bluetooth printer driver for CUPS
i   cups-pdf                        - PDF printer for CUPS
i   cupsys                          - Common UNIX Printing System(tm) - server
p   cupsys-bsd                      - Common UNIX Printing System(tm) - BSD comm
i   cupsys-client                   - Common UNIX Printing System(tm) - client p
i A cupsys-common                   - Common UNIX Printing System(tm) - common f
p   cupsys-dbg                      - Common UNIX Printing System(tm) - debuggin
i   cupsys-driver-gimpprint         - printer drivers for CUPS
i   cupsys-driver-gutenprint        - printer drivers for CUPS
i   cupsys-pt                       - Tool for viewing/managing print jobs under
p   gnome-cups-manager              - CUPS printer admin tool for GNOME
v   libcupsimage-dev                -
i A libcupsimage2                   - Common UNIX Printing System(tm) - image li
p   libcupsimage2-dev               - Common UNIX Printing System(tm) - image de
v   libcupsys-dev                   -
i A libcupsys2                      - Common UNIX Printing System(tm) - libs
p   libcupsys2-dev                  - Common UNIX Printing System(tm) - developm
p   libcupsys2-gnutls10             - Common UNIX Printing System(tm) - dummy li
p   libgnomecups1.0-1               - GNOME library for CUPS interaction
p   libgnomecups1.0-dev             - GNOME library for CUPS interaction (header
p   libgnomecupsui1.0-1c2a          - UI extensions to libgnomecups
p   libgnomecupsui1.0-dev           - UI extensions to libgnomecups (headers)
help me :)
Awatar użytkownika
redelek
Posty: 89
Rejestracja: 19 marca 2007, 13:45

Post autor: redelek »

A jak się zalogujesz na ssh i wpiszesz

Kod: Zaznacz cały

lynx [url]http://localhost:631[/url]
To gdzieś wchodzisz?

Zobacz to sobie

http://wiki.debian.org/pl/SystemPrinting
Awatar użytkownika
Yampress
Administrator
Posty: 6400
Rejestracja: 09 sierpnia 2007, 21:41
Lokalizacja: PL

Post autor: Yampress »

zerknij do pliku /etc/cups/cupsd.conf
masz taki wycinek
# Show shared printers on the local network.
Browsing On
BrowseOrder allow,deny
BrowseAllow @LOCAL

# Default authentication type, when authentication is required...
DefaultAuthType Basic

# Restrict access to the server...
<Location />
Order allow,deny
Allow localhost
</Location>

# Restrict access to the admin pages...
<Location /admin>
Encryption Required
Order allow,deny
Allow localhost
</Location>

# Restrict access to configuration files...
<Location /admin/conf>
AuthType Basic
Require user @SYSTEM
Order allow,deny
Allow localhost
</Location>

w pewne fragmenty które Cię interesują powinienes chyba dodać

Kod: Zaznacz cały

Allow ip_komputera
Allow  192.168.0.2

Allow ip_niepełnego_adresu_sieci/maske
Allow 192.168.0/24
:-D

achas bym zapomniał:
1. sprawdz czy masz zainstalowanego CUPS
2. sprawdz czy firewall nie blokuje ruchu wchodzącego na port 631
ODPOWIEDZ