Find Network Connection Information on a Macintosh
Network System Preference or ipconfig
Displays all current network configuration values
- From the Apple menu, select System Preferences.
- Click on the Network pane.
- Click on the Advanced button and look under the TCP/IP, DNS, and Ethernet tabs.
Alterntively, you can use the command terminal
- Open the Terminal application (found in Applications > Utilities folder). A command prompt window will open.
- At the $ prompt, type "ifconfig" and press Enter.
Release and Renew DHCP Address
Clear the DNS cache (releases your current IP address and requests a new one from your DHCP server)
- From the Apple menu, select System Preferences.
- Click on the Network pane.
- Choose your connection service that uses DHCP from the list on the left (such as Ethernet or Airport).
- Click on the Advanced button.
- Click on the TCP/IP tab.
- Click the Renew DHCP Lease button.
nslookup
DNS name lookup
- Open the Terminal application (found in Applications > Utilities folder). A command prompt window will open.
- At the $ prompt, type "nslookup [Your Listserv Host Name]" and press Enter.