View Single Post
  #5   (View Single Post)  
Old 7th May 2008
s2scott's Avatar
s2scott s2scott is offline
Package Pilot
 
Join Date: May 2008
Location: Toronto, Ontario Canada
Posts: 198
Default

If you have NOT solved the ifconfig issues ...

Code:
# ifconfig <if>0 plumb


is the usual needed first step (and is peculiar for people coming from *BSD), where <if> is your ethernet interface driver (e.g. bge0, fxp0, ...) Then your ifconfig fxp0 1.2.3.4 ... commands will take.

/S
__________________
Never argue with an idiot. They will bring you down to their level and beat you with experience.

Last edited by s2scott; 7th May 2008 at 04:50 AM.
Reply With Quote