1832595 Members
2998 Online
110043 Solutions
New Discussion

Re: HPUX-Servers

 
David_492
Advisor

HPUX-Servers

Dear aLL

I have two HPUX Servers rp8400 on the LAN and i would like to add router inorder to esablish a wan link to another remote location how i configure the default gate way on HP Unix server?
what does dead gate way mean?

Thanks
5 REPLIES 5
Thierry Poels_1
Honored Contributor

Re: HPUX-Servers

hi,

edit /etc/rc.config.d/netconf
or use SAM - Networking - hosts - modify gateway

good luck,
Thierry.
All unix flavours are exactly the same . . . . . . . . . . for end users anyway.
Rajeev  Shukla
Honored Contributor

Re: HPUX-Servers

There are 2 options
1. either set the default route on HP servers to you new router you would be conneting for WAN and have the entire routes configured on the router for WAN and LAN.
2. Connect the router for WAN in the lan and have your routes configured on it to access the remote site and configure default route of HP servers to the router which has access to the WAN router.
To configure the routes use either /etc/rc.config.d/netconf or add them through script using route command. Have a look at man pages of route for more information.

Cheers
Rajeev
TommyT
Valued Contributor

Re: HPUX-Servers

Hi

#netstat -rn
there should be a entry for
default xxx.xxx.xxx.xxx UG 0 0 lan0 1500

if you don't have one you can add it whith

route add xxx.xxx.xxx.xxx 1

look at the man pages for route

than you can add it like the above messages in netconf file.

//Tommy
tompa
blal
Frequent Advisor

Re: HPUX-Servers

Hi

Use

#route add default default_gateway 1.

for storing it permenantly
edit /etc/rc.config.d/netconf file .

bye
baiju
Live and let live.
Sanjay_6
Honored Contributor

Re: HPUX-Servers

Hi David,

you can define the default gateway through SAM or by editing the /etc/rc.config.d/netconf file. Take a look at the link below,

http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063248356

The doc id is A4962885

Hope this helps.

Regds