Wiki source code of Network Utilities
Last modified by Sebastian Marsching on 2022/04/03 22:06
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{toc/}} |
2 | |||
3 | # Show the routing table | ||
4 | |||
5 | ```bash | ||
6 | netstat -r -n | ||
7 | ``` | ||
8 | |||
9 | # DNS (and other network settings) | ||
10 | |||
11 | The `scutil` utilitity is a very powerful tool for analyzing (and modifying) the network configuration (including the zone-specific DNS server settings). The most important commands are `list` (for getting a list of keys) and `show` (for showing the settings stored under a key. | ||
12 | |||
13 | * `scutil --dns` shows information about the current DNS configuration. |