- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to setup Internet access from HP Unix
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2008 03:51 AM
01-07-2008 03:51 AM
How to setup Internet access from HP Unix
Please give me the required procedures to enable me access the internet from my hp unix server.
Regards,
Berenger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2008 04:02 AM
01-07-2008 04:02 AM
Re: How to setup Internet access from HP Unix
It depends on your network infrastructur. if you have a route to the internet set the IP of the router as your gateway in hpux. you can use sam for this.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2008 05:05 AM
01-07-2008 05:05 AM
Re: How to setup Internet access from HP Unix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2008 05:41 AM
01-07-2008 05:41 AM
Re: How to setup Internet access from HP Unix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2008 06:04 AM
01-07-2008 06:04 AM
Re: How to setup Internet access from HP Unix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2008 10:14 PM
01-07-2008 10:14 PM
Re: How to setup Internet access from HP Unix
ie firewalls dns hosts files proxy's
you need to give us more information than just a blind question
please supply more information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2008 01:52 AM
01-08-2008 01:52 AM
Re: How to setup Internet access from HP Unix
As varied as those apps are, as different are the files and directives they use to configure them.
At least a few applications like wget, LWP user agents, (curl?) etc. they sometimes honor the same environment variables.
So you could try to export these
export http_proxy="http://your.proxy.tld:port"
export proxy_user="someuser"
export proxy_passwd="somepass"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2008 03:32 AM
01-08-2008 03:32 AM
Re: How to setup Internet access from HP Unix
In the building, if I am to setup internet access on a windows personal computer, after assigning the default gateway IP Address in the tcp/ip properties, I open the Internet Options page under the Tools menu, then LAN settings, then check "use a proxy server ..." then tetting in the IP address of the proxy server and then the port 8080. This is sufficient enought to browse from any MS Windows PC from any local area network from any remote branch of the organisation.
On the HP Unix servers, the Default Gateway has already been set using SAM or the /etc/rc.config.d/netconf file. Now my question is: How and where will I set up the proxy server address IP Address and the port 8080 on my HP Unix servers to enable them access and browse the internet ? Can I use SAM for the configuration of the proxy setting ? If yes enumerate the procedures.If no, then tell me the configuration file(s) I need to amend for the purpose. Else, tell me what I shoul do.
Regards,
Berenger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2008 03:45 AM
01-08-2008 03:45 AM
Re: How to setup Internet access from HP Unix
Mark Syder (like the drink but spelt different)