- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: acces internet from hpux11i
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
12-28-2005 09:29 PM
12-28-2005 09:29 PM
acces internet from hpux11i
how to do ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2005 09:34 PM
12-28-2005 09:34 PM
Re: acces internet from hpux11i
You need to edit /etc/resolv.conf and add nameserver
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2005 09:38 PM
12-28-2005 09:38 PM
Re: acces internet from hpux11i
You need to add a gateway to handle your request to the internet.
You need to update /etc/resolv.conf to update your DNS on your unix server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2005 09:41 PM
12-28-2005 09:41 PM
Re: acces internet from hpux11i
You have to configure hostname and ip-address resolvation setup and routing.
Configure /etc/nsswitch.conf file for hosts: entry as,
hosts: files dns
will use /etc/hosts for files and /etc/resolv.conf for dns.
You can setup routing with route command. For permanent effect configure with /etc/rc.config.d/netconf file.
You have to check with nslookup or ping with some internet domains and has to get successfull return.
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2005 09:42 PM
12-28-2005 09:42 PM
Re: acces internet from hpux11i
for gateway edit /etc/rc.config.d/netconf file. or use ifconfig command
example:
INTERFACE_NAME[0]="lan0"
IP_ADDRESS[0]="10.14.9.19"
SUBNET_MASK[0]="255.255.255.224"
BROADCAST_ADDRESS[0]=""
INTERFACE_STATE[0]=""
ROUTE_DESTINATION[0]="default"
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]="10.14.9.11"
ROUTE_COUNT[0]="1"
ROUTE_ARGS[0]=""
for dns edit the /etc/resolv.conf file
exmaple :
domain testserver.com
nameserver 10.125.26.56
regards
Tvs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2005 09:50 PM
12-28-2005 09:50 PM