Configuring a second IP address

"Kemery, Dale" <[email protected]> Fri, 12 Nov 2010 09:39:34 -0500
Newsgroups gmane.os.tru64.managers
Message-ID <[email protected]>
It has been a while since I've had to add a second IP address to a Tru64 se=
rver -- so I thought I'd check with the list to see if I could get some hel=
p.

I have an existing server I would like to add a secondary IP address to (wi=
thout having to reboot).=A0=A0=20


I found a few suggestions via Google:


	1) # ifconfig tu0 alias 10.1.1.x

		to make it permanent use

	# vi /etc/rc.config
	IFCONFIG_1=3D"alias 10.1.1.x"
	NETDEV_1=3D"tu0"
	NUM_NETCONFIG=3D"2"


and


2) =A0=A0# ifconfig tu0 alias 10.1.1.x netmask 255.255.255.0

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 =A0=A0=A0=A0=A0=
=A0=A0=A0=A0=A0=A0=A0=A0 Then place the above line into /etc/inet.local to =
make it permanent.





Any suggestions would be greatly appreciated.

Thanks!

Dale