R
R
Roman Molchanov2018-07-31 11:59:48
Windows
Roman Molchanov, 2018-07-31 11:59:48

How to fix a route in Windows 10?

Good afternoon.
There is a group of computers on which the static route is registered. On one of the computers running Windows 10, this route disappears after a reboot. As if he didn't exist. I don’t see this on other computers, including on an identical one with the same OS.
When adding a route, I specified the -p switch at the end of the command and after the ADD action, but the result is the same:
the route appears in the "Permanent Routes" section and disappears after a reboot.
What can be done about it?
PS: If it matters:
route add - p 10.10.XXX.0 mask 255.255.255.0 192.168.YYY.AAA

Answer the question

In order to leave comments, you need to log in

3 answer(s)
C
chupasaurus, 2018-07-31
@chupasaurus

For fun, you can try typing into the console like this:

netsh
netsh>interface ipv4
netsh interface ipv4>show interfaces (отсюда выбрать имя нужного интерфейса)
netsh interface ipv4>add route 10.10.XXX.0/24 имя_интерфейса 192.168.YYY.AAA persistent

A
Alx, 2018-07-31
@gx2

Your case:
social.technet.microsoft.com/Forums/en-US/fa4e63ee...

S
Sergey Shapoval, 2018-08-10
@hippie54rus

command prompt as administrator
route print
route add
route delete

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question