- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to change network settings
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
Discussions
Discussions
Discussions
Forums
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
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
тАО10-21-2002 05:11 PM
тАО10-21-2002 05:11 PM
How to change network settings
Can someone tell me is this true??
By my understand that change network settings like IP, Gateway and DNS Server IP, we just type this command "set_parms addl_netwrk" will do, does me doing the right thing??
You can direct send me a mail:
alphatan@celestica.com
Thanks...
.../at
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-21-2002 05:22 PM
тАО10-21-2002 05:22 PM
Re: How to change network settings
If you wish to change your network setting manually, you can do this by editing the files /etc/hosts and /etc/rc.config.d/netconf.
Or if you prefer to let the system do your work for you, you can use the set_parms command.
# set_parms hostname
will set the hostname of your system.
# set_parms ip_address
will set the ip address of your system
# set_parms addl_network
will set the subnet mask, dns info. and NIS info for your system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-21-2002 06:15 PM
тАО10-21-2002 06:15 PM
Re: How to change network settings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-21-2002 06:31 PM
тАО10-21-2002 06:31 PM
Re: How to change network settings
Like i had few system that run HP-UX, i took one of them to change network settings by used set_parms command line but why after than it appear desktop messaging system error? and it cause the others system unable to see this guy in the network.
thanks...
.../at
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-21-2002 06:50 PM
тАО10-21-2002 06:50 PM
Re: How to change network settings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-21-2002 09:32 PM
тАО10-21-2002 09:32 PM
Re: How to change network settings
/etc/hosts .. hosts file! need I say more!
/etc/rc.config.d/netconf network config, hostname, IP, routes.
/etc/rc.config.d/hp... there are a few of these related to the type of network card, e.g. hpbase100conf hppci100conf. They wil set the MAC addresses and full/half duplex.
/etc/resolv.conf DNS/NIS/etc resolution file
/etc/nsswitch.conf network services switch (choice options) file, i.e. look in DNS first, then files then NIS ...
/var/adm/inet.sec - internet security file
There are some security ones as well for ftp, do man ftpd as I can't remember them all.
I doubt these are them all of the files. They cover alot of what you were asking + some more related files. You also need to bare in mind that some of these files are generally sourced/looked at at boot time, so editing them may not produce the desired effect without a re-boot.
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-22-2002 10:31 PM
тАО10-22-2002 10:31 PM
Re: How to change network settings
I prefer manual editing of configuration files so that to be 100% sure what has been done. Surely, it requires understanding of the files.
I think reading manuals can bring you on the secure side of life. :-)
BR,
Mihails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2002 04:51 AM
тАО10-23-2002 04:51 AM