- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Setting up internet connection
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
11-10-2006 09:24 AM
11-10-2006 09:24 AM
I want to know what do i have to do to connect internet.
I have HP-UX 11.11 and i connected to the lan but i don't have internet access.
I want to know what file should i modify to have internet access o what commands must run.
TKS A LOT
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2006 09:37 AM
11-10-2006 09:37 AM
Re: Setting up internet connection
I assume you need access to internet via a proxy server !!
If you have netscape or Mozilla installed on HP-UX, the proxy server details can be configured in preferences ( same as in Windows)..
Ta,
Jag
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2006 09:45 AM
11-10-2006 09:45 AM
Re: Setting up internet connection
I want the internet access to can send mail messages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2006 10:11 AM
11-10-2006 10:11 AM
Re: Setting up internet connection
for internet access you need to setup your network:
ip address of machine, default gateway - /etc/rc.config.d/netconf
dns servers : /etc/resolv.conf
More info at - http://docs.hp.com/en/B2355-90748/index.html
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2006 10:13 AM
11-10-2006 10:13 AM
Re: Setting up internet connection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2006 10:27 AM
11-10-2006 10:27 AM
Re: Setting up internet connection
And still can't send mail to any external site.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2006 10:33 AM
11-10-2006 10:33 AM
Re: Setting up internet connection
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2006 10:39 AM
11-10-2006 10:39 AM
Re: Setting up internet connection
Nov 10 17:10:42 Gasaraki sendmail[29359]: RAA29357: to=alberto.tlapa.tepox@hp.com, ctladdr=root (0/3), delay=00:00:00, xdelay=00:00:00, mailer=esmtp, relay=hp.c
om, stat=Host unknown (Name server: hp.com: host not found)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2006 02:50 AM
11-11-2006 02:50 AM
Re: Setting up internet connection
The nic its configured ok, but i don't have output to the internet.
I read something about a file but i don't know what file should i modify to gain access to the internet.
Please can some body tell me somethig or i was wrong.
TKs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2006 03:26 AM
11-11-2006 03:26 AM
Re: Setting up internet connection
1. Can you access you HPUX server from a PC via network?
2. Did you configured /etc/mail/sendmail.cf?
3. From your HPUX, can you "ping" your PC with the name?
4. From HPUX server, when you type nslookup www.cnn.com, can you get some IP's?
Yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2006 03:49 AM
11-11-2006 03:49 AM
Re: Setting up internet connection
OK
Respect to the information here is, i hope thats right,
1. Can you access you HPUX server from a PC via network?
I can open a telnet session, do a ping from my pc in teh same network.
2. Did you configured /etc/mail/sendmail.cf?
In this point i've made a lot of changes but in specific what configuration?
3. From your HPUX, can you "ping" your PC with the name?
No, i can't do it.
4. From HPUX server, when you type nslookup www.cnn.com, can you get some IP's?
No, i can't do it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2006 05:17 AM
11-11-2006 05:17 AM
Solution# "Smart" relay host (may be null)
DSmail_gateway.yourcompany.com
#O FallbackMXhost=fall.back.host.net
O mail_gateway.yourcompany.com
"mail_gateway.yourcompany.com" should be the mail server your company used to relay emails to / from internet.
3. / 4. can you check /etc/resolv.conf and make sure you have correct domain and nameserver configured.
Yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2006 07:32 AM
11-11-2006 07:32 AM
Re: Setting up internet connection
What information should be there?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2006 08:07 AM
11-11-2006 08:07 AM
Re: Setting up internet connection
domain
nameserver
you can get DNS name / Ip by type "nslookup www.cnn.com" in dos window on your PC, then "ping
you can use your PC's domain name for HPUX
Yang