1834150 Members
3584 Online
110064 Solutions
New Discussion

Re: Network Setup

 
SOLVED
Go to solution
vipa
Occasional Advisor

Network Setup

I have an old E25 E9000/806 server running B10.01 HP-UX, trying to setup on exisiting workgroup network. Destroyed the config trying to learn unix. It did work before I moved it.
3 REPLIES 3
Bill Hassell
Honored Contributor
Solution

Re: Network Setup

If you can login, just run the script:

/etc/set_parms initial

If you've made a mess of some config files, there are original copies located in the /usr/newconfig directory.


Bill Hassell, sysadmin
Nguyen Anh Tien
Honored Contributor

Re: Network Setup

there are 2 ways
1. using sam
#sam->Network and Communication->Network Interface Card. Chose card number and chose Action menu.
2. Use set_parms
#set_parms
hostname
timezone
date_time
root_passwd
ip_address
addl_netwr
If you want to set IP choose
#set_parms ip_address
If you want to set network parameter, choose
#set_parms addl_network
HTH
tienna
HP is simple
vipa
Occasional Advisor

Re: Network Setup

Looked im the /usr/newconfig directory and didn't see anything, Ran /etc/set_parms initial and assigned IP 192.168.1.2 I remember seeing 127.0.0.1 in IP Addreses as Local Host & 192.168.0.1 as HP9000 host.
netstat -rn reads:
127.0.0.1*127.0.0.1*UH*0*66*lo0*4608
192.168.1.2*127.0.0.1*UH*2*25*lo0*4608
192.168.1*192.168.1.2*U*0*0*lan0*1500
played around with different IP addresses and sometimes my other 4 computers can't get on the internet.