Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!rphroy!caen!news.cs.indiana.edu!know!cs.utexas.edu!helios!inetg1!news From: Gary White Newsgroups: comp.unix.questions Subject: Re: Determining my ethernet address Summary: ethernet address found Message-ID: <1991Mar21.145745.9456@Arco.COM> Date: 21 Mar 91 14:57:45 GMT References: <1467@babcock.cerc.wvu.wvnet.edu> Sender: news@Arco.COM Distribution: usa Organization: ARCO Oil and Gas Co. Lines: 18 In article <1467@babcock.cerc.wvu.wvnet.edu> bigbroth@cathedral.cerc.wvu.wvnet.edu (James M. Coleman) writes: > > >I need to find out the ethernet address of the machine my >program is running on without the help of the file /etc/hosts Jim- If you are on a unix machine, generally the ifconfig command will tell you. You say ifconfig port where you determine the name of the ethernet device 'port' by first doing netstat -n -r. Alternatively, even if you are *not* running Unix, if you can log in to a Unix host (on the *same* ethernet cable, not on another subnet) and then type arp -a you should find out. -Gary White