edc@EDCs-MacBook-Pro:~>telnet localhost 80 Trying ::1... Connected to localhost. Escape character is '^]'. ^] telnet> quit Connection closed. edc@EDCs-MacBook-Pro:~>telnet ::1 80 Trying ::1... Connected to localhost. Escape character is '^]'. ^] telnet> quit Connection closed. edc@EDCs-MacBook-Pro:~>telnet 127.0.0.01 80 Trying 127.0.0.1... telnet: connect to address 127.0.0.1: Connection refused telnet: Unable to connect to remote host edc@EDCs-MacBook-Pro:~>
and edc@EDCs-MacBook-Pro:~>ifconfig en1 en1: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500 ether c8:bc:c8:ce:91:17 inet6 fe80::cabc:c8ff:fece:9117%en1 prefixlen 64 scopeid 0x5 inet 192.168.1.15 netmask 0xffffff00 broadcast 192.168.1.255 nd6 options=1<PERFORMNUD> media: autoselect status: active edc@EDCs-MacBook-Pro:~>telnet 192.168.1.15 80 Trying 192.168.1.15... telnet: connect to address 192.168.1.15: Connection refused telnet: Unable to connect to remote host -- Robert B. Hanviriyapunt > Date: Fri, 19 Jun 2015 09:45:40 +0100 > From: Patrick Middleton <patr...@onestep.co.uk> > To: WebObjects Development <webobjects-dev@lists.apple.com> > Subject: Re: port 80 refused > Message-ID: <f905f044-8815-4f59-97a3-d1748730a...@onestep.co.uk> > Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed > > 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
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com