Actions
Bug #3437
closedweb redirector doesn't listen on IPv6 port 80
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 #
Updated by Chris Buechler over 10 years ago
- Category set to Web Interface
- Status changed from New to Resolved
- Target version set to 2.2
fixed, thanks
Actions