Project

General

Profile

Actions

Feature #460

closed

Binding to specific IPv6 addresses

Added by Anonymous about 19 years ago. Updated over 16 years ago.

Status:
Invalid
Priority:
Normal
Category:
core
Target version:
-
ASK QUESTIONS IN Forums:

Description

If I'm using server.use-ipv6, are my choices limited to not specifiying an address and port and lighttpd binds to everything, or, specifying one IPv6 in the server.bind variable and then only being able to specify ipv4 addresses in $SERVER'socket' sections.

Is there some mystical syntax I'm missing for specifying select IPv6 addresses? Binding to every address available isn't a useful feature for me.

Actions #1

Updated by Anonymous over 18 years ago

Is there some mystical syntax I'm missing for specifying select IPv6 addresses? Binding to every address available isn't a useful feature for me.

Probably.


$SERVER['socket'] == "[ipv6address]:80" { ... }

And if you want server.bind to be an IPv4, use ::ffff:ipv4address

Actions #2

Updated by stbuehler over 16 years ago

  • Status changed from New to Fixed
  • Resolution set to invalid
Actions #3

Updated by stbuehler over 16 years ago

  • Status changed from Fixed to Invalid
Actions

Also available in: Atom