8.2.0-p1: Interface URL's not displayed properly

Status
Not open for further replies.

Daisuke

Contributor
Joined
Jun 23, 2011
Messages
1,041
I have dual NIC's, each connected to different networks (192.168.1.1 and 192.168.2.1). Before, I used to get 2 URL's for the web interface:
https://192.168.1.6/ and
https://192.168.2.6/

Now, I can see only one link available: https://192.168.1.6/ and I cannot access https://192.168.2.6/ anymore. Is this the normal behavior or is it something related to an issue with the Nginx config file? At boot time, MAGIC displays the proper info for each network:
Code:
# ifconfig
em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=219b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,WOL_MAGIC>
        ether 00:25:90:38:2e:1e
        inet 192.168.1.6 netmask 0xffffff00 broadcast 192.168.1.255
        media: Ethernet autoselect (1000baseT <full-duplex>)
        status: active
em1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=219b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,WOL_MAGIC>
        ether 00:25:90:38:2e:1f
        inet 192.168.2.6 netmask 0xffffff00 broadcast 192.168.2.255
        media: Ethernet autoselect (1000baseT <full-duplex>)
        status: active
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
        options=3<RXCSUM,TXCSUM>
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 
        inet6 ::1 prefixlen 128 
        inet 127.0.0.1 netmask 0xff000000 
        nd6 options=3<PERFORMNUD,ACCEPT_RTADV>

For kicks, I deleted the em0 interface through GUI and left only em1. When I rebooted, I had only the https://192.168.2.6/ available. Then, I deleted em0 interface also and after reboot I was presented with https://192.168.1.6/ link.

My current network info, in GUI:

freenas-network.png

freenas-interfaces.png
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
What does your WebGUI address say? See below screenshot. If it says 0.0.0.0 then all NICs will be available. If you have chose one IP address, then it will only be available for that one IP.

Untitled.jpg
 
Status
Not open for further replies.
Top