Real life problems solved

Advert

Find internal IP address on Fedora on Rackspace Cloud

When you have a server at Rackspace Cloud it has both a public and private IP address. The private one is great if you want to talk to another Rackspace Cloud server as you don’t get charged for this bandwidth.

To find the IP address simply issue this command as root:

ifconfig eth1

Look for inet addr:xxx.xxx.xxx.xxx. This is your internal IP

Adsense