I am configuring an eth1 interface on in Red Hat, but I don't understand exactly what the IP address should be.
I'm given an IP of 10.237.128.0/25. This means that the NETMASK would be 255.255.255.128; I understand this portion.
What I don't understand, is if eth1 is in fact a host device, what would the IPADDR address be?
Here are my guesses:
10.237.128.0/25
10.237.128.0 (since the NETMASK variable will be declared, thus making /25 unnecessary)
10.237.128.1-126 (If eth1 is considered a host, 8 0-bits and 8 1-bits would be unavailable on the network as a host, and the 128 bit is the network.)