Hi. I am new to freenas.
I presume this is a straight forward task, but I am unsure how to properly do it the freenas way.
I have 2 network interfaces on different subnets, that I have assigned static IPs.
I would like to have the webgui only accessible on one of them. So I tried the obvious thing and selected the appropriate IP (10.8.182.30) in System > General > webgui ip4 address (and the equivalent in ipv6 field). This doesn't work however. I get the following alert: "The WebGUI Address could not bind to 10.8.182.30; using wildcard".
Rebooting with these settings prevents nginx from starting and I have to manually replace the listen address within nginx configurations to 0.0.0.0, to recover the webgui.
Thanks for you help.
OS version: FreeNAS-11.2-U2.1
I presume this is a straight forward task, but I am unsure how to properly do it the freenas way.
I have 2 network interfaces on different subnets, that I have assigned static IPs.
Code:
➜ ~ ifconfig
ix0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=e403bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,VLAN_HWTSO,RXCSUM_IPV6,TXCSUM_IPV6>
ether b4:96:91:42:ba:7c
hwaddr b4:96:91:42:ba:7c
inet 10.8.182.30 netmask 0xffffff00 broadcast 10.8.182.255
inet6 fe80::b696:91ff:fe42:ba7c%ix0 prefixlen 64 scopeid 0x1
nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL>
media: Ethernet autoselect (1000baseT <full-duplex,rxpause,txpause>)
status: active
ix1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=e407bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,VLAN_HWTSO,RXCSUM_IPV6,TXCSUM_IPV6>
ether b4:96:91:42:ba:7e
hwaddr b4:96:91:42:ba:7e
inet 132.xxx.xxx.xxx netmask 0xffffff00 broadcast 132.xxx.xxx.255
nd6 options=9<PERFORMNUD,IFDISABLED>
media: Ethernet autoselect (1000baseT <full-duplex,rxpause,txpause>)
status: activeI would like to have the webgui only accessible on one of them. So I tried the obvious thing and selected the appropriate IP (10.8.182.30) in System > General > webgui ip4 address (and the equivalent in ipv6 field). This doesn't work however. I get the following alert: "The WebGUI Address could not bind to 10.8.182.30; using wildcard".
Rebooting with these settings prevents nginx from starting and I have to manually replace the listen address within nginx configurations to 0.0.0.0, to recover the webgui.
Thanks for you help.
OS version: FreeNAS-11.2-U2.1