A repository of information technology questions and answers

Latest posts

How to display Routing Table

On Linux systems the routing table maps destinations to the router and network interface that IP must use to reach that destination.

Using netstat to troubleshoot linux networks

netstat is a useful tool for checking your network configuration and activity. It is in fact a collection of several tools lumped together.

Setting default route on Solaris (updated)

A HowTo article to add or edit the Default Gateway or Default Router in Sun Solaris Operating System.

Basic Solaris Network Troubleshooting

Troubleshooting potential Solaris network services and issues using standard everyday tools ping, snoop, netstat and nfsstat.

Identifying an ethernet (MAC) address in Solaris

Identifying a ethernet MAC address in Solaris as a non-root user is not as difficult as people think. arp, netstat and prtpicl are your friends.