where can i modify default gateway


 
Thread Tools Search this Thread
Operating Systems HP-UX where can i modify default gateway
# 1  
Old 04-23-2010
where can i modify default gateway

where in configuration files can i modify default gateway in hp-ux11iv3
# 2  
Old 04-23-2010
Bug

Use the

#set parms_initial

command to change default gateway ip .. It presents you with a network configuraton screen in CLI mode . Make changes as per ur req
# 3  
Old 04-23-2010
@ultimatix
please take care of what you type
I think you meant
Code:
#set_parms initial

set_parms options
Code:
initial

This allows the user to sequentially invoke all the sub-areas mentioned below. The user can configure multiple interfaces which are physically connected to the network using the Terminal User Interface (TUI). A # in the user interface field indicates a lan which is not physically connected to the network. If lan interfaces are configured as DHCP, the options ip_address and addl_netwrk are skipped.


Code:
addl_netwrk

Set the route mask (which defines the network and local subnet portions of a network address), set the routing gateway, and define access to the Domain Name System (DNS) and Network Information Service (NIS).
First-boot: These changes take effect immediately, without a reboot, because
Code:
 set_parms

starts networking after setting the parameters.
Non-first-boot: A reboot is required for all of these changes to take effect.

which in turns affects
Code:
#/etc/rc.config.d/netconf

# 4  
Old 05-02-2010
Sorry mateSmilie
# 5  
Old 05-16-2010
Quote:
Originally Posted by h@foorsa.biz
where in configuration files can i modify default gateway in hp-ux11iv3

The best and esiest way is to use SAM and then go to NETWORKING!
you can also use set_parms command

I hope this will help you!

Dali
# 6  
Old 05-16-2010
Always save these two files and "diff" afterwards because SAM can remove fully qualified host name which affects "sendmail" and the "diff" will make sure that you only changed what you wanted to change.

Code:
/etc/hosts
/etc/rc.config.d/netconf

Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Inconsistency between RedHat 6.5 global gateway and single gateway leads to loss of default gateway

Dear friends I use RedHat 6.5, which sets the gateway in the configuration file / etc / sysconfig / network as GATEWAY = 192.168.1.26, and the gateway in the configuration file / etc / sysconfig / network-scripts / ifcfg-eth11 as GATEWAY = 192.168.1.256. The two gateways are different.... (6 Replies)
Discussion started by: tanpeng
6 Replies

2. IP Networking

Default Gateway

I am am using IPv6 IP's with an OS of Debian. Is it possible to set a *static* default gateway w/o the router being connected? Will that gateway change when the router is connected? TIA (0 Replies)
Discussion started by: Meow613
0 Replies

3. Red Hat

Can not ping default gateway

Hi, Here is the issue: There are 2 identical systems in the same subnet here. They can ping and ssh each other. One can ping the default gateway and one can not with error '... icmp_seq Destination Host Unreachable'. I can't find any difference between the two systems in terms of network... (4 Replies)
Discussion started by: aixlover
4 Replies

4. UNIX for Dummies Questions & Answers

Cannot ping default gateway

I have NCR MP-RAS unix. I have been trying for several months to get our network working since we had never used it before. I have setup all routes that I can think of. I know it has something to do with the routing table, because out of sheer luck I was able to get it working, and than like a... (4 Replies)
Discussion started by: Rutgerncas
4 Replies

5. Linux

GNUGK-How to setup static gateway to gateway routing

Dear Sir I am a newbie in the world of IP telephony. I have been working with Asterisk PBX (SIP) and Cisco Call Manager (MGCP) but now I am learning on how to work GNUGK for H.323 Gatekeeper. I am having a problem, configuring static call routing on GNUGK in the section ... (0 Replies)
Discussion started by: mfondoum
0 Replies

6. AIX

Help with Default Gateway

Hi, I have two interfaces on m AIX 5.3 box. One going to 192.168.1.x and it has a gateway of 192.168.1.1. I configured the other gateway with 192.168.2.x and the default gateway as 192.168.2.1. But I can't get connectivity to the 192.168.2.1 network. Can someone help me out and let me know... (7 Replies)
Discussion started by: bbbngowc
7 Replies

7. IP Networking

default gateway in unix?

i'm a real unix newbie, setting up a network, with a router to router vpn connection with a remote site, all the win stuff is talking and pinging and all the stuff it should be doing (yeah and crashing too, lol) but no communication with the unix box, i think the problem is with my default... (3 Replies)
Discussion started by: smcg
3 Replies

8. Solaris

How can I change the default gateway?

my actual default gatewas IP is: default 192.168.11.254 and I need to change it to 192.168.11.2, I'm using Solaris 9, how can i do it? and how i can save it in case that the machine restart and have the new default gateway IP saved? (5 Replies)
Discussion started by: Lestat
5 Replies

9. HP-UX

How to add another default gateway

I am using HP-UX 11i and I need to add another default gateway. how can I do that ? (3 Replies)
Discussion started by: salhoub
3 Replies
Login or Register to Ask a Question