Connecting Tech Pros Worldwide Help | Site Map

How to configure unix to connect to internet

Newbie
 
Join Date: Mar 2008
Posts: 2
#1: Mar 21 '08
I have HP integrity Server RX2600 with HP 11i (v2) ia64 unix installed. I have to connect internet. What all I need to do to make it work to connect to internet world. I am not an unix admin. Please provide step by step directions.
Thanks
sicarie's Avatar
Moderator
 
Join Date: Nov 2006
Location: USA
Posts: 3,929
#2: Mar 21 '08

re: How to configure unix to connect to internet


I'm not an HPUX master by any means, but there are a few basics you can check.

First of all, how is it connected? Is it an Ethernet connection? If so, you should make sure you have an IP address by typing the following command as root:

ifconfig

This is the wikipedia page on ifconfig, and will show you what all you are looking at. The specific thing you are looking for is the information under the 'eth0' header, specifically the 'inet addr' and the 4 octets after it.

Also, the route command will show your default gateway - which should be your router's IP address. If not, this needs to be added.

Once you have those, you should be able to test your internet connectivity by doing a 'ping' of a public IP address or hostname, like google.com or yahoo.com . You can even try this first to see if any configuration is needed. This is assuming that your router/firewall allows ICMP Ping requests to go through it.

Unless any of the Experts/Mods of this forum have better ways of starting (which is entirely possible), I'd recommend doing that and posting any issues you have with it.
Newbie
 
Join Date: Mar 2008
Posts: 2
#3: Apr 15 '08

re: How to configure unix to connect to internet


I have heard a lot about setting proxy server configurations for running mozilla or netscape browser on Unix server. What is that all about and what do I need to do? Thanks for your earlier response
Expert
 
Join Date: Sep 2007
Posts: 856
#4: Apr 16 '08

re: How to configure unix to connect to internet


Firefox can set its proxy settings in its own menus, assuming the proxy already exists. I can't really help you with setting up the proxy in the first place, I'm afraid.
Reply


Similar Unix / Linux / BSD bytes