Date: Tue, 02 Nov 1999 23:28:36 -0800 From: Joseph Scott <joseph.scott@owp.csus.edu> To: Doni Andri C <doni@gerbang.mkdu.itb.ac.id> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: port and ip Message-ID: <381FE424.7572D209@owp.csus.edu> References: <Pine.BSF.4.10.9911031136460.19466-100000@gerbang.mkdu.itb.ac.id>
next in thread | previous in thread | raw e-mail | index | archive | help
Doni Andri C wrote: > > hi freebsd'ers i have some questions : > > 1. how can we know port number and ip address which is being active in a > server. netstat will provide you with that info. You'll want to read the netstat man page for more info. Specifically netstat -na will provide with those details. > > 2. how can we know server which is being active in a network ( the > instruction, from DOS e.g.) I'm not exactly sure what you're looking for here. How can you tell if your FreeBSD system is able to talk to your network? If that's what you are asking then the ping program would be something useful. Take a look at the ping man page for more info. The basic idea is that you "ping" another server/client/router/etc on your network to see if the two can talk to each other. -- Joseph Scott joseph.scott@owp.csus.edu The Office Of Water Programs - CSU Sacramento To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?381FE424.7572D209>