NETWORK(oh) LOCAL NETWORK(oh) network - tools INFO Get network information using ifconfig (part of the package net-tools which may need to be installed) or ip. sudo ifconfig -a sudo ip add Local ip # ifconfig -a # ip add Public IP URLS The following URLs work on the command line. https://icanhazip.com/ https://ipecho.io/plain https://ifconfig.co/ip https://ifconfig.me/ip Examples $ curl https://icanhazip.com/ $ curl https://ipecho.io/plain; echo $ wget -qO - ifconfig.co/ip $ lynx -dump ifconfig.me/ip; echo CURL Options -s | silent. -4 | use ipv4. -6 | use ipv6. -L | if URL has been moved, request the new location. -o | output file. --proxy | set proxy --proxy PROTOCOL://IP[:PORT] --socks5 | set socks5 proxy --socks5 IP[:PORT] -H 'Accept-Language: LC' | set accept language for site to LC, eg.: -H 'Accept-Language: es' TODO - Translate to Spanish. HISTORY 2026-06-02 : Created. AUTHORS ohazot(oh) | about(oh) | ohazot.com: https://ohazot.com OpenBSD 7.9 2026-06-02 NETWORK(oh)