Interface with 2 IPs ?!?!

Status
Not open for further replies.

Spearfoot

He of the long foot
Moderator
Joined
May 13, 2015
Messages
2,478
Code:
nmap -sS 192.168.1.212

Starting Nmap 6.47 ( http://nmap.org ) at 2016-10-26 10:52 BRST
Nmap scan report for 192.168.1.212
Host is up (0.0014s latency).
Not shown: 997 closed ports
PORT	STATE SERVICE
80/tcp  open  http
199/tcp open  smux
443/tcp open  https
MAC Address: 00:0C:29:C5:8F:F5 (VMware)

Nmap done: 1 IP address (1 host up) scanned in 257.19 seconds


Code:
nmap -sS 192.168.1.3

Starting Nmap 6.47 ( http://nmap.org ) at 2016-10-26 11:53 BRST
Nmap scan report for 192.168.1.3
Host is up (0.00025s latency).
Not shown: 994 closed ports
PORT	STATE SERVICE
80/tcp  open  http
139/tcp open  netbios-ssn
199/tcp open  smux
443/tcp open  https
445/tcp open  microsoft-ds
548/tcp open  afp
MAC Address: 00:0C:29:C5:8F:F5 (VMware)

Nmap done: 1 IP address (1 host up) scanned in 251.96 seconds
What do you see when you browse to IP address 192.168.1.212?
 

Spearfoot

He of the long foot
Moderator
Joined
May 13, 2015
Messages
2,478
Web interface maybe?
There should be, as HTTP and HTTPS are configured on that IP address... the question is: what site is being served? The FreeNAS admin site? Something else?
 

Spearfoot

He of the long foot
Moderator
Joined
May 13, 2015
Messages
2,478

cezarq

Dabbler
Joined
Feb 6, 2015
Messages
32
Yes, but to what site? The FreeNAS admin site? Something else?
Web interface = freenas admin site, right??

The other services are not running in .212, just in .3
 

Spearfoot

He of the long foot
Moderator
Joined
May 13, 2015
Messages
2,478
Web interface = freenas admin site, right??

The other services are not running in .212, just in .3
Okay... to be clear, you get the FreeNAS interface when you browse to both IP addresses on this system?
 

Spearfoot

He of the long foot
Moderator
Joined
May 13, 2015
Messages
2,478
Very strange! Especially since the 'System->General->WebGUI IPv4 Address:' dropdown setting only allows for specifying a single address!

You should file a bug report.
 

cezarq

Dabbler
Joined
Feb 6, 2015
Messages
32
Very strange! Especially since the 'System->General->WebGUI IPv4 Address:' dropdown setting only allows for specifying a single address!

You should file a bug report.
Spearfoot, how can I report the bug and what information should I report?
 

Spearfoot

He of the long foot
Moderator
Joined
May 13, 2015
Messages
2,478
Spearfoot, how can I report the bug and what information should I report?
You can report bugs from the FreeNAS web GUI on the System->Support form; documentation here. I suggest a title of 'Multiple WebGUI IPv4 IP addresses' and give a brief description of your problem in the Description field.
 

pasiz

Explorer
Joined
Oct 3, 2016
Messages
62
Try to remove interface and readd it via system console. You didn't respond, have you configured something off the gui?
 

cezarq

Dabbler
Joined
Feb 6, 2015
Messages
32
Try to remove interface and readd it via system console. You didn't respond, have you configured something off the gui?
I will try to readd tonight... All the config was made using the GUI....
 
Status
Not open for further replies.
Top