Questions tagged [subnet]

A subnetwork, or subnet, is a logically visible subdivision of an IP network. The practice of dividing a single network into two or more networks is called subnetting and the networks created are called subnetworks or subnets.

A subnetwork, or subnet, is a logically visible subdivision of an IP network. The practice of dividing a single network into two or more networks is called subnetting and the networks created are called subnetworks or subnets.

Subnetting provides a way to use the number of IPv4 addresses in an optimal way. The previous notation with classes caused a lot of IP's to remain. In the beginning this was not a problem, but these days IPv4 addresses have already depleted at the top level.

Source: wikipedia

Tutorial on subnetting

880 questions
4
votes
1 answer

Subnet Masking in IPv6

I know within IPv4 subnet masking, the network is determined by either the 1st, 2nd or 3rd set of octets. Being there are so many more characters in IPv6, how do you determine the subnet mask?
4
votes
2 answers

Routing between subnets with one router?

I have a Draytek Vigor 2820 which is connected to three gigabit Netgear Layer 2 switches. Currently the network is fairly simple, 192.168.1.0/24. One the network I have 7 servers, around 50 computers, 6 network printers, 16 IP phones and between 5…
dannymcc
  • 2,717
  • 10
  • 48
  • 72
4
votes
2 answers

Subnet Mask problem

I'm studying for a test and found myself in a "dead end" with a question about netmasks. The question is: Based on the next figure, once both sub-nets are configured, it's observed that hosts in a sub-net can't access hosts in the other sub-net.…
4
votes
3 answers

Best way to break up a large subnet

I have ran into a 10.10.50.0/20 network that is having issues with packets dropping. They run all unmanaged switches and I imagine the huge amount of devices on one subnet is causing issues. I've looked at breaking the network down into separate…
Jason
  • 317
  • 1
  • 6
  • 17
4
votes
1 answer

How do I block access to LAN through OpenVPN?

I seem to be having the opposite problem of most people who set up OpenVPN: I can't seem to limit VPN clients to just the VPN subnet. Instead, once a client establishes a connection, they're able to access any IP address on my OpenVPN server's LAN,…
Ben D.
  • 308
  • 3
  • 7
4
votes
1 answer

Single m0n0wall - Two LAN Subnets - How To Setup

I have two LAN subnets that I need to link together they are 192.168.4.0/24 and 192.168.5.0/24 There is a m0n0wall running on 192.168.4.1. It's LAN connection goes out to our network switch, and it's WAN port goes out to our ADSL modem. WAN is…
SnAzBaZ
  • 203
  • 2
  • 6
  • 11
4
votes
3 answers

How to configure remote access to multiple subnets behind a SonicWALL NSA 2400

I have a client that uses a SonicWALL NSA 2400 as their firewall. I need to setup a second LAN subnet for a handful of PC. Management has decided that there should be a second subnet even though intend to allow access across the two subnets - I…
Kyle Noland
  • 1,039
  • 3
  • 19
  • 21
4
votes
4 answers

Are network and broadcast IPs supposed to respond?

I have a /24 network that is subnetted into a bunch of small chunks. I have recently gone into each router on the network (mostly Cisco) in order to document how this network had been divided. Now looking at a ping sweep output from: nmap -sP…
Cory J
  • 1,568
  • 5
  • 19
  • 28
4
votes
3 answers

What does the IP "192.168.1.1/24" indicate?

Possible Duplicate: Server Fault Wiki: How does Subnetting Work? I'm setting up rsync and I see this in the config file: hosts allow = 127.0.0.1 192.168.1.1/24 Does this indicate that all hosts on the local (192.168.1.*) can use rsync? It's been…
mmattax
  • 1,304
  • 7
  • 19
  • 30
4
votes
5 answers

Tips and Suggestions IP Address Re-Addressing?

Hello serverfault Universe, My ever evolving and expanding local area network is currently using a class-C address. My network consists of multiple subnets depending on site/location. 192.168.1.x is site HQ 192.168.5.x is secondary site 192.168.10.x…
RSXAdmin
  • 157
  • 2
  • 11
3
votes
1 answer

What is a good subnet strategy for AWS VPC?

I currently have each VPC per cluster (stg, prd, tst, misc) and the standard clusters (stg, prd) have these subnets: elb: for public elb(s) that will received direct public traffic elb-int: for internal elb(s) that will received service to…
tu4n
  • 131
  • 4
3
votes
1 answer

Export my whole AWS architecture into file?

In AWS, I have a VPC with many components inside, including subnets, security groups, gateways, load balancers, target groups, many instances, and others. Is there any ways to export my whole architecture and components into a file, sayXML or…
3
votes
7 answers

What does the netmask in an IP address actually tell you?

There are several questions out there asking what the CIDR netmask is, and how it's calculated. But after reading all the top answers, I'm still left wondering, how does the netmask let us distinguish two IP addresses? For example, if I give you…
CodyBugstein
  • 222
  • 1
  • 3
  • 11
3
votes
3 answers

Same or separate subnets when connecting two buildings via a wireless bridge

We have two buildings about 200 feet apart connected via SMC's outdoor wireless bridge. Currently, both buildings are on the same subnet with one DHCP server in the main building. This seemed to be the easiest way to setup our network so that…
Matthew Rankin
  • 1,175
  • 5
  • 15
  • 32
3
votes
1 answer

How to set up a VPN in a different subnet

Let's suppose we have this configuration: . When I setup my VPN role in the Windows Server to allocate IPs to VPN clients from the range 192.168.1.10 to 192.168.1.20 everything works fine. However, when I want to isolate the VPN clients in a…
infotic
  • 33
  • 1
  • 4