N
N
neitri2015-11-19 20:13:24
Computer networks
neitri, 2015-11-19 20:13:24

How to write a route correctly?

There are stations with XP and c Win7, connected to the network 10.66.0.0/20, some have a second network 192.168.*.0/24.
In XP, the following routes are formed:

0.0.0.0          0.0.0.0    192.168.100.1   192.168.100.5	  10
        10.66.0.0    255.255.240.0        10.66.8.1       10.66.8.1	  10
        10.66.8.1  255.255.255.255        127.0.0.1       127.0.0.1	  10
=>   10.255.255.255  255.255.255.255        10.66.8.1       10.66.8.1	  10
        127.0.0.0        255.0.0.0        127.0.0.1       127.0.0.1	  1
    192.168.100.0    255.255.255.0    192.168.100.5   192.168.100.5	  10
    192.168.100.5  255.255.255.255        127.0.0.1       127.0.0.1	  10
  192.168.100.255  255.255.255.255    192.168.100.5   192.168.100.5	  10
        224.0.0.0        240.0.0.0        10.66.8.1       10.66.8.1	  10
        224.0.0.0        240.0.0.0    192.168.100.5   192.168.100.5	  10
  255.255.255.255  255.255.255.255        10.66.8.1       10.66.8.1	  1
  255.255.255.255  255.255.255.255    192.168.100.5   192.168.100.5	  1

In the seven routes will differ:
0.0.0.0          0.0.0.0    192.168.100.1    192.168.100.2     20
        10.66.0.0    255.255.240.0         On-link         10.66.0.1    276
        10.66.0.1  255.255.255.255         On-link         10.66.0.1    276
=>     10.66.15.255  255.255.255.255         On-link         10.66.0.1    276
        127.0.0.0        255.0.0.0         On-link         127.0.0.1    306
        127.0.0.1  255.255.255.255         On-link         127.0.0.1    306
  127.255.255.255  255.255.255.255         On-link         127.0.0.1    306
    192.168.100.0    255.255.255.0         On-link     192.168.100.2    276
    192.168.100.2  255.255.255.255         On-link     192.168.100.2    276
  192.168.100.255  255.255.255.255         On-link     192.168.100.2    276
        224.0.0.0        240.0.0.0         On-link         127.0.0.1    306
        224.0.0.0        240.0.0.0         On-link     192.168.100.2    276
        224.0.0.0        240.0.0.0         On-link         10.66.0.1    276
  255.255.255.255  255.255.255.255         On-link         127.0.0.1    306
  255.255.255.255  255.255.255.255         On-link     192.168.100.2    276
  255.255.255.255  255.255.255.255         On-link         10.66.0.1    276

Interested in marked routes.
Routes have different broadcast addresses.
How to set up to be able to accept both 10.66.15.255 and 10.255.255.255.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Ruslan Fedoseev, 2015-11-19
@martin74ua

I repeat.
route 10.255.255.255 is wrong. This is most likely an attempt to work out the address class. For modern networks, address classes do not matter.
Therefore, you will not be able to train the seven to receive these packets as broadcast ones.
Unless you write your own driver ;)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question