[Sunhelp] Adding an interface on a qfe card

Brian Hechinger wonko at tmok.com
Mon Nov 6 12:21:33 CST 2000


> Is this a brand new card and you have two others operational, or are you
> just wanting to activate the 3rd port on a qfe card that has two others
> already operational?
> 
> If two other ports on that qfe card are already operational, you would need
to:
>
> Create /etc/hostname.qfe1:3   (hostname on first line)
>
> Add entries in /etc/hosts and networks (if so desired)
>
> ifconfig qfe1:3 ipadress [netmask?] [broadcast?] up

close, but not quite right.  the :3 here refers to an aliased IP on the 
interface.

if the first two ports of the qfe are in use, then he should be using qfe2 as
his ethernet device.  (the four are numbered qfe0-qfe3)

the bare minimum that needs to be done to get this thing working is:

ifconfig qfe2 plumb
ifconfig qfe2 <ip address> netmask <netmask> up

to get it to come up at bootup, add the IP address and hostname to /etc/hosts
and put the hostname in /etc/hostname.qfe2


cheers,

-brian



More information about the SunHELP mailing list