Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How to know the real IP address?
Name: LuongPhan Date: August 28, 2003 at 21:02:15 Pacific OS: Linux CPU/Ram: 512
Comment:
Hi all,
I installed the Redhat 7.3 Linux O/S on my computer. To install some toolkits for my application, I have to know the real IP address-RIPA. I cannot see the RIPA on the file /etc/hosts. I use the command: ifconfig eth0, but I get the message: "command not found"
Name: Jake Date: August 28, 2003 at 21:11:08 Pacific
Reply:
I'm not sure about your "real IP address" situtation, but to find the IP you're using, you'll probably need to run "/sbin/ifconfig" if you're using your normal account. It would be in root's path, so as root you could just do "ifconfig".
0
Response Number 2
Name: 3Dave Date: August 29, 2003 at 02:30:25 Pacific
Reply:
ifconfig lives in /sbin, so you have to use sudo or log in as root.
If you want to easily find out your outwards facing IP, just visit: http://www.whatismyip.com/
0
Response Number 3
Name: Rick Date: August 29, 2003 at 12:36:10 Pacific
Reply:
"real ip" as opposed to what a fake ip?
0
Response Number 4
Name: Jake Date: August 29, 2003 at 23:20:05 Pacific
Reply:
3Dave, just because ifconfig is in /sbin doesn't mean you have to be root to run it. You can't change stuff as a normal user, but you can at least display information with it. Perhaps you system is locked down more than most.
Summary: The real Internet works works with IP addresses. The real IP adddress for "www.computing.net" is "216.235.147.35". The problem is that your computer has no way of knowing that. It must use Domain Name...
Summary: Hello plz i have a problem I am preparing a load balancing system in linux for network and I have one problem, that how to find the current CPU load of system using java or linux if any one know then...
Summary: OK then, not sure if I know exaclty what you want to do but here goes... You can drag and drop files just like windows, you can also type: #cp /location/of/file /destination/to/copy/to If you are talk...