Forum Moderators: phranque

Message Too Old, No Replies

problem with ipv6 in httpd-2.2.2-1.2

         

almaspour

2:19 pm on Sep 21, 2007 (gmt 0)

10+ Year Member



hi:

i install fc5 that support ipv6 and apache version httpd-2.2.2-1.2.
i have not any problem with ipv4 , so my client on lan can view web page on the apache server.
but when i want to view web page with IPV6 on the lan, i can not.
note:
i can view web page with ipv6 on the apache server(itself) and i can ping and ssh to apache server from lan.

can you help me?please please help me.

SeanW

2:09 am on Sep 22, 2007 (gmt 0)

10+ Year Member



When you're sshing/pinging to the server, is it over ipv6? Same LAN segment? Are you using the link local address or a global address?

Also have a look at the Apache docs, I see some notes on different ways to have httpd listen on ipv6 sockets. Never tried it myself, though.

almaspour

4:51 am on Sep 22, 2007 (gmt 0)

10+ Year Member



yes i sshing/pinging to the server, over ipv6 and Same LAN segment. i am you using the site local address.(fec0::1 for server and fec0::2 for client.)
i add this line to httpd.conf
listen [fec0::1]:800

SeanW

1:57 pm on Sep 22, 2007 (gmt 0)

10+ Year Member



At this point I'd probably pull out wireshark/tcpdump and see what's going over the wire. See if a connection is made, etc. Sorry I can't be more help.