Date: Tue, 08 Aug 2006 20:59:33 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: freebsd-questions@freebsd.org Subject: Re: Port Not Available Message-ID: <44D8ED25.4060206@infracaninophile.co.uk> In-Reply-To: <20060808154327.BDB4.GERARD@seibercom.net> References: <20060808145644.G2113@scorpio.seibercom.net> <44D8E541.1060808@infracaninophile.co.uk> <20060808154327.BDB4.GERARD@seibercom.net>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig9D61FD749851B27E1144CAC2 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Gerard Seibert wrote: > Matthew Seaman wrote: >=20 >> Only if you enable IPv6. ie. you put: >> >> ipv6_enable=3D"YES" >> >> into /etc/rc.conf. That will cause each of your interfaces to have at= least >> a link-local IPv6 address configured, and lo0 will get the ::1 address= applied >> to it. See /etc/rc.d/ip6addrctl /etc/rc.d/network_ipv6 for the gory d= etails. > That notation is in my rc.conf file. It was put there by sysinstall whe= n > I first installed the system. >=20 > So, shouldn't it resolve to something or is it working the way it is > designed too? Hmmm... what does: ifconfig lo0 return? You should actually see two IPv6 addresses configured, like so: happy-idiot-talk:~:% ifconfig lo0 lo0: flags=3D8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 inet6 ::1 prefixlen 128=20 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2=20 inet 127.0.0.1 netmask 0xff000000=20 Also your original test was connecting to a SMTP server on the loopback. What does: sockstat | grep :25 return? Seeing ::1:25 in the output would be good. However, it is entirely possible that your MTA isn't binding to IPv6 addresses. If you're trying to make lpd(8) work, you should be looking for stuff listening on port 515. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW --------------enig9D61FD749851B27E1144CAC2 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFE2O0q8Mjk52CukIwRCMxyAJ45lQUrVr54Z9ki0IIkGUHQv5kcVgCfQbwb fv2vsWtZ4MKTxlUyv69a/sk= =opSx -----END PGP SIGNATURE----- --------------enig9D61FD749851B27E1144CAC2--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44D8ED25.4060206>