Management?

  • Thread starter Thread starter gwhitelc
  • Start date Start date
G

gwhitelc

Guest
Hopefully a quick question for someone... ;)

I installed a ProxMox host server and gave it the following IP info:

Address: 10.20.1.60
Mask: 255.255.0.0

When I access the web management interface via the browser on my machine it works fine because I have a static address of 10.20.1.66

When I try accessing if from another machine on this subnet with an address of 10.20.2.190, it won't respond...to either a browser request or a ping to 10.20.1.60?

What can I change so I can access the ProxMox web management interface from any machine on my 10.20.0.0 subnet?

Thanks!

GW
 
Kernel IP routing table

Dest Gateway Genmask Flags Metric Ref Use Iface
10.20.1.0 * 255.255.255.0 U 0 0 0 vmbr0

Looks like it's honed in only on the 10.20.1.0/24 range?
 
Hmmm...I did a new install, gave it a static IP, mask, gateway and DNS and changed nothing after that.

I did reboot the host to see if that might clear up the odd network behaviour, but no go.

Any ideas how to fix this?
 
So what is the content of /etc/network/interfaces

Just check if your netmask is correct. If no, correct it on the web interfaces and reboot.
 
I got it working...I fumble-fingered the subnet mask when I entered it.

All is happy now... :)