Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.misc > #89391

Re: Multi-Networking in Linux - Multiple Subnets

From "Carlos E. R." <robin_listas@es.invalid>
Newsgroups comp.os.linux.misc
Subject Re: Multi-Networking in Linux - Multiple Subnets
Date 2026-08-01 15:16 +0200
Message-ID <nd69sgF4quU3@mid.individual.net> (permalink)
References <VNWcnecBi5IpXvf3nZ2dnZfqnPSdnZ2d@giganews.com> <nd0nqeF52jrU2@mid.individual.net> <114fdad$1trk7$1@news1.tnib.de> <nd3gikFi6v2U4@mid.individual.net> <114kq1d$3joo1$1@dont-email.me>

Show all headers | View raw


On 2026-08-01 14:49, Tauno Voipio wrote:
> On 31.7.2026 14.51, Carlos E. R. wrote:
>> On 2026-07-30 13:42, Marc Haber wrote:
>>> "Carlos E. R." <robin_listas@es.invalid> wrote:
>>>> eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
>>>>          inet 192.168.2.9  netmask 255.255.0.0  broadcast 
>>>> 192.168.255.255
>>>
>>> Using the entire 192.168.0.0/16 range for a single home network is a
>>> sure sign of a person not knowing too much about networking or an
>>> incompetent ISP.
>>>
>>>> Works for me as above :-)
>>>
>>> Until the moment you'd want to connect to another network.
>>
>>
>>
>> LOL. I asked just now ChatGPT for the ranges, and it said:
>>
>> | Private range                     | CIDR notation    | Number of 
>> addresses | Common use                                      |
>> | --------------------------------- | ---------------- | 
>> ------------------: | ----------------------------------------------- |
>> | **10.0.0.0 – 10.255.255.255**     | `10.0.0.0/8`     | 16,777,216 | 
>> Large enterprise networks, cloud infrastructure |
>> | **172.16.0.0 – 172.31.255.255**   | `172.16.0.0/12`  | 1,048,576 | 
>> Medium to large private networks                |
>> | **192.168.0.0 – 192.168.255.255** | `192.168.0.0/16` | 65,536 | Home 
>> routers and small office networks          |
>>
>> Notice the last line... :-D
>>
> 
> Specifications for those address ranges are in RFC1918.

Yes, ChatGPT is citing that document.

The most commonly used private IPv4 address ranges are defined by Internet Engineering Task Force in RFC 1918:

| CIDR             | Address Range                     | Number of Addresses |
| ---------------- | --------------------------------- | ------------------- |
| `10.0.0.0/8`     | `10.0.0.0` – `10.255.255.255`     | 16,777,216          |
| `172.16.0.0/12`  | `172.16.0.0` – `172.31.255.255`   | 1,048,576           |
| `192.168.0.0/16` | `192.168.0.0` – `192.168.255.255` | 65,536              |


> 
I looked at the document itself on https://datatracker.ietf.org/doc/html/rfc1918:

3. Private Address Space

    The Internet Assigned Numbers Authority (IANA) has reserved the
    following three blocks of the IP address space for private internets:

      10.0.0.0        -   10.255.255.255  (10/8 prefix)
      172.16.0.0      -   172.31.255.255  (172.16/12 prefix)
      192.168.0.0     -   192.168.255.255 (192.168/16 prefix)

    We will refer to the first block as "24-bit block", the second as
    "20-bit block", and to the third as "16-bit" block. Note that (in
    pre-CIDR notation) the first block is nothing but a single class A
    network number, while the second block is a set of 16 contiguous
    class B network numbers, and third block is a set of 256 contiguous
    class C network numbers.

So, stop saying that `192.168.0.0/16` is wrong, or that 172.16/12 is wrong.


-- 
Cheers,
        Carlos E.R.
        ES🇪🇸, EU🇪🇺;

