View Single Post

   
  #6 (permalink)  
Old 01-16-2008, 07:39 AM
Dave Uhring
 
Posts: n/a
Default Re: Configuring 4-port ethernet card on Ultra-1

On Fri, 23 Jul 2004 22:12:29 -0600, Henry van Cleef wrote:

> Thanks for your answer, Dave. Basically, I want to configure the
> multiport box as a router, but didn't have a third box up and running
> to look like a different subnet. And it turns out that taking an
> unused box off my stack of U1E's isn't plug'n play---shuffled too many
> hard disks around before making a 400 mile move, so I've got some
> reinstalls to do.


If you have a switched network and place two NICs on that network with the
same ethernet address and different IP addresses you confuse the switch.

You can change the ethernet addresses of your qe0 by using ifconfig ether
or use setenv in OBP but I don't remember the exact parameter.

> Sun's docs seem clear that a box is a router if it's got two IP's
> configured and no /etc/notrouter file. If that's not the case, then I
> need more calibration.


Yes that is true, but you were trying to route to the same subnet.
Configure qe0 to 192.168.0.9/24, connect it to the 192.168.0.0/24 network
and you should not have the reported problems.

Reply With Quote