Sunday, December 23, 2012

PWB Day 1

DHCP:


Dynamic host configuration protocol.

Server: Sends configuration to clients who ask for it. It assigns Ip address,default route and DNS server config to the client.
Client: asks for the configuration to the client.
Use
>ifconfig -a

for knowing all the interfaces.

To get the network configurations use
> dhclient <interface>
e.g. dhclient eth0

SSHD:

to start sshd daemon first set the keys using:

>sshd-generate

then start the ssd daemon :
>/etc/init.d/sshd start

ATFTPD

opens the tftpd daemon
>atftpd --daemon --port 69 /tmp

VNCServer
>Vncserver




No comments:

Post a Comment