Operating System - HP-UX
1748180 Members
4164 Online
108759 Solutions
New Discussion юеВ

Re: ip address configuring

 
SOLVED
Go to solution
kunjuttan
Super Advisor

ip address configuring

Hi Gurus,
What is to be done aftre giving ip address by using ifconfig command to set ip address for a lan??
5 REPLIES 5
Michal Kapalka (mikap)
Honored Contributor

Re: ip address configuring

hi,

if you like have this setting permanently,

that menas after reboot of the machine,

set the ip in /etc/rc.config.d/netconf

mikap
Michal Kapalka (mikap)
Honored Contributor

Re: ip address configuring

kunjuttan
Super Advisor

Re: ip address configuring

Thanks,
Is there is any need to do the alias??
Michal Kapalka (mikap)
Honored Contributor
Solution

Re: ip address configuring

hi,

the alias functionality is if you neet to asign more as one ip per one LAN interface :

for example :

lan0 => 10.36.64.100 /24
lan0:1 => 10.36.64.101 /32
...
lan0:x =>......


mikap
kunjuttan
Super Advisor

Re: ip address configuring

Thanx Mike.