How to Give the Router Ip in th Server

Respected Sir,
I am Using HP-UX OS on Itanium Server for SAP, I want to access the SAP server from remote place.
I have Done the following steps
1]. There is a lease line between these two place to connect and Router is configured on both side and Lease line is also up.
2]. I have given the Default gateway [Router IP]on the local system of remote place to access the SAP server .

I have to put the default gateway [Router IP ] on the HP-UX OS Itanium server, so how can i give the default gateway [Router IP] of Local Router in the server settings. :confused:
Please guide me through all the steps to be taken in the server settings.
Waiting for reply
Thanx in Advance to all !.....

hi,

U can simple add the route using the following command.

#route add inet < ip-addd> gateway <gateway_IP>

but this will be temporary entry.

so, edit the file called

# vi /etc/rc.config.d/netconf

-----
ROUTE_GATEWAY[0]=10.14.0.1 --- gateway ip address here,,
ROUTE_COUNT[0]=1
ROUTE_DESTINATION[0]=default
--

All the best !!

Regards
govind.