[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MiNT] Re: Riebl card info needed (fwd)



> ----/etc/rc.net----Riebl----
> 
> ifconfig -f /path/to/riebl.conf 
> ifconfig lo0 addr 127.0.0.1 up
> 
> #route add 127.0.0.0 lo0
> 
> ----/etc/rc.net----Riebl----
> 
Something like this, yes. You can configure all parameters this way but I
personally prefer just to setup the hwaddr in the config file and do the rest
of the configuration later:
ifconfig lo0 addr 127.0.0.1 up
ifconfig -f /etc/riebl.cnf
ifconfig le0 addr <address>...

Regards,
   Torsten