Cant connect to Web Interface

mag09

Cadet
Joined
Nov 8, 2020
Messages
1
Hello, I have installed the latest version of Freenas on top of a HP MediaSmart Server EX495. I can access the system via ssh (telnet) but cant access the web interface.

The ifconfig output is showing that the interface is working fine :

root@truenas[/etc]# ifconfig
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=82099<RXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE>
ether 00:26:2d:02:57:a1
inet 192.168.1.233 netmask 0xffffff00 broadcast 192.168.1.255
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
nd6 options=1<PERFORMNUD>
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2
inet 127.0.0.1 netmask 0xff000000
groups: lo
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
pflog0: flags=0<> metric 0 mtu 33160
groups: pflog

I have tried to access the netcli_console form the command line, but after displaying the 11 options menu, I can see some messages (not sure if this is the problem)

Console setup
-------------
1) Configure Network Interfaces
2) Configure Link Aggregation
3) Configure VLAN Interface
4) Configure Default Route
5) Configure Static Routes
6) Configure DNS
7) Reset Root Password
8) Reset Configuration to Defaults
9) Shell
10) Reboot
11) Shut Down

Enter an option from 1-11: 1
Traceback (most recent call last):
File "./netcli", line 1621, in <module>
main_menu()
File "./netcli", line 1598, in main_menu
ensure_failover_is_disabled()
File "./netcli", line 332, in ensure_failover_is_disabled
with Client() as c:
File "/usr/local/lib/python3.8/site-packages/middlewared/client/client.py", line 281, in __init__
self._ws.connect()
File "/usr/local/lib/python3.8/site-packages/middlewared/client/client.py", line 124, in connect
rv = super(WSClient, self).connect()
File "/usr/local/lib/python3.8/site-packages/ws4py/client/__init__.py", line 216, in connect
self.sock.connect(self.bind_addr)
ConnectionRefusedError: [Errno 61] Connection refused

root@truenas[/etc]#


Any ideas or help?
regards
 
Top