Project

General

Profile

Actions

Bug #3437

closed

web redirector doesn't listen on IPv6 port 80

Added by Brian Candler about 10 years ago. Updated almost 10 years ago.

Status:
Resolved
Priority:
Very Low
Assignee:
-
Category:
Web Interface
Target version:
Start date:
02/06/2014
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.1-IPv6
Affected Architecture:

Description

Minor issue: when you configure management to be HTTPS, the port 80 redirector only works on the IPv4 address and not the IPv6 address.

# netstat -finet -n -a | grep LISTEN
tcp4       0      0 *.80                   *.*                    LISTEN
tcp4       0      0 *.443                  *.*                    LISTEN
tcp4       0      0 *.53                   *.*                    LISTEN
tcp4       0      0 *.22                   *.*                    LISTEN
# netstat -finet6 -n -a | grep LISTEN
tcp6       0      0 *.443                  *.*                    LISTEN
tcp6       0      0 *.53                   *.*                    LISTEN
tcp6       0      0 *.22                   *.*                    LISTEN
# 
Actions #1

Updated by Chris Buechler almost 10 years ago

  • Category set to Web Interface
  • Status changed from New to Resolved
  • Target version set to 2.2

fixed, thanks

Actions

Also available in: Atom PDF