Jeff Trawick wrote:
> 
> Jeff Trawick <[EMAIL PROTECTED]> writes:
> 
> > > 2) POD issue with worker MPM:
> > >
> > > [Tue Feb 12 12:01:46 2002] [notice] SIGUSR1 received.  Doing graceful
> > > restart
> > > [Tue Feb 12 12:01:46 2002] [warn] (128)Network is unreachable: connect
> > > to listener
> >
> > This particular Solaris box has a screwy IPv6 setup which I don't yet
> > know how to fix.  For some reason I can get an IPv6 socket and bind to
> > in6addr_any but IPv6 loopback (lo0, ::1) is disabled and I can't
> > connect to :: or ::1 :(  The wonderful Sun admin manuals say to simply
> > "touch /etc/<ifname>.6" or something silly like that and then reboot, but
> > still no happiness.  Hopefully comp.unix.solaris can offer some
> > guidance.
> >
> > I don't know whether or not the setup problem was present before
> > installing the current recommended patch set.
> 
> A little more caffeine helped...  A re-read of the manual, a re-touch
> of the magic files, and a re-boot of the system fixed the IPv6 setup
> and now I don't have the "Network is unreachable: connect to listener"
> failure in the log.

That is why I was not able to reproduce it, but I had no time to try hard ;-)
ifconfig -a shows:
+++
lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1
        inet 127.0.0.1 netmask ff000000
hme0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
        inet 172.25.124.140 netmask ffffff00 broadcast 172.25.124.255
        ether 0:80:17:28:61:7b
lo0: flags=2000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6> mtu 8252 index 1
        inet6 ::1/128
hme0: flags=2000841<UP,RUNNING,MULTICAST,IPv6> mtu 1500 index 2
        ether 0:80:17:28:61:7b
        inet6 fe80::280:17ff:fe28:617b/10
+++
And I am able to telnet ::1 and fe80::280:17ff:fe28:617b

> 
> --
> Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site:
>        http://www.geocities.com/SiliconValley/Park/9289/
>              Born in Roswell... married an alien...

Reply via email to