[Linux/CUPS] Drucker nicht über VPN auffindbar

Gast #6954439
Lesenswert?

Ich habe einen Drucker welcher über USB an einen Linux Server 
angeschlossen ist. Lokal drucken geht ohne Probleme.

Ich finde den Drucker aber nicht über meine VPN Verbindung (entweder 
direkt über DSL oder aber auch nicht über 4G)

Auf die Admin Page komme, diese habe ich freigestellt für die VPN IPs

/etc/cups/cupsd.conf
1
# Allow remote access
2
Port 631
3
Listen /run/cups/cups.sock
4
Browsing On
5
BrowseLocalProtocols dnssd
6
DefaultAuthType Basic
7
WebInterface Yes
8
<Location />
9
  # Allow remote administration...
10
  Order allow,deny
11
  Allow @LOCAL
12
  Allow 192.*
13
</Location>
14
<Location /admin>
15
  # Allow remote administration...
16
  Order allow,deny
17
  Allow @LOCAL
18
  Allow 192.*
19
</Location>
20
<Location /admin/conf>
21
  AuthType Default
22
  Require user @SYSTEM
23
  # Allow remote access to the configuration files...
24
  Order allow,deny
25
  Allow @LOCAL
26
  Allow 192.*
27
</Location>
28
<Location /admin/log>
29
  AuthType Default
30
  Require user @SYSTEM
31
  # Allow remote access to the log files...
32
  Order allow,deny
33
  Allow @LOCAL
34
  Allow 192.*
35
</Location>

Muss ich den Drucker irgendwo separat noch für 192.* freigeben?!

Hat da jemand einen Tipp?

Antwort schreiben

Bitte melde dich an, um einen Beitrag zu schreiben.

oder

Mit Google-Account einloggen

Die Registrierung ist kostenlos und dauert nur eine Minute.

Jetzt registrieren