how check ONLY IP4 with systemctl status network.service AND journalctl network.service ?

Issues related to applications and software problems and general support
Post Reply
Windows
Posts: 59
Joined: 2021/06/16 13:20:01

how check ONLY IP4 with systemctl status network.service AND journalctl network.service ?

Post by Windows » 2021/06/17 18:27:23

hello.

When we run

Code: Select all

systemctl --no-pager -l status network.service
journalctl --no-pager -u network.service
this check IP4 and IP6

how is possible get result of only IP4?

more:
how to check the health of config about our network.service ? (not status, the config)

Post Reply