Operating System - Linux
1752692 Members
5669 Online
108789 Solutions
New Discussion

switch from 127.0.0.1 to 0.0.0.0

 
SOLVED
Go to solution
skt_skt
Honored Contributor

switch from 127.0.0.1 to 0.0.0.0

Red Hat Enterprise Linux Server release 5.1 (Tikanga)

# netstat -an|grep 631
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN

I am not able to access http://hostname:631 on a node where port LISTEN as above. The working node has some thing like below

tcp 0 0 0.0.0.0:631 0.0.0.0:* LISTEN

where/how can i make change?
1 REPLY 1
Ivan Ferreira
Honored Contributor
Solution

Re: switch from 127.0.0.1 to 0.0.0.0

Modify the Listen directive in /etc/cups/cups.conf and restart the service.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?