How to Give the Router Ip in th Server


 
Thread Tools Search this Thread
Operating Systems HP-UX How to Give the Router Ip in th Server
# 1  
Old 12-25-2005
MySQL 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. Smilie
Please guide me through all the steps to be taken in the server settings.
Waiting for reply
Thanx in Advance to all !.....
# 2  
Old 12-27-2005
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.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Need to give input once logged in to server in script

Hi , when i am logging to the server i need to give input of specific key like k or l or m etc. and then need to put enter. need to use this in script . please assist. (1 Reply)
Discussion started by: rupesh.bombale
1 Replies

2. IP Networking

How to create Local IPv6 and IPv4 networks by using ubuntu server as router

Hi, I have two Cent OS Linux systems and one Ubuntu OS system contains two Ethernet Cards. I need to create two networks by using Ubuntu sys as router. One network need to configure in IPv4 addresses and another network should configure in IPv6 addresses. Please help me how to configure two... (0 Replies)
Discussion started by: hanuma614
0 Replies

3. Shell Programming and Scripting

How to give user name and password in a single command to login to remote server

Hello All, I'm new to unix and i need the below favour from you. I have list of 50 unix server. I need to login to all the server one by one and with the same user and password. I will declare the user name and password globally in the script. for example : servername- hyperV user name... (4 Replies)
Discussion started by: Hari A
4 Replies

4. UNIX for Dummies Questions & Answers

Remote Unix printing to my WinXP works with no router. How can I make it work through my router?

I set up remote printing on a clients Unix server to my Windows XP USB printer. My USB printer is connected directly to my PC (no print server and no network input on printer). With my Win XP PC connected to my cable modem (without the router), i can do lp -dhp842c /etc/hosts and it prints. I... (7 Replies)
Discussion started by: jmhohne
7 Replies

5. Solaris

Give Solaris server documentation

If you have documents of preconfigured Solaris server with all tuned improvements.. This is all about how it is released, as first example. It must contain ready instructions to setup server from scratch in a case of global system crash mb some FS tunings (i.e. log fs, var fs) mb some ready... (1 Reply)
Discussion started by: Xcislav
1 Replies

6. UNIX for Dummies Questions & Answers

How do I give Java developers access to Solaris server

I am new to UNIX administration. I have 10 years of Windows admin experience. I need to know how to give java developers the access they need to install and maintain the applications they are writing. In the Windows world I would make them a local admin on a test server but give them limited... (4 Replies)
Discussion started by: gsander
4 Replies
Login or Register to Ask a Question