This is the old XigmaNAS forum in read only mode,
it will taken offline by the end of march 2021!



I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!

[SOLVED]WebGUI access via WiFi interface?

NIC, network controllers, compatibility questions, WOL, wake on lan
Forum rules
Set-Up GuideFAQsForum Rules
Post Reply
User avatar
MikeMac
Forum Moderator
Forum Moderator
Posts: 429
Joined: 07 Oct 2012 23:12
Location: Moscow, Russia
Contact:
Status: Offline

[SOLVED]WebGUI access via WiFi interface?

Post by MikeMac »

I have nas4free 11.0.0.4 with two networks cards, normal and WiFi, both working, IPs are in the same subnet (see ifconfig output attached)
I could connect to NAS by ssh with both IPs, but could not access WebGUI via WiFi
System > General Setup "Hosts Allow" is empty

How could I access WebGUI via WiFi?
(My intention is at the next step disconnect LAN cars as far as this NAS will care quite special task with nearly zero traffic load)

Code: Select all

~# ifconfig
em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=4019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO>
        ether 68:05:ca:21:75:46
        inet 192.168.1.33 netmask 0xffffff00 broadcast 192.168.1.255
        nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
        media: Ethernet autoselect (1000baseT <full-duplex>)
        status: active
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
        options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
        inet6 ::1 prefixlen 128
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2
        inet 127.0.0.1 netmask 0xff000000
        nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
        groups: lo
wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        ether 08:d8:33:50:c5:00
        inet 192.168.1.32 netmask 0xffffff00 broadcast 192.168.1.255
        nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
        media: IEEE 802.11 Wireless Ethernet autoselect mode 11b
        status: associated
        ssid Mike24 channel 5 (2432 MHz 11b) bssid 08:60:6e:e9:54:44
        regdomain FCC country US authmode WPA2/802.11i privacy ON
        deftxkey UNDEF AES-CCM 2:128-bit AES-CCM 3:128-bit txpower 30 bmiss 7
        scanvalid 60 wme roaming MANUAL
        groups: wlan

User avatar
ms49434
Developer
Developer
Posts: 828
Joined: 03 Sep 2015 18:49
Location: Neuenkirchen-Vörden, Germany - GMT+1
Contact:
Status: Offline

Re: WebGUI access via WiFi interface?

Post by ms49434 »

WebGUI is listening on the LAN interface, see /var/etc/lighttpd.conf -> server.bind / server.port.

You could try to make your wireless interface the LAN interface and make your wired interface OPT1 (which would then no longer be accessible for WebGUI)
or
you could add

Code: Select all

$SERVER["socket"] == "192.168.1.32:80" { }
to the Additional Parameter section on the WebGUI configuration form.
1) XigmaNAS 12.1.0.4 amd64-embedded on a Dell T20 running in a VM on ESXi 6.7U3, 22GB out of 32GB ECC RAM, LSI 9300-8i IT mode in passthrough mode. Pool 1: 2x HGST 10TB, mirrored, L2ARC: Samsung 850 Pro; Pool 2: 1x Samsung 860 EVO 1TB, SLOG: Samsung SM883, services: Samba AD, CIFS/SMB, ftp, ctld, rsync, syncthing, zfs snapshots.
2) XigmaNAS 12.1.0.4 amd64-embedded on a Dell T20 running in a VM on ESXi 6.7U3, 8GB out of 32GB ECC RAM, IBM M1215 crossflashed, IT mode, passthrough mode, 2x HGST 10TB , services: rsync.

User avatar
MikeMac
Forum Moderator
Forum Moderator
Posts: 429
Joined: 07 Oct 2012 23:12
Location: Moscow, Russia
Contact:
Status: Offline

Re: WebGUI access via WiFi interface?

Post by MikeMac »

ms49434 wrote:
02 Jun 2017 00:36
or you could add

Code: Select all

$SERVER["socket"] == "192.168.1.32:80" { }
to the Additional Parameter section on the WebGUI configuration form.
Thank you very much! This works

Post Reply

Return to “LAN , Network controllers”