![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How i ftp a unix file to my local window | Nirmal | Shell Programming and Scripting | 1 | 03-19-2008 01:02 AM |
| mount CD from local laptop to UNIX server remotely | duke0001 | UNIX for Advanced & Expert Users | 7 | 10-31-2007 04:20 PM |
| Easy way to get local IP address | simonb | Shell Programming and Scripting | 5 | 11-27-2005 03:06 AM |
| how to get the list of process running in the server from the local machin n unix ? | guhas | Shell Programming and Scripting | 3 | 10-04-2005 04:58 PM |
| Saving of UNIX based e-mail on to local disks | rajan9 | UNIX for Advanced & Expert Users | 4 | 08-07-2002 02:49 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
How do I get the IP address of my local unix box???
Hiya all,
How do I get the IP address of my local unix box??? IPconfig - don't exist nslookup - only for other boxes.... I have my Fedora Server now on the office network. Can ping others, can get onto internet via web proxy.... Also: How do I create a Drive Share, so our windows machines can view??? Please advise Cheers MArtin ![]() |
|
||||
|
You could try entering the following command:
netstat -in , this will give you a table of information about all IP interfaces in your box. This will include the loopback interface (usually called lo0) which will have the address of 127.0.0.1, and then you will see the network interfaces (usually called eri0, eri1, etc. according to the number of network cards you have in your box). be careful to distinguish between the "Net/Dest" IP address, and the actual IP address which is under the "Address" column (the "Address" column is right after the "Net/Dest" column so you will see two IP addresses next to each other, the one you desire is the second one.) |
|
||||
|
Quote:
"Samba is software that can be run on UNIX, Linux. Samba uses the TCP/IP protocol that is installed on the host server. When correctly configured, it allows that host to interact with a Microsoft Windows client or server as if it is a Windows file and print server." If you are running GNU/Linux and Ms Windows on the same machine, you can create a partition, using the FAT32 filesystem, which can become a shared drive between both OS's. |
![]() |
| Bookmarks |
| Tags |
| linux |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|