More networking questions
Go to solution
Solved by Allan B,
Because he is off by a few numbers.
192.168.99.0/25 would be 192.168.99.1-126 with broadcast being 127.
192.168.99.128/25 would be 192.168.99.129-254 with broadcast being 255.
Into 4 subnets you would use /26 with the 4 networks below. The network "ID" (0/64/128/192) ip you cannot use, also the broadcast IPs (63/127/191/255)
192.168.99.0/26 - 192.168.99.1-62 (Broadcast 63)
192.168.99.64/26 - 192.168.99.65-126 (127)
192.168.99.128/26 - 192.168.99.129-190 (191)
192.168.99.192/26 - 192.168.99.193-254 (255)
"/26" means the subnet mask is 255.255.255.192.
The "gateway" is whatever ip you set the firewall\router to be within each range.. (it does not have to be .1 for example)

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now