View Single Post
Old 5th July 2014
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,319
Default

Quote:
Originally Posted by EverydayDiesel View Post
I am assuming that /24 means 255.255.255.0 on both?
Correct. 24 bits (or the first three octets in dotted decimal notation...) are used to define the network portion of the IPv4 address.
Quote:
First you said that the nics must be on seperate subnets 255.255.255.0 and then you said to make them both /24?
Subnets are defined by the network portion of the IPv4 address, & the network mask is needed to determine how many bits are in the network portion. It is perfectly acceptable that the subnets separated by a router all have the same network mask -- as long as the value of the network portion of the separate subnets are unique.

I highly recommend study of the IPv4 addressing whitepaper provided earlier. There appears to be a number of fundamental addressing rules you need to understand in order to implement routing correctly.

Last edited by ocicat; 5th July 2014 at 03:21 AM. Reason: clarity
Reply With Quote