F5F Stay Refreshed Power Users Networks Server configuration issue Static IP assignment problem

Server configuration issue Static IP assignment problem

Server configuration issue Static IP assignment problem

T
truji8tarifa
Member
193
07-16-2024, 07:35 PM
#1
You're encountering an issue where the IP address you're trying to assign (192.168.1.210) doesn't fit within the specified subnet (255.255.255.0/24). This usually happens if the IP falls outside the allowed range for that network. Double-check your IP and subnet settings to ensure they align correctly.
T
truji8tarifa
07-16-2024, 07:35 PM #1

You're encountering an issue where the IP address you're trying to assign (192.168.1.210) doesn't fit within the specified subnet (255.255.255.0/24). This usually happens if the IP falls outside the allowed range for that network. Double-check your IP and subnet settings to ensure they align correctly.

N
Nicky1117
Member
108
07-17-2024, 01:05 AM
#2
Incorrect subnet. Combining mask address and prefix isn't allowed. Provide either the mask address alone or the subnet mask prefix separately. For example, if using a mask of 255.255.255.0, use just that. If you need the network address, it would be 192.168.1.1 with a /24 size.
N
Nicky1117
07-17-2024, 01:05 AM #2

Incorrect subnet. Combining mask address and prefix isn't allowed. Provide either the mask address alone or the subnet mask prefix separately. For example, if using a mask of 255.255.255.0, use just that. If you need the network address, it would be 192.168.1.1 with a /24 size.

H
HellNether
Senior Member
731
07-22-2024, 12:52 PM
#3
Thank you for the help! The setup is a little different this time.
H
HellNether
07-22-2024, 12:52 PM #3

Thank you for the help! The setup is a little different this time.

H
heppel02
Junior Member
1
07-22-2024, 01:16 PM
#4
Windows also employs dot-decimal format for subnet masks in network configurations, not for the IP address itself.
H
heppel02
07-22-2024, 01:16 PM #4

Windows also employs dot-decimal format for subnet masks in network configurations, not for the IP address itself.

M
MWRH2002
Junior Member
39
07-22-2024, 08:59 PM
#5
I work on Windows but rarely use that /24 setting, which made me a bit puzzled.
M
MWRH2002
07-22-2024, 08:59 PM #5

I work on Windows but rarely use that /24 setting, which made me a bit puzzled.

C
Clash50
Member
60
07-23-2024, 07:37 PM
#6
In Linux you usually avoid /24, aside from certain applications like NFS exports.
C
Clash50
07-23-2024, 07:37 PM #6

In Linux you usually avoid /24, aside from certain applications like NFS exports.