Switches, Hubs, and Modems
1753574 Members
6044 Online
108796 Solutions
New Discussion юеВ

How do I see/change my default Gateway on my HP3000 MPE/iX

 
Thomas E. Kloss
Occasional Contributor

How do I see/change my default Gateway on my HP3000 MPE/iX

How do I see/change my default Gateway on my HP3000 MPE/iX Release: C.60.00

I was not able to ping oter subnet IP until I restarted my OS. Now that I can ping other subnets, how to I know what my default gateway is. And how do I change that IP if desired?
2 REPLIES 2
Indrajit_1
Valued Contributor

Re: How do I see/change my default Gateway on my HP3000 MPE/iX

Hi;

To see the default gateway

#netstat -rn

#route add net 0.0.0.0

#route add net 192.168.10.0/24


Cheers
Indrajit
Never Ever Give Up
Thomas E. Kloss
Occasional Contributor

Re: How do I see/change my default Gateway on my HP3000 MPE/iX

Feb 2, 2006 03:51:27 GMT

---------------------------------------------How do I see/change my default Gateway on my HP3000 MPE/iX Release: C.60.00

I was not able to ping other subnet IP until I restarted my OS. Now that I can ping other subnets, how to I know what my default gateway is. And how do I change that IP if desired?

Sort Answers By: Date or Points

Indrajit Feb 5, 2006 18:58:59 GMT ------------------------------------------------------Hi;

To see the default gateway

#netstat -rn

#route add net 0.0.0.0

#route add net 192.168.10.0/24


Cheers
Indrajit
------------------------------------------
2006.02.07
Reply to above:

Aloha,
The command "netstat -rn" works great from my NT workstation. However, "netstat" is not recognized by my HP3000.

I am looking for an HP Command to see its default gateway? Or a procedure to find out what IP it has?