Re: port 80 refused
Re: port 80 refused
- Subject: Re: port 80 refused
- From: Patrick Middleton <email@hidden>
- Date: Fri, 19 Jun 2015 09:45:40 +0100
Everything I can see that is working is using an IPv6 address
(Robert, that includes the SMTP headers where you send your emails to
the list) while everything that isn't working seems to involve using
an IPv4 address.
May we see the output from '/sbin/ipconfig -a' too please, and the
contents of the file '/private/etc/hosts' ?
I continue to speculate that IPv4 support is turned off or
misconfigured in /Applications/System\ Preferences.app .
localhost ought to be reachable via the software loopback interface,
and the addresses ought to work even if the router is turned off.
Could we also have a comparison of the output from:
telnet localhost 80
telnet ::1 80
telnet 127.0.0.01 80
On 18 Jun 2015, at 23:20, Robert B. Hanviriyapunt wrote:
Hey Robert and Patrick,
>sudo lsof -P -i tcp:80
Password:
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
httpd 7397 root 5u IPv6 0xf141290e6dd33f95 0t0 TCP *:80
(LISTEN)
httpd 7398 edc 5u IPv6 0xf141290e6dd33f95 0t0 TCP *:80
(LISTEN)
httpd 7399 edc 5u IPv6 0xf141290e6dd33f95 0t0 TCP *:80
(LISTEN)
httpd 7400 edc 5u IPv6 0xf141290e6dd33f95 0t0 TCP *:80
(LISTEN)
httpd 7401 edc 5u IPv6 0xf141290e6dd33f95 0t0 TCP *:80
(LISTEN)
httpd 7402 edc 5u IPv6 0xf141290e6dd33f95 0t0 TCP *:80
(LISTEN)
httpd 7527 edc 5u IPv6 0xf141290e6dd33f95 0t0 TCP *:80
(LISTEN)
and
edc@edcs-mbp:~>/usr/bin/host localhost
localhost.attlocal.net has address 127.0.0.1
edc@edcs-mbp:~>/usr/bin/dig a localhost
; <<>> DiG 9.8.3-P1 <<>> a localhost
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 34501
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0,
ADDITIONAL: 0
;; QUESTION SECTION:
;localhost. IN A
;; ANSWER SECTION:
localhost. 0 IN A 127.0.0.1
;; Query time: 7 msec
;; SERVER: 192.168.1.254#53(192.168.1.254)
;; WHEN: Thu Jun 18 17:18:20 2015
;; MSG SIZE rcvd: 43
Could it be my WIFI router?
--
Robert B. Hanviriyapunt
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden