Hi Elmar,

--- Elmar Gerwalin <[EMAIL PROTECTED]> wrote:
> Hello
> 
> I've got some simple questions on running Bering
> (I'll keep on searching elsewhere but maybe you can
> help me)
> 
> 1) I'm missing commands like "route", "ifconfig" ...

try:
  ip route show
  ip addr show
  etc.
I'm still pretty new to LEAF/Bering (a couple of months,) these are
what I know.  Maybe others can post more apropos commands.

> 2) can I use MAC adresses within the dhcpd ?

Do you mean something like this?  (from my /etc/dhcpd.conf):

group {
# host hostname { options; }
  host myhost01 { hardware ethernet 00:07:xx:xx:xx:xx;
                  fixed-address 192.168.1.1;
  host myhost02 { hardware ethernet 00:08:xx:xx:xx:xx;
                  fixed-address 192.168.1.2; }
  host myhost03 { hardware ethernet 00:50:xx:xx:xx:xx;
                  fixed-address 192.168.1.3; }
}

it seems to work for me.  Oh! but be sure to comment out:
    #range 192.168.1.1 192.168.1.199;
from the default /etc/dhcpd.conf (and don't forget to backup
the package when you're done!)

> 3) are telnetd and/or sshd available ?

Forget about telnet ;) and go with ssh, jnilo has stuff at:
  http://leaf.sourceforge.net/devel/jnilo/
very well documented, if you ask me ;).

> 4) do i need "pump" when using an ppp/dial-up connection ?

Sorry, I don't know about this one... cable modem ;).

> Thanks for your help !

You're welcome!

-- Cass

__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com


-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to