Back to comp.os.linux.misc | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Multi-Networking in Linux - Multiple Subnets c186282 <c186282@nnada.net> - 2026-07-29 23:23 -0400
  Re: Multi-Networking in Linux - Multiple Subnets rbowman <bowman@montana.com> - 2026-07-30 04:14 +0000
    Re: Multi-Networking in Linux - Multiple Subnets c186282 <c186282@nnada.net> - 2026-07-30 23:38 -0400
      Re: Multi-Networking in Linux - Multiple Subnets rbowman <bowman@montana.com> - 2026-07-31 05:31 +0000
      Re: Multi-Networking in Linux - Multiple Subnets Richard Kettlewell <invalid@invalid.invalid> - 2026-07-31 09:44 +0100
        Re: Multi-Networking in Linux - Multiple Subnets The Natural Philosopher <tnp@invalid.invalid> - 2026-07-31 12:19 +0100
  Re: Multi-Networking in Linux - Multiple Subnets "Carlos E. R." <robin_listas@es.invalid> - 2026-07-30 12:37 +0200
    Re: Multi-Networking in Linux - Multiple Subnets Marc Haber <mh+usenetspam2616@zugschl.us> - 2026-07-30 13:42 +0200
      Re: Multi-Networking in Linux - Multiple Subnets "Carlos E. R." <robin_listas@es.invalid> - 2026-07-30 13:58 +0200
        Re: Multi-Networking in Linux - Multiple Subnets Robert Heller <heller@deepsoft.com> - 2026-07-30 12:14 +0000
          Re: Multi-Networking in Linux - Multiple Subnets "Carlos E. R." <robin_listas@es.invalid> - 2026-07-31 13:36 +0200
        Re: Multi-Networking in Linux - Multiple Subnets The Natural Philosopher <tnp@invalid.invalid> - 2026-07-30 13:25 +0100
          Re: Multi-Networking in Linux - Multiple Subnets "Carlos E. R." <robin_listas@es.invalid> - 2026-07-31 13:37 +0200
        Re: Multi-Networking in Linux - Multiple Subnets Marc Haber <mh+usenetspam2616@zugschl.us> - 2026-07-30 18:43 +0200
          Re: Multi-Networking in Linux - Multiple Subnets rbowman <bowman@montana.com> - 2026-07-30 19:22 +0000
            Re: Multi-Networking in Linux - Multiple Subnets Marc Haber <mh+usenetspam2616@zugschl.us> - 2026-07-30 21:53 +0200
              Re: Multi-Networking in Linux - Multiple Subnets rbowman <bowman@montana.com> - 2026-07-31 05:08 +0000
                Re: Multi-Networking in Linux - Multiple Subnets c186282 <c186282@nnada.net> - 2026-07-31 01:16 -0400
                Re: Multi-Networking in Linux - Multiple Subnets rbowman <bowman@montana.com> - 2026-07-31 08:00 +0000
            Re: Multi-Networking in Linux - Multiple Subnets Robert Heller <heller@deepsoft.com> - 2026-07-30 20:07 +0000
              Re: Multi-Networking in Linux - Multiple Subnets rbowman <bowman@montana.com> - 2026-07-31 05:14 +0000
          Re: Multi-Networking in Linux - Multiple Subnets "Carlos E. R." <robin_listas@es.invalid> - 2026-07-31 13:38 +0200
            Re: Multi-Networking in Linux - Multiple Subnets The Natural Philosopher <tnp@invalid.invalid> - 2026-07-31 12:46 +0100
              Re: Multi-Networking in Linux - Multiple Subnets "Carlos E. R." <robin_listas@es.invalid> - 2026-07-31 13:57 +0200
            Re: Multi-Networking in Linux - Multiple Subnets - Movistar "docs" "Carlos E. R." <robin_listas@es.invalid> - 2026-07-31 14:25 +0200
        Re: Multi-Networking in Linux - Multiple Subnets Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-07-30 21:18 +0000
          Re: Multi-Networking in Linux - Multiple Subnets c186282 <c186282@nnada.net> - 2026-07-30 23:50 -0400
            Re: Multi-Networking in Linux - Multiple Subnets Robert Riches <spamtrap42@jacob21819.net> - 2026-07-31 04:06 +0000
              Re: Multi-Networking in Linux - Multiple Subnets c186282 <c186282@nnada.net> - 2026-07-31 00:34 -0400
                Re: Multi-Networking in Linux - Multiple Subnets "Carlos E. R." <robin_listas@es.invalid> - 2026-07-31 13:50 +0200
                Re: Multi-Networking in Linux - Multiple Subnets Marc Haber <mh+usenetspam2616@zugschl.us> - 2026-07-31 14:51 +0200
                Re: Multi-Networking in Linux - Multiple Subnets The Natural Philosopher <tnp@invalid.invalid> - 2026-07-31 14:37 +0100
                Re: Multi-Networking in Linux - Multiple Subnets "Carlos E. R." <robin_listas@es.invalid> - 2026-08-01 14:11 +0200
                Re: Multi-Networking in Linux - Multiple Subnets Marc Haber <mh+usenetspam2616@zugschl.us> - 2026-08-01 16:49 +0200
                Re: Multi-Networking in Linux - Multiple Subnets The Natural Philosopher <tnp@invalid.invalid> - 2026-08-01 16:49 +0100
          Re: Multi-Networking in Linux - Multiple Subnets "Carlos E. R." <robin_listas@es.invalid> - 2026-07-31 13:43 +0200
            Re: Multi-Networking in Linux - Multiple Subnets The Natural Philosopher <tnp@invalid.invalid> - 2026-07-31 12:50 +0100
              Re: Multi-Networking in Linux - Multiple Subnets "Carlos E. R." <robin_listas@es.invalid> - 2026-07-31 14:00 +0200
            Re: Multi-Networking in Linux - Multiple Subnets Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-07-31 22:52 +0000
              Re: Multi-Networking in Linux - Multiple Subnets c186282 <c186282@nnada.net> - 2026-07-31 23:45 -0400
              Re: Multi-Networking in Linux - Multiple Subnets Richard Kettlewell <invalid@invalid.invalid> - 2026-08-01 12:22 +0100
                Re: Multi-Networking in Linux - Multiple Subnets "Carlos E. R." <robin_listas@es.invalid> - 2026-08-01 14:15 +0200
                Re: Multi-Networking in Linux - Multiple Subnets The Natural Philosopher <tnp@invalid.invalid> - 2026-08-01 14:09 +0100
                Re: Multi-Networking in Linux - Multiple Subnets The Natural Philosopher <tnp@invalid.invalid> - 2026-08-01 14:08 +0100
      Re: Multi-Networking in Linux - Multiple Subnets Robert Heller <heller@deepsoft.com> - 2026-07-30 11:59 +0000
        Re: Multi-Networking in Linux - Multiple Subnets The Natural Philosopher <tnp@invalid.invalid> - 2026-07-30 13:32 +0100
        Re: Multi-Networking in Linux - Multiple Subnets Marc Haber <mh+usenetspam2616@zugschl.us> - 2026-07-30 18:44 +0200
          Re: Multi-Networking in Linux - Multiple Subnets The Natural Philosopher <tnp@invalid.invalid> - 2026-07-30 18:06 +0100
            Re: Multi-Networking in Linux - Multiple Subnets Marc Haber <mh+usenetspam2616@zugschl.us> - 2026-07-30 21:54 +0200
        Re: Multi-Networking in Linux - Multiple Subnets c186282 <c186282@nnada.net> - 2026-07-30 23:48 -0400
        Re: Multi-Networking in Linux - Multiple Subnets Marc Haber <mh+usenetspam2616@zugschl.us> - 2026-07-31 08:15 +0200
          Re: Multi-Networking in Linux - Multiple Subnets Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-07-31 06:53 +0000
            Re: Multi-Networking in Linux - Multiple Subnets Marc Haber <mh+usenetspam2616@zugschl.us> - 2026-07-31 14:52 +0200
          Re: Multi-Networking in Linux - Multiple Subnets The Natural Philosopher <tnp@invalid.invalid> - 2026-07-31 12:10 +0100
            Re: Multi-Networking in Linux - Multiple Subnets Marc Haber <mh+usenetspam2616@zugschl.us> - 2026-07-31 15:04 +0200
              Re: Multi-Networking in Linux - Multiple Subnets The Natural Philosopher <tnp@invalid.invalid> - 2026-07-31 14:42 +0100
                Re: Multi-Networking in Linux - Multiple Subnets Marc Haber <mh+usenetspam2616@zugschl.us> - 2026-07-31 16:24 +0200
        Re: Multi-Networking in Linux - Multiple Subnets "Carlos E. R." <robin_listas@es.invalid> - 2026-07-31 14:04 +0200
          Re: Multi-Networking in Linux - Multiple Subnets Marc Haber <mh+usenetspam2616@zugschl.us> - 2026-07-31 15:06 +0200
            Re: Multi-Networking in Linux - Multiple Subnets The Natural Philosopher <tnp@invalid.invalid> - 2026-07-31 14:42 +0100
              Re: Multi-Networking in Linux - Multiple Subnets Marc Haber <mh+usenetspam2616@zugschl.us> - 2026-07-31 16:25 +0200
                Re: Multi-Networking in Linux - Multiple Subnets The Natural Philosopher <tnp@invalid.invalid> - 2026-07-31 15:34 +0100
      Re: Multi-Networking in Linux - Multiple Subnets The Natural Philosopher <tnp@invalid.invalid> - 2026-07-30 13:24 +0100
        Re: Multi-Networking in Linux - Multiple Subnets Marc Haber <mh+usenetspam2616@zugschl.us> - 2026-07-31 08:16 +0200
          Re: Multi-Networking in Linux - Multiple Subnets The Natural Philosopher <tnp@invalid.invalid> - 2026-07-31 12:15 +0100
      Re: Multi-Networking in Linux - Multiple Subnets Andy Burns <usenet@andyburns.uk> - 2026-07-30 14:53 +0100
        Re: Multi-Networking in Linux - Multiple Subnets The Natural Philosopher <tnp@invalid.invalid> - 2026-07-30 14:59 +0100
          Re: Multi-Networking in Linux - Multiple Subnets Andy Burns <usenet@andyburns.uk> - 2026-07-30 15:06 +0100
            Re: Multi-Networking in Linux - Multiple Subnets Rich <rich@example.invalid> - 2026-07-30 14:35 +0000
        Re: Multi-Networking in Linux - Multiple Subnets Marc Haber <mh+usenetspam2616@zugschl.us> - 2026-07-30 18:46 +0200
      Re: Multi-Networking in Linux - Multiple Subnets c186282 <c186282@nnada.net> - 2026-07-30 23:45 -0400
      Re: Multi-Networking in Linux - Multiple Subnets "Carlos E. R." <robin_listas@es.invalid> - 2026-07-31 13:51 +0200
        Re: Multi-Networking in Linux - Multiple Subnets "Stanislav N. aka pztrn" <no@email.please> - 2026-07-31 17:28 +0500
        Re: Multi-Networking in Linux - Multiple Subnets Marc Haber <mh+usenetspam2616@zugschl.us> - 2026-07-31 15:07 +0200
        Re: Multi-Networking in Linux - Multiple Subnets Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-07-31 22:55 +0000
        Re: Multi-Networking in Linux - Multiple Subnets Tauno Voipio <tauno.voipio@notused.fi.invalid> - 2026-08-01 15:49 +0300
          Re: Multi-Networking in Linux - Multiple Subnets "Carlos E. R." <robin_listas@es.invalid> - 2026-08-01 15:16 +0200
            Re: Multi-Networking in Linux - Multiple Subnets Marc Haber <mh+usenetspam2616@zugschl.us> - 2026-08-01 16:52 +0200
              Re: Multi-Networking in Linux - Multiple Subnets The Natural Philosopher <tnp@invalid.invalid> - 2026-08-01 16:52 +0100
    Re: Multi-Networking in Linux - Multiple Subnets c186282 <c186282@nnada.net> - 2026-07-30 23:43 -0400
      Re: Multi-Networking in Linux - Multiple Subnets "Carlos E. R." <robin_listas@es.invalid> - 2026-07-31 14:28 +0200
  Re: Multi-Networking in Linux - Multiple Subnets Marc Haber <mh+usenetspam2616@zugschl.us> - 2026-07-30 13:48 +0200

csiph-web