[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: CUPS: http://localhost:631/admin does not exist!



A R wrote:
Here it is:

debian:~# ifconfig
eth1      Link encap:Ethernet  HWaddr
00:80:AD:09:86:ED inet addr:24.73.103.171 Bcast:255.255.255.255 Mask:255.255.254.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:2066 errors:203 dropped:0
overruns:0 frame:0
          TX packets:935 errors:0 dropped:0 overruns:0
carrier:0
collisions:4 RX bytes:232175 (226.7 KiB) TX bytes:85764
(83.7 KiB)


Then you need to set up the 'lo' local loopback interface.  Add:

auto lo
iface lo inet loopback

to /etc/network/interfaces and run "ifconfig lo 127.0.0.1 && route add -host 127.0.0.1 lo" as root



Reply to: