-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am Mittwoch, 1. Oktober 2003 13:57 schrieb Karl Huysmans:
> This is my <Location /admin> section from /etc/cups/cupsd.conf:
>
> <Location /admin>
> AuthType Basic
> AuthClass System
> Order Deny,Allow
> Deny From All
> Allow From 127.0.0.1
> Allow From @LOCAL
> </Location>
>
> works for me (only from hosts on the local net)
This doesn't work for me either.=20
I think the problem is not cups itself but iptables since cups is running o=
n=20
the gateway-PC.
Running iptables just to NAT the traffic results in "no connection to host=
=20
port 631". Adding=20
iptables -t nat -A PREROUTE -i eth0 -p TCP --dport 631 \
     -j DNAT --to-destination 127.0.0.1
results in a timeout...
        Tuthtu
- -- 

visit tux online: http//www.tuthtu.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/e1GcbTe9XMUf00QRAlHBAJ478pIKwl/fkxcVwrJ8OPa88krzrgCfTfXx
q5qoxrwApbHACFkTDzjSusM=
=SNuU
-----END PGP SIGNATURE-----


--
[EMAIL PROTECTED] mailing list

Reply via email to