--- wikisrc/tutorials/how_to_gather_network_information_on_netbsd.mdwn 2019/04/08 20:47:15 1.4 +++ wikisrc/tutorials/how_to_gather_network_information_on_netbsd.mdwn 2020/09/08 21:05:59 1.5 @@ -18,7 +18,7 @@ Third. One from many NetBSD advantages i #dmesg -Use [dmesg](http://netbsd.gw.com/cgi-bin/man-cgi?dmesg++NetBSD-current) to obtain information about network adapters on the NetBSD machine: +Use [dmesg](//man.NetBSD.org/dmesg) to obtain information about network adapters on the NetBSD machine: $ dmesg | more $ less /var/run/dmesg.boot @@ -75,7 +75,7 @@ In this example [[subnet|How_to_gather_n #ping -Use the [ping](http://netbsd.gw.com/cgi-bin/man-cgi?ping++NetBSD-current) command to check plain network connections of other devices (e.g. computers, printers, VoIP phones, etc.) which is connected to your the network. +Use the [ping](//man.NetBSD.org/ping) command to check plain network connections of other devices (e.g. computers, printers, VoIP phones, etc.) which is connected to your the network. For example, start from IP address of single computer to see if it is alive: @@ -122,7 +122,7 @@ Some systems have route added into /etc/ #netstat -The [netstat](http://netbsd.gw.com/cgi-bin/man-cgi?netstat++NetBSD-current) command shows network status, command symbolically displays the contents of various network-related data. +The [netstat](//man.NetBSD.org/netstat) command shows network status, command symbolically displays the contents of various network-related data. To see network relating routing tables do: @@ -235,7 +235,7 @@ However, some network cards, addresses a For advanced configuration see [IPFilter resources](http://www.obfuscation.org/ipf/) and [Packet Filter](http://netbsd.org/docs/network/pf.html). -#[resolv.conf](http://netbsd.gw.com/cgi-bin/man-cgi?resolv.conf++NetBSD-current) +#[resolv.conf](//man.NetBSD.org/resolv.conf) The /etc/resolv.conf contains the addresses of nameservers, that allows to resolve alphabetical hostnames into numeric IP addresses. @@ -250,7 +250,7 @@ If the computer is the DNS server, the I nameserver 127.0.0.1 -If you experience 5-30 second delays while surfing, check with [dig](http://netbsd.gw.com/cgi-bin/man-cgi?dig++NetBSD-current), if all referred nameservers are really accessible, e.g: +If you experience 5-30 second delays while surfing, check with [dig](//man.NetBSD.org/dig), if all referred nameservers are really accessible, e.g: $ dig @145.253.2.75 A www.netbsd.org