eXodus Frequently Asked Questions

How can I find out my IP address from a shell under OS X?

Here is a code snippit that will work in your .cshrc:
setenv ip `ipconfig getifaddr en0`
setenv DISPLAY $ip":0.0"
Now one thing you need to be aware of if you also use an Airport Card. The interface name "en0" is the ethernet port at the back of the system. Typically it will be your 10/100BT ethernet interface. However if you have more than one interface you will need to make certain you use the right interface name in the ipconfig getifaddr call.
To find all of the interfaces in a system you type: ifconfig -a
This lists all kinds of information about your IP interface ports.
Should you have any questions or issues please use our Support Request Form.
NOTE: For discontinued products or products no longer in development, contact Sales at 603.880.9118 or via e-mail at: sales@powerlan-usa.com.
|