I am not a system engineer or a network expert (I am more a software developer) I am trying to install an Ubuntu Server using static IP address. I am using the information provided by a collegue.
These information are:
- SERVER IP ADDRESS: 172.16.182.216
- SUBNET: 255.255.255.0
- GATEWAY: 172.16.182.1
- DNS: 1.0.0.109 AND 192.168.6.101
I have some problem to set the Subnet mask: first of all I tried to insert the value as provided (255.255.255.0) but the Ubuntu installation prompt says to me that this value should be in CIDR format.
So I tried to insert value like something like 255.255.255.0/24 but then on the IP address I have this error '172.16.182.216' is not contained in '255.255.255.0/24'
I have tried also with other values but I have similar problem. Why? What could be a solution?
