Well, I'll try to answer a few questions, but you should check out the various
networking howtos at the Linux Documentation Project.
Quote:
Originally posted by Baran
1)what ia a host (in a detailed sense)
|
Simply put, a host is a computer on a network.
The iptables are a collection of rules that are applied to packets of data coming in or going out from a host on a network interface.
Dynamic Host Configuration Protocal allows one host to control the parameters of a network such as IP addresses and the location of the name server.
Quote:
|
4)what is samba for, do I need to use it if I want to share files with a windows XP
|
Samba allows a Linux host to share files with a Windows host using the netbios protocol. Yes, you will need this.
Quote:
|
5)what is /usr/sbin/filesharelist ?
|
I have never heard of it. Try running `man filesharelist' on your computer.
Quote:
|
6)what packages I need to install if want to establish a network as such:
|
This is where I again refer you to the documents I mentioned above. In particular the
Networking-Overview HOWTO, the
IP-Masquerading HOWTO, the
DHCP HOWTO, and the
Home Networking HOWTO. If you start there, you will have a better understanding of how a network comes together and a better vocabulary with which to troubleshoot your network. Good luck!