Re: [CentOS] CUPS oddity

2009-04-17 Thread Niki Kovacs
Laurent Wandrebeck a écrit : >> >> Can anybody explain this strange behaviour to me? > localhost is a non routable address: 127.0.0.1. > So it won't answer on the public ip address if you don't add it yourself. Thanks! Got it! Niki ___ CentOS mailing l

Re: [CentOS] CUPS oddity

2009-04-17 Thread CM
localhost translates into 127.0.0.1 so the daemon listens only to this locally available address. Adding the LAN address makes the daemon available for connections from LAN. Sent from my iPhone On 17.04.2009, at 12:43, Niki Kovacs wrote: > Hi, > > I've been setting up a few printer servers

Re: [CentOS] CUPS oddity

2009-04-17 Thread Laurent Wandrebeck
2009/4/17 Niki Kovacs : > Hi, Hi, > > I've been setting up a few printer servers with CUPS. Our public > libraries here all run 100% Linux (CentOS 5), so what I do is simply > install the printer on one of the machines (with a static IP) and then > configure CUPS so it can act as a printer server f

[CentOS] CUPS oddity

2009-04-17 Thread Niki Kovacs
Hi, I've been setting up a few printer servers with CUPS. Our public libraries here all run 100% Linux (CentOS 5), so what I do is simply install the printer on one of the machines (with a static IP) and then configure CUPS so it can act as a printer server for Linux clients. It took me some t