I am working on a Linux server and need to ftp some files to it, but when I check the ifconfig, it comes up with MULTICAST BROADCAST. Does anyone know how I can determine what IP address I need to use to do the ftp?
Jodi,
Depending on your Linux version or environment path, you may need to find ifconfig in somewhere other than /sbin.
Here's what to do...
su (switch user to root)
ifconfig
If it returns the IP, there you go, if not...
you'll need to find ifconfig
cd to it and run the following
./ifconfig
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.