WebGUI via IPv6?

Status
Not open for further replies.

jbear

Dabbler
Joined
Jul 14, 2013
Messages
29
Hi everyone,

my FreeNAS 8.3.0 is running dualstack (IPv4 & IPv6). Most of the services are accessable via IpV6 without problems, but the WebGUI (nginx?) is not listening ont he IPv6 address for some reason.

In the settings I chose "0.0.0.0" as the binding adress for the WebGUI.

backup# sqlite3 /data/freenas-v1.db "select * from system_settings"
Europe/Berlin||http||1|0.0.0.0|german.iso|de

Anyway:

backup# sockstat -6 |grep ":80"
backup#
Other services are running fine:
backup# sockstat -6
USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS
root rsync 4252 8 tcp6 2002:2e05:c7b0:0:219:99ff:fe0d:a17:873 2a01:4f8:151:8447::10:2:38219
root rsync 4251 8 tcp6 2002:2e05:c7b0:0:219:99ff:fe0d:a17:873 2a01:4f8:151:8447::10:2:38219
root rsync 4058 6 tcp6 *:873 *:*
root sshd 3484 5 tcp6 2002:2e05:c7b0:0:219:99ff:fe0d:a17:22 2001:470:6d:2f9:e1c4:51f9:fc78:c0f:57336
root sshd 3215 5 tcp6 2002:2e05:c7b0:0:219:99ff:fe0d:a17:22 2001:470:6d:2f9:e1c4:51f9:fc78:c0f:56929
root mountd 2546 5 udp6 *:862 *:*
root mountd 2546 6 tcp6 *:862 *:*
root rpcbind 2542 4 udp6 *:* *:*
root rpcbind 2542 6 udp6 *:111 *:*
root rpcbind 2542 7 udp6 *:784 *:*
root rpcbind 2542 8 tcp6 *:111 *:*
root sshd 2314 4 tcp6 *:22 *:*
avahi avahi-daem 2135 15 udp6 *:5353 *:*
avahi avahi-daem 2135 17 udp6 *:32754 *:*
root smbd 1990 26 tcp6 *:445 *:*
root smbd 1990 27 tcp6 *:139 *:*
root ntpd 1776 21 udp6 *:123 *:*
root ntpd 1776 23 udp6 fe80:1::219:99ff:fe0d:a17:123 *:*
root ntpd 1776 24 udp6 2002:2e05:c7b0:0:219:99ff:fe0d:a17:123 *:*
root ntpd 1776 26 udp6 ::1:123 *:*
root ntpd 1776 27 udp6 fe80:7::1:123 *:*
root syslogd 1582 6 udp6 *:514 *:*
Any ideas?
Regards,
Joern
 
Status
Not open for further replies.
Top