Operating System - HP-UX
1822969 Members
3970 Online
109645 Solutions
New Discussion юеВ

Re: How to Configure the Gateway IP Adress in HP-UX 11.11 Machnie

 
SOLVED
Go to solution
telco_1
Advisor

How to Configure the Gateway IP Adress in HP-UX 11.11 Machnie

Hi ,

I am a new user of HP-UX11i.I want to communicate other HP-UX11i Machnie outside my network.I need to know how can i configure the Gateway IP Address in this Machie which is in my Network.

7 REPLIES 7
Torsten.
Acclaimed Contributor
Solution

Re: How to Configure the Gateway IP Adress in HP-UX 11.11 Machnie

Hi,

the most easy way to set this:

# set_parms addl_netwrk

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Rajeev  Shukla
Honored Contributor

Re: How to Configure the Gateway IP Adress in HP-UX 11.11 Machnie

Or you can edit the /etc/rc.config.d/netconf file and uncomment the default gateway parameters in that file
Gurumanickam
Frequent Advisor

Re: How to Configure the Gateway IP Adress in HP-UX 11.11 Machnie

hi,

1. You can edit the file /etc/rc.config.d/netconf and type the details of your destination, netmask and gateway then save and comeout.

2. /sbin/init.d/net start it'll reread the configuration file.

otherwise you can add the default route

route add destination ip netmask mask gateway ip count

Guru

Be an expert
Yogeeraj_1
Honored Contributor

Re: How to Configure the Gateway IP Adress in HP-UX 11.11 Machnie

hi,

"set_parms addl_netwrk" is the preferred way of doing so.

set_parms enables you to specify the subnetwork mask and default network gateway. This information is necessary if your network has gateways and you wish to communicate beyond your local subnetwork.

You will also need the following information:
* Subnetwork mask
* Default gateway IP address

kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
telco_1
Advisor

Re: How to Configure the Gateway IP Adress in HP-UX 11.11 Machnie

Thanx a lot Guys.It worked. :)
Peter Godron
Honored Contributor

Re: How to Configure the Gateway IP Adress in HP-UX 11.11 Machnie

Hi,
you can use SAM:
Networking and Communications
Routes
Add Default
telco_1
Advisor

Re: How to Configure the Gateway IP Adress in HP-UX 11.11 Machnie

Thanx peter :)