SOLVED Can't access web UI, but everything else works fine

Status
Not open for further replies.

Blokmeister

Dabbler
Joined
Aug 28, 2016
Messages
12
About a month ago, I put my NAS at a friend's place and had to change the static IP to DHCP due to his router configuration. Since then, I cannot access the web UI anymore. I thought this problem would be fixed once I connect it to my own router again and set a static IP. I did so yesterday, but cannot access the web UI anymore. I can use the FTP server, access SMB shares, SSH into it and even Plex running on my Ubuntu VM works fine.

I'm running Freenas 11.1U5, and even tried updating to 11.2 beta yesterday, to no avail.

Here is the output of my ifconfig:
Code:
re0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
		options=82099<RXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE>
		ether bc:5f:f4:8b:7a:9e
		hwaddr bc:5f:f4:8b:7a:9e
		inet 192.168.1.250 netmask 0xffffff00 broadcast 192.168.1.255
		nd6 options=9<PERFORMNUD,IFDISABLED>
		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
bridge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
		ether 02:05:96:9c:b3:00
		nd6 options=1<PERFORMNUD>
		groups: bridge
		id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15
		maxage 20 holdcnt 6 proto rstp maxaddr 2000 timeout 1200
		root id 00:00:00:00:00:00 priority 32768 ifcost 0 port 0
		member: tap0 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
				ifmaxaddr 0 port 5 priority 128 path cost 2000000
		member: epair0a flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
				ifmaxaddr 0 port 4 priority 128 path cost 2000
		member: re0 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
				ifmaxaddr 0 port 1 priority 128 path cost 20000
epair0a: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
		options=8<VLAN_MTU>
		ether 02:d5:d0:00:04:0a
		hwaddr 02:d5:d0:00:04:0a
		nd6 options=1<PERFORMNUD>
		media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)
		status: active
		groups: epair
tap0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
		options=80000<LINKSTATE>
		ether 00:bd:ea:35:f8:00
		hwaddr 00:bd:ea:35:f8:00
		nd6 options=1<PERFORMNUD>
		media: Ethernet autoselect
		status: active
		groups: tap
		Opened by PID 5524

I am at a loss on what to do now.
 
Last edited by a moderator:

Blokmeister

Dabbler
Joined
Aug 28, 2016
Messages
12
Okay, fixed it. For some reason there was something wrong with the nginx.conf file. It had a duplicate listen statement. Removed the duplicates and BAM web GUI access!
 
Status
Not open for further replies.
Top